@import url("https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300|Poppins");
body {
  background-color: #ccc; }

/* TYPOGRAPHY */
h1, h2 {
  font-family: 'Poppins', sans-serif; }

h1 {
  color: #fff;
  font-size: 36px; }

.emdash {
  color: #EBCB54;
  padding-top: 20px;
  padding-bottom: 40px; }

#masthead p {
  color: fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 20px; }

#mission h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #201E01;
  text-align: left;
  padding-bottom: 30px;
  letter-spacing: 2px; }

/* COVERR */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%; }

#video-top {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  color: #fff;
  padding: 100px 0px; }

#video-top p {
  font-size: 18px; }

#video-top .priority-access {
  padding-top: 80px; }

/* MASTHEAD */
#masthead {
  animation-name: expand-left;
  animation-duration: 1.25s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
  transform-origin: center right;
  background-color: #141414;
  height: 100vh; }

#masthead .mast-content {
  height: 100%;
  padding: 120px 80px;
  background-color: #141414;
  animation-name: fadeSlideLeft;
  animation-duration: .8s;
  animation-delay: 1.9s;
  animation-fill-mode: both; }

#masthead .mast-bg {
  height: 100vh;
  width: 50%;
  animation-name: fadeSlideLeft;
  animation-duration: .8s;
  animation-delay: 1.6s;
  animation-fill-mode: both;
  position: relative;
  overflow: hidden; }

#masthead .mast-bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: bgslider;
  animation-duration: 20s;
  animation-fill-mode: both;
  animation-iteration-count: infinite; }

#masthead .mast-bg img:nth-child(2) {
  animation-delay: 5s; }

#masthead .mast-bg img:nth-child(3) {
  animation-delay: 10s; }

#masthead .mast-bg img:nth-child(4) {
  animation-delay: 15s; }

.logo {
  width: 200px; }

#priority-access .btn-lg {
  background-color: #EBCB54;
  color: #141414;
  border-radius: 0;
  padding-left: 1em;
  padding-right: 1em;
  border: 0; }

#priority-access .email-form {
  border-radius: 0;
  width: 300px;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 0; }

#masthead .arrow {
  font-size: 2rem;
  padding-top: 30px;
  animation-name: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  color: #252323;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300; }

/* MISSION */
#mission {
  background-color: #EBCB54;
  padding: 150px 0px;
  color: #8B8649; }

.fadeSlideLeft-anim {
  animation-name: fadeSlideLeft;
  animation-delay: 0.5s;
  animation-duration: 2s;
  animation-fill-mode: both; }

/* Tabs */
#steps .nav-link {
  padding: 15px 20px;
  color: #000;
  border-left: 4px #ccc solid;
  margin-top: 10px;
  border-radius: 0px; }

#steps a[aria-selected="true"] {
  background-color: #FCFCFC;
  border-left: 5px #EBCB54 solid;
  -webkit-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 3px 2px rgba(0, 0, 0, 0.15); }

/* PHONE */
#steps {
  background-color: #fff;
  padding: 90px 0px;
  margin-top: 0px; }

#phone {
  width: 307px;
  border-radius: 40px;
  -webkit-box-shadow: 0 2px 60px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 60px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 60px 20px rgba(0, 0, 0, 0.15); }

.phone-top-bezel {
  height: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #f8f8f8; }

.phone-top-section {
  height: 20px;
  background-color: #f8f8f8; }

.bezel {
  width: 40px;
  height: 10px;
  border-radius: 30px;
  background-color: #666666;
  margin: 0 auto; }

.phone-mid {
  background-color: #f8f8f8;
  padding: 8px;
  overflow: none; }

.phone-mid-inner {
  background-color: #fff;
  height: 484px;
  color: white;
  border-radius: 4px;
  border-top: 20px #000 solid;
  overflow: hidden; }

.phone-bottom {
  background-color: #f8f8f8;
  height: 70px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-top: 10px; }

.home-btn {
  border-radius: 100%;
  border: 3px #898989 solid;
  width: 40px;
  height: 40px;
  margin: 0 auto; }

#anim-01 {
  display: block;
  margin: 0 auto; }

.slide-01 {
  padding: 30px; }

#anim-02 {
  padding-top: 40px; }

/* KEYFRAMES */
@keyframes fadeSlideLeft {
  from {
    opacity: 0;
    transform: translateX(50px); }
  to {
    opacity: 1;
    transform: translateX(0px); } }
@keyframes expand-left {
  from {
    transform: scaleX(0); }
  to {
    transform: scaleX(1); } }
@keyframes bgslider {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  2% {
    opacity: 1;
    transform: translateX(0px); }
  25% {
    opacity: 1;
    transform: translateX(0px); }
  27% {
    opacity: 0;
    transform: translateX(-50px); }
  100% {
    opacity: 0;
    transform: translateX(-50px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-6px); } }

/*# sourceMappingURL=style.css.map */
