@charset "utf-8";

:root {
  --primary: #0cb800;
  --secondary: #076400;
  --sectionbg: #1D1D1D;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #000000;
  overflow-x: hidden;
}
@font-face {
  font-family: headline;
  src: url("../fonts/AvenirNextLTPro-Bold.otf");
}
@font-face {
  font-family: body-text;
  src: url("../fonts/AvenirNextLTPro-Regular.otf");
}
@font-face {
  font-family: digital-clock;
  src: url("../fonts/DigitalDismay.otf");
}
h1, h2, h3, h4, h5, h6 {
  font-family: headline;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
}
h4 {
  font-size: 1rem;
}
h5 {
  margin-bottom: 1rem;
}
p {
  font-family: body-text;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
a {
  color: var(--primary);
  text-decoration: underline;
  transition: all .25s ease-in-out;
  font-family: headline;
}
a:hover {
  color: white;
}
span {
	white-space: nowrap;
}

/* CALL TO ACTION */

.CTA {
  background-color: var(--primary);
  border-radius: .5rem;
  border: 0;
  padding: 1rem 1.5rem .9rem;
  font-family: headline;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  transition: all .25s ease-in-out;
}
.CTA:hover {
  background-color: var(--secondary);
  color: white;
}
button.CTA {
  padding: .8rem 1.5rem .6rem;
}

/* SPINNER CANVAS */

.spinner {
  position: fixed;
  opacity: .15;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%) scale(2.25);
  display: block;
  pointer-events: none;
  z-index: 0;
}

/* COUNTDOWN TIMER */

.time-container {
  display: inline-block;
  vertical-align: top;
}
.time-container h3 {
  margin-top: 0;
  margin-bottom: -.1rem;
  color: var(--primary);
  font-size: 3.75rem;
  font-family: digital-clock;
  font-weight: lighter;
}
.time-container p {
  margin-bottom: 1.25rem !important;
  font-size: .75rem !important;
  color: var(--primary);
  font-family: headline;
}
#countdownEnded {
  display: none;
  color: var(--primary);
	margin-bottom: 1rem;
}
.time-container .separator {
  font-family: body-text !important;
}

/* HEADER PARTS */

.video-bg {
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}
.header-content {
  width: 100%;
  height: 100%;
  color: white;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 1;
}
.header-logo {
  max-width: 100%;
  max-height: 5rem;
  margin-bottom: 2rem;
  border-radius: .5REM;
}
.head-down {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  text-align: center;
  color: white;
  opacity: .5;
  transition: all .25s ease-in-out;
}
.head-down:hover {
  opacity: 1;
}
.head-down h6 {
  font-size: .6rem;
	font-weight: lighter;
  margin-bottom: 0;
}
.head-down a {
  text-decoration: none;
  color: white;
}

/* SIGN-UP HEADER */

.signup-header {
  width: 100%;
  min-height: 100vh;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: black;
  overflow: hidden !important;
}
.signup-header::before {
  content: "";
  background-image: url("");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: .33;
  position: fixed;
  z-index: 0;
}
.signup-header .video-bg {
  opacity: .25;
  position: fixed!important;
}
.signup-header .details {
  padding: 1rem;
}
.signup-header .details h5 {
	color: var(--primary);
}
.signup-header .signup {
  background-image: linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
  padding: 2rem 2rem 0;
  border-radius: .5rem;
}
.signup-header .details p {
  margin-bottom: 0;
}
.signup-header .details strong {
	font-family: headline;
	color: var(--primary);
}
.signup-header .signup p {
  font-size: .9rem;
  line-height: .8rem;
  margin-bottom: 1rem;
}
.signup-header .signup .faded {
  opacity: .75;
  font-size: .75rem;
  margin-bottom: .75rem;
}
.signup-header .signup form {
  margin-bottom: 1rem;
}
.signup-header .signup .input-group {
  margin-bottom: .75rem;
}
.signup-header .signup .form-check {
  margin-bottom: .75rem;
}
.signup-header .signup .form-check-label {
  font-size: .9rem;
  line-height: .9rem;
}
.signup-header .signup .input-group .form-control:focus, .signup-header .signup .form-check .form-check-input:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}
.signup-header .signup .form-check .form-check-input:checked {
  background-color: var(--primary)!important;
  border: 0;
}
.signup-header .signup .input-group .form-control, .signup-header .signup .input-group span {
  font-size: .9rem;
  line-height: 1rem;
  height: 3rem;
}
.signup-header .signup .input-group .form-control::placeholder {
  opacity: .66;
}
.signup-header .signup .input-group span {
  width: 4.75rem;
  color: #666666;
}
.signup-header .signup .CTA {
  width: 100%;
}
.signup-header .signup .poweredby {
  max-height: 1.5rem;
  margin-top: 1rem;
}

/* BODY SECTION */

.body-section {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: var(--sectionbg);
  padding-top: 12rem;
}
.body-section-content {
  width: 100%;
  height: 100%;
  color: white;
  padding-top: 0;
  padding-bottom: 12rem;
  position: relative;
}
.body-section span {
  color: var(--primary);
}

/* IMAGE PARAGRAPH */

.image-paragraph img {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: .5rem;
}

/* MOBILE STACKER */

.mobile-stacker h5 {
	color: var(--primary);
}
.stacker-icon {
  padding-left: 3rem;
  padding-right: 3rem;
}
.stacker-icon .image-container {
  height: 12rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
}
.stacker-icon img {
  max-width: 100%;
  max-height: 12rem;
  border-radius: .5rem;
}

/* LOGO ARRAY */

.logo-array .body-section-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.logo-array h1 {
  margin-bottom: 2rem;
}
.logo-array img {
  width: 100%;
  margin: 1rem 0;
  border-radius: .5rem;
}

/* BACKGROUND PARAGRAPH */

.background-paragraph {
  background-color: black;
}
.background-paragraph::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
}
#light-background::before {
  background-image: url("../img/beeontop-bg.jpg");
  opacity: 1;
  background-position: center center;
}

/* DARK PARAGRAPH */

.dark-container {
  background-color: rgba(0, 0, 0, 0.85);
  padding: 3rem 3rem 3.5rem;
  border-radius: .5rem;
}

/* FOOTER */

.footer {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #111111;
  border-top: 2px var(--primary) solid;
}
.footer-content {
  width: 100%;
  height: 100%;
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.footer img {
  max-width: 80%;
  max-height: 2rem;
  margin: 0 1rem 2rem;
  display: inline;
}
.footer p {
  font-size: .75rem;
  opacity: .33;
  margin-bottom: 1rem;
}
.footer img.social-icon {
  max-height: 2rem;
  max-width: 2rem;
  margin-bottom: 0;
  margin-left: .5rem;
  margin-right: .5rem;
  opacity: .33;
  display: inline;
  transition: all .25s ease-in-out;
}
.footer img.social-icon:hover {
  opacity: 1;
}
.footer hr {
  max-width: 18rem;
}
img.animated-footer {
  max-width: 100%;
  max-height: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* MOBILE ADJUSTMENTS */

@media only screen and (max-width: 1399px) { /* XXL BREAKPOINT */
  .nav-item {
    text-align: left !important;
    align-self: auto !important;
  }
  .nav-link {
    font-size: .8rem;
    line-height: 1.2rem;
  }
  #page-start {
    padding-top: 8rem;
  }
}

@media only screen and (max-width: 1199px) {  /* XL BREAKPOINT */
  .footer-copyright {
    text-align: center !important;
    margin-bottom: 1rem;
  }
  .image-paragraph .body-section-content .row {
    padding-bottom: 8rem;
  }
}

@media only screen and (max-width: 991px) {  /* LG BREAKPOINT */
  .container, .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .head-down {
    display: none;
  }
  .signup-header .details {
    text-align: center !important;
    padding-top: 2rem;
  }
  .signup-header .signup {
    background: none;
    padding-bottom: 2rem;
  }
}

@media only screen and (max-width: 400px) {  /* TINY BREAKPOINT */
  .time-container h3 {
	font-size: 3.25rem;
  }
  .time-container p {
	font-size: .6rem !important;
  }
}