@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,800&display=swap");
html, body {
  height: 100%;
}

body {
  font: normal 18px/1.6 Montserrat, sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2 {
  margin-bottom: 20px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 1;
  color: #fff;
}

h1 span, h2 span {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: 2px;
}

h2 {
  margin: 0;
  font-size: 70px;
}

h3 {
  font-size: 36px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 4px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

select {
  height: 34px;
}

button:not(.close) {
  width: 100%;
  max-width: 700px;
  margin: 30px auto 0;
  padding: 12px 20px;
  font-size: 28px;
  font-weight: 700;
  background: #175C33;
  border: none;
  border-radius: 100px;
  color: #fff;
  transition: background 150ms ease-in-out;
}

button:not(.close):hover {
  background: #0d331c;
}

section {
  padding: 60px 0;
}

section#hero {
  padding-top: 40px;
  background: linear-gradient(180deg, black 10%, rgba(255, 0, 0, 0) 60%), url(../images/hero.jpg) no-repeat center top/cover;
}

section#hero .video-track {
  height: 464px;
  background: #000;
}

section#hero button {
  background: #fff;
  color: #000;
}

section#hero button:hover {
  background: #175C33;
  color: #fff;
}

section#s1 {
  padding: 20px 0;
  background: #59090D;
  color: #fff;
}

section#s1 h4 {
  margin: 0;
}

section#s2 img {
  border-radius: 15px;
}

section#s3 {
  padding: 0;
  height: 216px;
}

section#s3 .container-fluid, section#s3 .row {
  height: 100%;
}

section#s3 .row > div:first-of-type {
  background: url(../images/wood.jpg) no-repeat center center/cover;
}

section#s3 .row > div:last-of-type {
  background: url(../images/logos.jpg) no-repeat center center/cover;
}

section#s4 p {
  margin: 0;
  font-size: 28px;
  color: #b41f27;
}

.modal .modal-dialog {
  width: 95%;
  max-width: 660px;
}

.modal .modal-content {
  border: none;
  border-radius: 0;
}

.modal .modal-header {
  padding: 0;
  border: none;
  border-radius: 0;
  background: #222;
  color: #fff;
}

.modal .modal-header .close {
  margin: 0;
  padding: 0;
}

.modal .modal-header .inner {
  width: 100%;
  padding: 20px 30px;
}

.modal .modal-header .inner h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.modal .modal-header .modal-title {
  font-size: 20px;
  text-transform: none;
}

.modal .modal-header .close:hover {
  background: none;
  color: #fff;
}

.modal#form-modal .modal-header .inner {
  padding: 20px 30px 15px;
}

.modal#form-modal .thanks {
  display: none;
  text-align: center;
}

.modal #amm-tabs {
  border: none;
  background: #ddd;
}

.modal #amm-tabs .nav-item {
  margin: 0;
  padding: 14px 30px;
  color: #222;
  font-size: 14px;
  text-transform: uppercase;
  background: none;
  border: none;
  border-radius: 0;
}

.modal #amm-tabs .nav-item.active {
  box-shadow: inset 0 -2px 0 #222;
}

.modal .modal-body {
  padding: 20px 30px;
  border-bottom: 1px solid #e6e6e6;
}

.modal .modal-body p {
  margin: 0 0 20px;
}

.modal .modal-body p:last-of-type {
  margin: 0;
}

.modal .modal-body .note {
  margin: 20px 0 !important;
}

.modal .modal-body button {
  margin: 0;
  font-size: 22px;
}

.modal .modal-body.thanks p {
  font-size: 18px !important;
}

.modal #amm-head {
  text-align: center;
}

.modal #amm-profileimage {
  display: block;
  margin: 0 auto 20px;
  max-width: 150px;
  max-height: 150px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.modal #amm-name {
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

.modal .bx-viewport {
  border: none;
  box-shadow: none;
}

.modal .bx-wrapper {
  margin: 0 auto;
}

.modal .bx-wrapper .bx-pager {
  position: relative;
  bottom: 0;
}

.modal #amm-slider div img {
  margin: 0 auto 20px;
}

.modal #amm-slider p {
  text-align: center;
}

.modal #video-page iframe {
  margin-bottom: 20px;
}

.modal #video-page p {
  text-align: center;
}

#form-modal input[type="checkbox"] {
  transform: translateY(-1px);
  margin-right: 3px;
}

#form-modal p {
  margin: 0 0 20px;
  font-size: 14px;
}

#loadingGraphic {
  display: none;
  padding: 2px 0 3px;
}

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two;
}

#loader .loaderBall {
  width: 44px;
  height: 44px;
  position: absolute;
}

#loader .loaderBall .ball {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: 1s ease-in-out infinite animball_one;
  animation: 1s ease-in-out infinite animball_one;
}

#loader .loaderBall .ball.ball1 {
  background-color: #59090D;
  top: 0;
  left: 0;
}

#loader .loaderBall .ball.ball2 {
  background-color: #59090D;
  top: 0;
  left: 24px;
}

#loader .loaderBall .ball.ball3 {
  background-color: #59090D;
  top: 24px;
  left: 0;
}

#loader .loaderBall .ball.ball4 {
  background-color: #59090D;
  top: 24px;
  left: 24px;
}

@-webkit-keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(1);
  }
}

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 54px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
  }
  section#hero .video-track {
    height: 433px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 44px;
  }
  h1 span {
    font-size: 34px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 24px;
  }
  button:not(.close) {
    margin-top: 20px;
  }
  section {
    padding: 40px 0;
  }
  section#hero .video-track {
    height: 388px;
  }
  section#s2 img {
    margin-bottom: 20px;
  }
  section#s2 h4 {
    font-size: 30px;
  }
  section#s3 {
    height: auto;
  }
  section#s3 h2 br {
    display: none;
  }
  section#s3 .row > div:first-of-type {
    padding: 30px 15px;
    height: auto;
  }
  section#s3 .row > div:last-of-type {
    height: 190px;
  }
  section#s4 p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  h1 span {
    font-size: 20px;
  }
  button:not(.close) {
    font-size: 22px;
  }
  section#hero .video-track {
    height: auto;
  }
  section#s2 h4 {
    font-size: 24px;
  }
  section#s3 .row > div:last-of-type {
    height: auto;
    padding: 0;
    background: none;
  }
  section#s3 img {
    width: 100%;
    display: block !important;
  }
  section#s4 p {
    font-size: 18px;
  }
}
