* {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, li {
  color: #696969;
}

h1 {
    font-weight: 700;
}

p {
  text-align: center;
}

a {
    transition: all .25s ease-in-out;
}

a:hover {
    direction: none;
    transition: all .25s ease-in-out;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.left-align {
  text-align: left;
}

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

.mobile {
  display: inline-block !important;
}

.desktop {
  display: none !important;
}

/***********************
*** START NAVIGATION ***
***********************/

#nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 80vh;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 1s;
  z-index: 105;
}

#nav.inactive {
  transform: translate(-200%, -50%);
  transition: all ease-in-out 1s;
}

#nav div {
  width: 100%;
}

#nav ul {
  width: 100%;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}

#nav li {
  text-align: center;
  margin: 40px 0;
}

#nav a {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  border-radius: 500px;
  padding: 16px 40px;
}

#nav a:hover,
#nav a:focus {
  text-decoration: none;
  color: #fff;
}

#menuFG {
  z-index: 110;
}

#menuBG {
  position: absolute;
  top: 0;
  transform: translateX(-10%);
  z-index: 109;
}

#menuBG li {
  width: 105%;
  background-color: rgb(255, 150, 0);
  border-radius: 500px;
  border-radius: 500px;
  transition: all ease-in-out 2s;
}

#menuBG li.active {
  transform: translateX(-5%);
  transition: all ease-in-out 2s;
}

#menuBG a {
  visibility: hidden;
}

#blackout {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.5s;
  z-index: -99;
}

#blackout.active {
  background-color: rgba(0, 0, 0, .8);
  transition: all ease-in-out 0.5s;
  z-index: 99;
}

#headerBar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  top: 150px;
  width: calc(100% - 32px);
  margin: 16px;
  transition: all ease-in-out 0.5s;
  z-index: 50;
}

#headerBar.header-bar {
  position: fixed !important;
  top: 0 !important;
  transition: all ease-in-out 0.5s !important;
}

#stickyHeader {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  text-wrap: nowrap !important;
  letter-spacing: -0.15em;
  text-indent: 0.15em;
  direction: rtl;
  color: rgb(65, 140, 200) !important;
  text-shadow: 3px 0 rgb(255, 150, 0);
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 4px 16px;
  transition: all ease-in-out .5s;
}

#stickyHeader:hover,
#stickyHeader:focus {
  text-decoration: none !important;
}

#stickyHeader.sticky-header {
  font-size: 1rem !important;
  letter-spacing: 0.5em !important;
  text-indent: -0.5em !important;
  text-shadow: none !important;
  border-radius: 500px !important;
  background-color: rgba(0, 0, 0, .8) !important;
  transition: all ease-in-out .5s !important;
}

#navButton {
  position: fixed;
  top: 16px;
  right: 16px;
  height: fit-content;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}

#navButton::before {
  font-size: 1.5rem;
  font-weight: 500 !important;
  color: rgb(65, 140, 200);
  padding: 4px;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 500px;
  transition: all ease-in-out 0.5s;
}

#navButton.header-button {
  visibility: visible !important;
  opacity: 1 !important;
  cursor: pointer !important;
  transition: all ease-in-out 0.5s !important;
}

/****************************
****** END NAVIGATION *******
*** START SUBPAGE NAV BAR ***
****************************/

#navBar {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all ease-in-out 0.5s;
  z-index: 100;
}

#subpageHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(65, 140, 200);
}

#subpageHeader div {
  text-align: center;
}

#subpageHeader a {
  font-size: 2rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: rgb(255, 150, 0);
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}

#subpageHeader a:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
}

#subpageHeader i {
  position: absolute;
  right: 16px;
  font-size: 2rem;
  color: rgb(255, 150, 0);
}

#subpageHeader i:hover {
  cursor: pointer;
}

/**************************
*** END SUBPAGE NAV BAR ***
***** START HOMEPAGE ******
**************************/

.hero {
  width: 100%;
  height: 200vh;
  background: url(images/tree/tree-sm.jpg) no-repeat top;
  background-size: cover;
}

.tagline {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 150vh;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

.tagline h2 {
  text-align: center;
  max-width: 550px;
  color: #fff;
  margin: 5rem;
}

.buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.buttons a {
  color: rgb(65, 140, 200);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-indent: -0.25em;
  direction: rtl;
  width: 100%;
  margin: 8px 16px;
  padding: 8px 32px;
  border: 2px solid rgb(65, 140, 200);
  border-radius: 500px;
  transition: all ease-in-out 0.5s;
}

.buttons a:hover,
.buttons a:focus {
  color: #fff;
  background-color: rgb(255, 150, 0);
  border: 2px solid rgb(255, 150, 0);
  transition: all ease-in-out 0.5s;
}

.tagline p {
  width: 100%;
  margin: 5rem auto;
}

.info {
  display: inline-block;
  color: #fff;
  background-color: rgb(65, 140, 200);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: nowrap;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-indent: -0.25em;
  direction: rtl;
  width: 100%;
  padding: 8px 32px;
  border-radius: 500px;
  transition: all ease-in-out 0.5s;
}

.info:hover {
  color: #fff;
  background-color: rgb(255, 150, 0);
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}

/********************
*** END HOMEPAGE ****
*** START SUBPAGE ***
********************/

#pageTitle {
  margin-top: 160px;
}

#pageTitle h1 {
  text-align: center;
}

#pageTitle p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 64px;
  margin-bottom: 64px;
}

.gallery img {
  display: inline-block;
  min-height: 25vh;
  max-height: 75vh;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
  margin: 8px;
  transition: all ease-in-out 0.5s;
}

.gallery img:hover {
  transform: scale(105%);
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.modal img {
  max-width: 80%;
  max-height: 80%;
}

.modal i {
  font-size: 2rem;
  color: #fff;
  padding: 16px;
}

#leftArrow {
  position: fixed;
  left: 0;
}

#rightArrow {
  position: fixed;
  right: 0;
}

#closeModal {
  position: fixed;
  top: 0;
  right: 0;
}

.modal i:hover {
  cursor: pointer;
}

#morePages {
  margin-top: 64px;
  margin-bottom: 64px;
}

#morePages h2 {
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  color: rgb(255, 150, 0);
  margin: 4px;
  padding: 8px 16px;
  background-color: rgb(65, 140, 200);
}

.image-collections {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.image-collections > div {
  width: 100%;
}

.image-collections a,
.image-collections h3 {
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.collection {
  position: relative;
  height: 200px;
  margin: 4px;
  overflow: hidden;
  background-color: rgba(65, 140, 200, 1);
}

.collection:hover {
  cursor: pointer;
}

.collection h3 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.collection img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.5s;
  object-fit: cover;
  opacity: 0.25;
}

.collection:hover img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(105%);
  transition: all ease-in-out 0.5s;
}

#web {
  margin-top: 64px;
}

.steps {
  font-weight: 700;
  text-align: center;
  margin-top: 6rem;
}

#behindTheCurtain img {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 3rem auto 6rem;
  box-shadow: 4px 4px 32px #696969;
}

#about {
  margin-top: 96px;
  margin-bottom: 96px;
}

video {
  display: block;
  width: 340px;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
}

.audio-controls {
  align-items: center;
  width: 100%;
  margin: 8px auto 1rem;
  padding: 8px;
  border-radius: 8px;
  background-color: #696969;
}

.mute-container {
  flex-grow: 0;
  padding-left: 0;
  padding-right: 0;
}

.mute {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: rgb(65, 140, 200);
  border-radius: 8px;
}

.mute i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: rgb(255, 150, 0);
}

.mute:hover,
.mute i:hover {
  cursor: pointer;
}

.audio-text {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding-left: 16px;
  margin: 0;
}

/*******************
*** END SUBPAGE ****
*** START FOOTER ***
*******************/

footer {
  background-color: black;
}

footer p {
  text-align: center;
  color: rgb(65, 140, 200);
  margin-top: 0.5rem;
}

/*****************
*** END FOOTER ***
*****************/

#comingSoon {
  height: 100vh;
  background-color: #fff;
}

.coming-soon {
  height: 100vh;
}

.coming-soon h1 {
  color: #fff;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.coming-soon p {
  font-size: 1.25rem;
  position: relative;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 576px) {

  /***********************
  *** START NAVIGATION ***
  ***********************/

  #nav a {
    padding: 16px 80px;
  }

  #stickyHeader {
    font-size: 6rem;
    padding: 4px 40px;
    text-shadow: 4px 0 rgb(255, 150, 0);
  }

  /*********************
  *** END NAVIGATION ***
  *** START HOMEPAGE ***
  *********************/

  .buttons {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .tagline p {
    width: 80%;
  }

  /*******************
  *** END HOMEPAGE ***
  *******************/

  #morePages h2 {
    font-size: 2rem;
  }

  video {
    width: 480px;
    height: 480px;
  }
  
  .audio-controls {
    width: 480px;
  }

}

@media (min-width: 768px) {

  /***********************
  *** START NAVIGATION ***
  ***********************/

  #nav a {
    font-size: 1.75rem;
    padding: 16px 100px;
  }

  #stickyHeader {
    font-size: 7rem;
    text-shadow: 4px 0 rgb(255, 150, 0);
  }

  #stickyHeader.sticky-header {
    font-size: 1.25rem !important;
    letter-spacing: 1.25em !important;
    text-indent: -1.25em !important;
    direction: rtl !important;
    text-shadow: none !important;
    transition: all ease-in-out .5s !important;
  }

  #navButton::before {
    font-size: 1.9rem;
  }

  /*********************
  *** END NAVIGATION ***
  *** START HOMEPAGE ***
  *********************/

  .hero {
    background: url(images/tree/tree-md.jpg) no-repeat top;
    background-size: cover;
  }

  .buttons {
    width: 50%;
  }

  .tagline p {
    width: 50%;
  }

  /********************
  *** END HOMEPAGE ****
  *** START SUBPAGE ***
  ********************/
  
  .gallery img {
    height: 200px;
    min-height: 0;
    min-width: 100px;
    max-width: 400px;
    margin: 8px;
  }

  .modal i {
    font-size: 3rem;
    padding: 32px;
  }

  .image-collections a {
    width: 50%;
  }

  /*******************
  *** END SUBPAGE ****
  *** START FOOTER ***
  *******************/

  footer p {
      text-align: right;
    }

  /*****************
  *** END FOOTER ***
  *****************/

}

@media (min-width: 992px) {

  .mobile {
    display: none !important;
  }
  
  .desktop {
    display: inline-block !important;
  }

  /***********************
  *** START NAVIGATION ***
  ***********************/

  #nav a {
    font-size: 2rem;
    padding: 16px 120px;
  }

  #headerBar {
    top: 50px;
  }

  #stickyHeader {
    font-size: 10rem;
    text-shadow: 6px 0 rgb(255, 150, 0);
  }

  #stickyHeader.sticky-header {
    font-size: 2rem !important;
  }

  #navButton::before {
    font-size: 2.4rem;
  }

  /*********************
  *** END NAVIGATION ***
  *** START HOMEPAGE ***
  *********************/

  .hero {
    background: url(images/tree/tree-lg.jpg) no-repeat top;
    background-size: cover;
  }

  .buttons {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .buttons a {
    max-width: 300px;
  }

  .tagline p {
    max-width: 450px;
  }

  /********************
  *** END HOMEPAGE ****
  *** START SUBPAGE ***
  ********************/
  
  .image-collections a {
    width: 25%;
  }

  /******************
  *** END SUBPAGE ***
  ******************/

}

@media (min-width: 1200px) {

  /***********************
  *** START NAVIGATION ***
  ***********************/

  #nav a {
    padding: 16px 140px;
  }

  #stickyHeader {
    font-size: 12rem;
    text-shadow: 6px 0 rgb(255, 150, 0);
  }

  #navButton::before {
    font-size: 3rem;
  }

  /*********************
  *** END NAVIGATION ***
  *** START HOMEPAGE ***
  *********************/

  .hero {
    background: url(images/tree/tree-xl.jpg) no-repeat top;
    background-size: cover;
  }

  /*******************
  *** END HOMEPAGE ***
  *******************/
}  