/*!
 * Start Bootstrap - Coming Soon v5.0.1 (https://startbootstrap.com/template-overviews/coming-soon)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-coming-soon/blob/master/LICENSE)
 */

html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 35rem;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', sans-serif;
  font-weight: 700;
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

@media (pointer: coarse) and (hover: none) {
  body {
    background: url("../img/bg-mobile-fallback.jpg") #002E66 no-repeat center center scroll;
    background-position: cover;
  }
  body video {
    display: none;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #cd9557;
  opacity: 0.7;
  z-index: 1;
}

.masthead {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 2;
}

.masthead .masthead-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 35rem;
  height: 100%;
  background-color: rgba(0, 46, 102, 0.8);
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.masthead .masthead-content .logo {
  font-size: 2.2rem;
  font-weight: 100;
  margin-bottom: 1rem;
}

.masthead .masthead-content .icon {
  margin-right: 1rem;
}

.masthead .masthead-content .motto {
  vertical-align: -4px;
}

.masthead .masthead-content h1 {
  font-size: 2.5rem;
}

.masthead .masthead-content p {
  font-size: 1.2rem;
}

.masthead .masthead-content p.-bottom {
  margin-top: 2rem;
}

.masthead .masthead-content strong {
  font-weight: 700;
}

.masthead .masthead-content .orange {
  color: #f99137;
  font-weight: 700;
  font-size: 1.5em;
}

.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  font-size: 1rem;
  padding: 1rem;
}

.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
  background-color: #f93e37;
  border-color: #f93e37;
}

.masthead .masthead-content .input-group-newsletter button:hover, .masthead .masthead-content .input-group-newsletter button:focus {
  background-color: #e13731 !important;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    min-height: 0;
    width: 40.5rem;
    padding-bottom: 0;
  }
  .masthead .masthead-bg {
    min-height: 0;
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  .masthead .masthead-content {
    padding-left: 3rem;
    padding-right: 10rem;
  }
  .masthead .masthead-content h1 {
    font-size: 2.9rem;
  }
  .masthead .masthead-content p {
    font-size: 1.3rem;
  }
}

.timer {
  text-align: center;
  font-size: 3rem;
  color: #ccc;
  padding: 2rem 0 0;
  height: 6rem;
  margin: 0;
}

.timer span {
  width: 60px;
  margin: 0 20px;
  display: inline-block;
  text-align: center;
  height: 3rem;
  vertical-align: top;
  color: #fff;
  position: relative;
}

.timer span:after {
  content: ':';
  position: absolute;
  right: -28px;
  color: #ccc;
  top: 3px;
}

.timer span:last-child:after {
  content: '';
  margin-right: 60px;
}

.timer-sign {
  text-align: center;
  font-size: 1rem !important;
  color: #fff;
  margin-bottom: 1rem;
}

.timer-sign span {
  width: 100px;
  display: inline-block;
  text-align: center;
  height: 1rem;
  vertical-align: top;
  color: #ccc;
}

.social-icons {
  position: absolute;
  margin-bottom: 2rem;
  width: 100%;
  z-index: 2;
}

.social-icons ul {
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}

.social-icons ul > li {
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}

.social-icons ul > li > a {
  display: block;
  color: white;
  background-color: rgba(0, 46, 102, 0.8);
  border-radius: 100%;
  font-size: 2rem;
  line-height: 4rem;
  height: 4rem;
  width: 4rem;
}

@media (min-width: 768px) {
  .social-icons {
    margin: 0;
    position: absolute;
    right: 2.5rem;
    bottom: 2rem;
    width: auto;
  }
  .social-icons ul {
    margin-top: 0;
    width: auto;
  }
  .social-icons ul > li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .social-icons ul > li:last-child {
    margin-bottom: 0;
  }
  .social-icons ul > li > a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
  }
  .social-icons ul > li > a:hover {
    background-color: #002E66;
  }
}

.slider-wrapper {
  position: absolute;
  margin: -245px auto 0 auto;
  top: 50%;
  right: 270px;
  z-index: 10;
  width: 250px;
  height: 479px;
  list-style: none;
  background-image: url("../img/bg_iphone.png");
  background-size: 250px 479px;
  padding-top: 57px;
  padding-left: 30px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .slider-wrapper {
    background-image: url("../img/bg_iphone@2x.png");
  }
}

.slider {
  width: inherit;
  height: inherit;
  position: absolute;
  overflow: hidden;
}

.slider__list {
  position: relative;
  margin: 0;
  padding: 0;
  width: 190px;
  height: 338px;
  list-style: none;
}

.slider__item {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 190px;
  height: 338px;
  text-align: center;
  line-height: 300px;
}

.arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 999;
  display: block;
  width: auto;
  height: auto;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
  border: 0;
}

.arrow:hover, .arrow:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.arrow.-prev {
  left: -50px;
}

.arrow.-next {
  right: -50px;
}

.btn-secondary {
  background-color: #cd9557;
  border-color: #cd9557;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #ba7c37 !important;
  border-color: #ba7c37 !important;
}

.input {
  font-weight: 300 !important;
}

@media only screen and (max-width: 768px) {
  .overlay {
    position: fixed;
  }
  video {
    display: block !important;
  }
  .slider-wrapper {
    position: relative;
    margin: 0 auto;
    top: initial;
    right: initial;
  }
}
