@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:700");
html, body {
  height: 100%;
}

body {
  font: normal 18px/1.5 sans-serif;
  letter-spacing: -.5px;
  color: #fff;
  background-color: #000;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

.tac {
  text-align: center;
}

.thanks, .page {
  display: none;
}

.social {
  margin: 20px 0 -15px;
  padding: 0;
}

.social li {
  display: inline-block;
  margin-left: 15px;
  list-style: none;
}

.social .iconic {
  cursor: pointer;
}

.social .iconic * {
  fill: #aaa;
  stroke: #aaa;
}

.social .iconic:hover * {
  fill: #00fc00;
  stroke: #00fc00;
}

h1 {
  font-weight: 700;
}

label {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  margin-bottom: 20px;
  width: 100%;
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

a, a:active, a:visited {
  color: #00fc00;
}

a:hover {
  color: #009600;
  cursor: pointer;
}

button {
  margin: 60px auto 20px;
  padding: 10px 45px;
  border: none;
  border-radius: 3px;
  background: #00fc00;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  font-family: Impact;
  text-transform: uppercase;
  transition: all 100ms ease-in-out;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

button:hover {
  transform: scale(1.05);
}

button:active {
  transform: scale(1.025);
}

button:focus {
  outline: none;
}

#bar {
  height: 60px;
  background: #000;
}

section {
  padding: 60px 0 140px;
  font-size: 24px;
  background: url(../images/hero-bg.jpg) no-repeat center center/cover #000;
}

section .box {
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

section .box:first-of-type p:first-of-type {
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.2;
  font-family: Impact;
  letter-spacing: .5px;
  text-transform: uppercase;
}

section .box:first-of-type p:first-of-type span {
  color: #00fc00;
}

section .box:first-of-type p:last-of-type {
  font-size: 34px;
  line-height: 1.25;
  font-family: 'Archivo Narrow';
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

section .box:last-of-type {
  background-color: transparent;
  box-shadow: none;
  font-family: 'Archivo Narrow';
  text-shadow: 0 0 20px #000, 0 0 40px #000, 0 0 20px #000;
}

section .video-wrap {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.7), 0 10px 40px rgba(0, 0, 0, 0.8);
}

section p {
  margin: 0;
}

footer {
  padding: 30px 0;
  background-color: #000;
  text-align: right;
}

footer #about-me {
  margin-bottom: 10px;
  text-align: right;
  font-size: 14px;
  color: #fff;
}

footer #about-me img {
  float: right;
  margin: 0 0 0 15px;
  max-height: 60px;
  width: auto;
  border: 1px solid #5e6d70;
}

footer #about-me .header-name {
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  color: #00fc00;
}

footer #about-me .header-name:hover {
  color: #009600;
  text-decoration: underline;
}

footer #about-me div {
  margin-bottom: -3px;
}

#success-page {
  height: 100%;
}

#success-page section {
  display: flex;
  align-items: center;
  height: 85vh;
  padding: 60px 0;
  background-image: url(../images/hero-bg-blur.jpg);
}

#success-page #cta {
  margin-top: 40px;
  text-align: center;
}

#success-page #cta button {
  margin-top: 10px;
}

#book-modal .modal-content, #book-modal .modal-dialog {
  height: 100%;
  max-height: 80%;
}

#book-modal iframe {
  width: 100%;
  height: 88%;
  border: none;
}

#book-modal .modal-body {
  height: 100%;
  border: none;
}

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

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

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

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

.modal .modal-header .inner {
  padding: 20px 30px 10px;
}

.modal .modal-header .inner h4 {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  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 {
  color: #000;
}

.modal#form-modal .modal-dialog {
  max-width: 660px;
}

.modal#form-modal button {
  font-size: 20px;
}

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

.modal #amm-tabs li {
  margin: 0;
}

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

.modal #amm-tabs li.active a {
  box-shadow: inset 0 -2px 0 #00fc00;
}

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

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

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

.modal .modal-body .note {
  margin: 0 0 20px !important;
  font-size: 14px;
  text-align: center;
}

.modal .modal-body button {
  display: block;
  margin: 0 auto;
  box-shadow: none;
}

.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: #00fc00;
}

.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;
}

#loadingGraphic {
  display: none;
}

#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: #00fc00;
  top: 0;
  left: 0;
}

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

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

#loader .loaderBall .ball.ball4 {
  background-color: #00fc00;
  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);
  }
}

@-webkit-keyframes scroll {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2826px;
  }
}

@keyframes scroll {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -2826px;
  }
}

@media (max-width: 991px) {
  section .box:first-of-type p:first-of-type {
    font-size: 32px;
  }
  section .box:first-of-type p:last-of-type {
    font-size: 24px;
  }
  section .box:last-of-type {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  body.modal-open {
    position: fixed;
    width: 100%;
  }
  button {
    margin: 20px auto 0;
    padding: 10px 45px;
    font-size: 30px;
    line-height: 1.2;
  }
  #bar {
    height: 40px;
  }
  section {
    padding: 40px 0;
  }
  section .box {
    padding: 20px;
  }
  section .box:first-of-type p:first-of-type {
    font-size: 22px;
  }
  section .box:first-of-type p:last-of-type {
    font-size: 18px;
  }
  section .box:last-of-type {
    font-size: 18px;
  }
  #success-page section {
    display: block;
    height: 70vh;
  }
}
