html, body {
  height: 100%;
  min-height: 650px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  -o-background-size: cover;
}

body {
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

a, a:focus, a:hover {
  color: #fff;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}

header {
  position: relative;
  width: 100%;
  min-height: auto;
  color: white;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead {
  background-image: url("../img/header.jpg");
}

header .header-content {
  position: relative;
  width: 100%;
  padding: 150px 15px 100px;
}

header .header-content .header-content-inner h1 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

header .header-content .header-content-inner hr {
  margin: 30px auto;
}

header .header-content .header-content-inner p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.7);
}

.header-content .header-content-inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 100;
  padding: 50px;
  background: rgba(34, 34, 34, 0.75);
}

@media (max-width: 768px) {
  .header-content .header-content-inner {
    max-width: 1000px;
    padding: 15px;
    background: rgba(34, 34, 34, 0.75);
  }
  header .header-content {
    padding: 150px 0 100px;
  }
  header .header-content .header-content-inner h1 {
    font-size: 9vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  header .header-content .header-content-inner p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (min-width: 576px) {
  .float-right-lg {
    float: right;
  }
  .float-left-lg {
    float: left;
  }
}

#homeHeading {
  display: inline-block;
}

.lead {
  max-width: 100%;
}

@media (min-width: 768px) {
  hr.right {
    margin-left: 90%;
  }
  header.masthead {
    height: 80%;
    min-height: 800px;
  }
  header.site-head {
    height: 50%;
    min-height: 600px;
  }
  header.mini-head {
    height: 35%;
    min-height: 300px;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-content .header-content-inner {
    max-width: 1000px;
    background: rgba(34, 34, 34, 0.75);
  }
  header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
  }
}

.close-modal {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.close-modal .lr {
  height: 35px;
  width: 1px;
  margin-left: 25px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}

.close-modal .lr .rl {
  height: 35px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}

.modal-title {
  color: #222;
}

.modal-content {
  text-shadow: none;
  text-align: left;
  color: #222;
  padding: 10px;
}

.modal-content a {
  color: #222;
}

.modal-content button {
  text-align: left;
}

.modal-dialog {
  max-width: 500px;
  -webkit-transform: translate(0, -50%) !important;
  top: 50%;
  transform: translate(0, -50%) !important;
}

.p-top {
  padding-top: 10px;
}

.modal-dialog ul i {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

#mainNav {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fff;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus, #mainNav .navbar-nav>li.nav-item>a.nav-link {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-bottom: .25rem solid transparent;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
  border-bottom-color: rgba(255, 255, 255, .25);
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active, #mainNav .navbar-nav>li.nav-item>a.nav-link.active {
  color: #fff !important;
  border-bottom-color: #fff;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover {
  background-color: transparent;
}

.form-label {
  font-size: 12px;
  margin: 0;
  display: block;
  color: #F5821F;
  opacity: 1;
  -webkit-transition: .333s ease top, .333s ease opacity;
  transition: .333s ease top, .333s ease opacity;
}

.form-control:focus {
  border-color: #F5821F;
}

textarea {
  resize: none;
}

.form-control {
  border-radius: 0;
  border-color: #ccc;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  box-shadow: none;
}

.form-group {
  display: inline-block;
  border-radius: 6px;
  width: 100%;
}

#contactForm {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.btn-outline {
  margin-top: 15px;
  border: solid 2px #212121;
  border-radius: 20px;
  font-size: 20px;
  color: #212121;
  background: #fff;
  transition: all .3s ease-in-out;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: #ffffff;
  background: #EA1F23;
}

footer {
  padding-top: 50px;
  color: #fff;
  background-color: #333;
}

.footer-below {
  padding-top: 50px;
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.btn-social {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 20px;
  line-height: 45px;
}

.btn:focus, .btn:active, .btn.active {
  outline: 0;
}

#masthead .header-bg-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
}

.navbar-brand img {
  top: 0;
  height: 70px;
  margin: 2px 0 0 10px;
}

#masthead {
  padding: 0;
  background-image: url("../img/header.jpg");
  color: white;
}

#masthead .header-bg-wrapper .header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("../img/header.jpg");
}

.header-content {
  position: relative;
  width: 100%;
  padding: 150px 15px 100px;
}

.header-content .header-content-inner h1 {
  font-size: 6vw;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.header-content h1 {
  font-size: 6vw;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  text-shadow: 0 0.05rem 0.3rem rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
  #masthead {
    height: 100%;
    min-height: 800px;
  }
  #masthead .header-content p {
    font-size: 20px;
    margin: 30px 0;
  }
  .header-content {
    position: absolute;
    padding: 150px 15px 100px;
  }
  .header-content .header-content-inner h1 {
    font-size: 50px;
  }
  .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
