/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
.animate__delay-half-s {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.color-scheme-bright {
  color: #66fcf1;
}

.color-scheme-dark {
  color: #45a29e;
}

.company-logo {
  height: 110px;
  filter: invert(93%) sepia(8%) saturate(2567%) hue-rotate(104deg) brightness(105%) contrast(99%);
  transition: all 0.2s linear;
}

.company-logo-text {
  font-family: "Montserrat", sans-serif;
}

.company-logo-wrapper {
  font-size: 24pt;
  padding-top: 5px;
  color: #66fcf1;
  transition: all 0.2s linear;
}

.company-logo-wrapper:hover {
  cursor: pointer;
}

.mobile-nav-button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 38pt;
  color: #45a29e;
  padding: 0px 30px;
  padding-top: 25px;
  transition: all 0.2s linear;
}

.mobile-nav-item {
  display: block;
  height: 100px;
  width: 100vw;
  border-top: 1px solid #66fcf1;
  border-bottom: 1px solid #66fcf1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  padding-top: 35px;
  font-size: 16pt;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s linear;
}

.mobile-nav-item:hover {
  cursor: pointer;
}

.mobile-nav-item > a {
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #fff;
}

.mobile-nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 130px;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 110px;
  width: 100vw;
  padding: 0px 20px;
  z-index: 10000;
  background-color: #0b0c10;
  transition: all 0.2s linear;
}

.nav-button {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 18pt;
  color: #45a29e;
  padding: 0px 30px;
  padding-top: 40px;
  transition: all 0.2s linear;
}

.nav-button:hover > a {
  transition: all 0.2s linear;
}

.nav-button:hover,
.nav-button:hover > a {
  color: #66fcf1;
  cursor: pointer;
}

.nav-button > a {
  height: 100%;
  width: 100%;
  color: #45a29e;
  text-decoration: none;
}

nav.solid-background {
  background-color: #0b0c10;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .company-logo {
    height: 80px;
  }
  .company-logo-text,
  .nav-button {
    display: none;
  }
  .mobile-nav-button {
    font-size: 30pt;
    padding: 0;
    padding-top: 15px;
  }
  nav {
    padding-left: 10px;
    height: 85px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .company-logo {
    height: 90px;
  }
  .company-logo-text,
  .nav-button {
    display: none;
  }
  .mobile-nav-button {
    font-size: 36pt;
    padding: 0;
    padding-top: 15px;
    padding-right: 15px;
  }
  nav {
    padding-left: 10px;
    height: 95px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .company-logo {
    height: 110px;
  }
  .mobile-nav-button {
    display: inline-block;
  }
  .company-logo-text,
  .nav-button {
    display: none;
  }
  nav {
    padding-left: 10px;
    height: 120px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .mobile-nav-button {
    display: none;
  }
  .company-logo-text,
  .nav-button {
    display: inline-block;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .company-logo-text,
  .nav-button {
    display: inline-block;
  }
}

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