@font-face {
  font-family: "heading-now-bold";
  src: url("Fonts/heading-now/HeadingNow-46Bold.otf") format("opentype");
}

@font-face {
  font-family: "heading-now-regular54";
  src: url("Fonts/heading-now/HeadingNow-84Regular.otf") format("opentype");
}

@font-face {
  font-family: "heading-now-regular-2";
  src: url("Fonts/heading-now/HeadingNow-53Book.otf") format("opentype");
}

* {
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "heading-now-bold";
  padding: 0px;
  margin-bottom: 0px;
  z-index: 10;
}

h3 {
  font-family: "heading-now-regular54";
  z-index: 10;
}

p {
  font-family: "heading-now-regular-2";
  z-index: 10;
  font-size: 20px;
}

.page1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: auto;
  font-family: "heading-now-bold";
  background: url("images/2.jpeg");
  background-size: cover;
  background-attachment: fixed;
  color: white;
}

.layer {
  background-color: rgba(0, 0, 0, 0.872);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.page1 h1 {
  padding: 20px;
  z-index: 10;
}
.brand {
  padding-left: 10px;
}

.page1 h2 {
  position: absolute;
  bottom: -10px;
  right: 30px;
  z-index: 10;
}

.page1 .container {
  text-align: center;
}

#countdown li {
  display: inline-block;
  font-size: 1em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

#countdown li span {
  padding: 0px 20px 0px 20px;
  display: block;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.226);
  border-radius: 5px;
}

.enter-website {
  margin: 30px 0px;
}

.enter-website a {
  text-decoration: none;
  color: white !important;
}

.enter-website a:hover {
  color: #9086de !important;
}

/* mailchimp signup */
#mc_embed_signup {
  border: none;
  text-align: center;
  width: 100%;
} /* Signup form container */

.mc-field-group {
  display: inline-block;
  color: white;
} /* positions input field horizontally */

#mce-EMAIL {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  border: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.349);
  padding: 0.7em 9em 0.7em 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
} /* Input Styles */

.clear {
  display: inline-block;
} /* positions button horizontally in line with input */

.button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.03em;
  color: black;
  background-color: white;
  padding: 0.7em 2em;
  border: 2px solid white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
} /* Button Styles */

:-webkit-input-placeholder {
  color: #ffff;
} /* WebKit browsers */
:-moz-placeholder {
  color: #ffff;
} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
  color: #ffff;
} /* Mozilla Firefox 19+ */
:-ms-input-placeholder {
  color: #ffff;
} /* Internet Explorer 10+ */

@media (max-width: 768px) {
  /* positions input field and button underneath each other with 100% width for tablet and mobile */

  .mc-field-group {
    display: block;
    max-width: 100%;
  }

  #mce-EMAIL {
    padding: 0.7em 0 0.7em 1em;
    width: 96%;
    margin: 0;
  }
  .clear {
    display: block;
    width: 100%;
  }
  .button {
    width: 100%;
    margin: 0.5em 0 0 0;
  }

  ul {
    padding-left: 0rem;
  }

  #countdown li span {
    padding: 0px;
  }
  .page1 h2 {
    position: relative;
    right: 0px;
    padding-left: 10px;
  }

  .page1 h1 {
    padding: 10px;
  }

  .row>* {
    padding-right: calc(var(--bs-gutter-x)/ 0);
}
}
