* {
  padding: 0px;
  margin: 0px;
}

body,
html {
  scroll-behavior: smooth;
  background-color: #006b76 !important;
  background-image: url(../images/overlay-bg.png);
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fefefe;
  font-size: 19.4px;
  text-align: center;
}

h1,
h3,
h4 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  color: #feed00;
  text-transform: uppercase;
}

.coming_wrap {
  padding: 30px 0 15px 0;
}
.coming_wrap p {
  line-height: 24px;
}
.coming_wrap .logo_holder img {
  max-width: 100%;
}
.coming_wrap .thank_you_note {
  padding-top: 34px;
}
.coming_wrap .thank_you_note .social_media_icons a {
  display: inline-block;
  margin: 27px;
}
.coming_wrap .welcome_note h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 12px;
}
.coming_wrap .welcome_note p {
  margin-bottom: 24px;
}
.coming_wrap h4 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 12px;
}
.coming_wrap .form_wrap {
  padding-top: 16px;
}
.coming_wrap .form-control,
.coming_wrap .btn {
  font-family: "Playfair Display", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.coming_wrap input.form-control {
  height: 50px;
  border-color: #fff;
  background-color: rgba(0, 64, 71, 0.14);
  color: #fff;
  font-size: 18px;
}
.coming_wrap input.form-control::-moz-placeholder {
  color: #adc3c6;
}
.coming_wrap input.form-control::placeholder {
  color: #adc3c6;
}
.coming_wrap input.form-control::-ms-input-placeholder {
  color: #adc3c6;
}
.coming_wrap .btn {
  width: 100%;
  background: #00545d;
  height: 50px;
  border-color: #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.coming_wrap.btn .ms-2 {
    margin-left: 10px; /* Adds space between the button text and the loader */
}

.coming_wrap .btn:hover, .coming_wrap .btn:focus {
  background: #003035;
}
.coming_wrap .dividers {
  height: 33px;
  width: calc(100% + 15px);
  border-bottom: 2px solid #87b8bd;
  position: relative;
  margin-bottom: 64px;
}
.coming_wrap .dividers::after {
  position: absolute;
  content: " ";
  width: 2px;
  height: 64px;
  background: #87b8bd;
}
.coming_wrap .dividers.right::after {
  right: 0;
  top: 0;
}
.coming_wrap .dividers.left {
  left: -15px;
}
.coming_wrap .dividers.left::after {
  left: 0;
  top: 0;
}
.modal-content {
  background-color: #006b76 !important;
}
.btn-close-white {
  position: absolute;
  right: 5px;
  top: 5px;
}

@keyframes wobble {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.wobble {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble:hover,
.wobble:focus,
.wobble:active {
  animation-name: wobble;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

/* wobble */
@media (min-width: 1400px) {
  .container {
    max-width: 1110px;
  }
}
@media (max-width: 992px) {
  .logo_holder {
    margin-bottom: 34px;
  }
  .coming_wrap .dividers.left {
    left: 0;
  }
  .coming_wrap .dividers {
    width: 100%;
    margin-bottom: 34px;
  }
  .coming_wrap .dividers::after {
    display: none;
  }
  .coming_wrap .thank_you_note {
    padding-top: 0;
  }
}



@media (max-width: 768px) {
  .coming_wrap .thank_you_note .social_media_icons a {
    margin: 27px 15px;
  }
}/*# sourceMappingURL=style.css.map */