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

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

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  height: 125px;
  padding-top: 17px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(123, 145, 166) 0%, rgb(37, 60, 77) 100%);
  border: 1px solid transparent;
  box-shadow: 0 0 5px 15px rgba(37, 60, 77, 0.4);
  font-family: "Montserrat", sans-serif;
  z-index: 1000;
}

.mobile-navbar-logo {
  position: absolute;
  top: 24px;
  right: 35px;
  color: #fff;
  font-size: 38px;
  display: inline;
}

.navbar-item {
  display: inline-block;
  height: 58px;
}

.navbar-item > a {
  color: #fff;
  text-decoration: none;
  padding: 0px 65px;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
}

.navbar-item-brand {
  height: 100px;
  margin-top: -10px;
  margin-right: -20px;
  filter: invert(1);
}

@media only screen and (max-width: 400px) {
  .mobile-navbar-logo {
    font-size: 28px;
    top: 13px;
    right: 15px;
    display: inline;
  }
  nav {
    height: 68px;
  }
  .navbar-item {
    display: none;
  }
  .navbar-item-brand {
    height: 40px;
    margin-top: -4px;
  }
  .navbar-logo {
    display: inherit;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 400px) {
  .mobile-navbar-logo {
    font-size: 28px;
    top: 13px;
    right: 15px;
    display: inline;
  }
  nav {
    height: 68px;
  }
  .navbar-item {
    display: none;
  }
  .navbar-item-brand {
    height: 40px;
    margin-top: -5px;
    margin-right: 0px;
  }
  .navbar-logo {
    display: inherit;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .mobile-navbar-logo {
    display: inline;
  }
  .navbar-item {
    display: none;
  }
  .navbar-logo {
    display: inherit;
  }
  .mobile-navbar-logo {
    font-size: 28px;
    top: 13px;
    right: 15px;
  }
  nav {
    height: 68px;
  }
  .navbar-item-brand {
    height: 50px;
    margin-top: -5px;
    margin-right: -20px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .mobile-navbar-logo {
    font-size: 28px;
    top: 13px;
    right: 15px;
  }
  nav {
    height: 68px;
  }
  .navbar-item-brand {
    height: 50px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  nav {
    height: 80px;
  }
  .navbar-item > a {
    font-size: 16px;
  }
  .navbar-item-brand {
    height: 60px;
  }
  .mobile-navbar-logo {
    font-size: 30px;
    top: 18px;
    right: 19px;
  }
}
@media only screen and (min-width: 1100px) {
  nav {
    height: 87px;
  }
  .navbar-item-brand {
    height: 70px;
  }
  .mobile-navbar-logo {
    font-size: 36px;
    top: 16px;
    right: 25px;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1366px) {
  .mobile-navbar-logo {
    display: none;
  }
  .navbar-item {
    display: inline;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  nav {
    height: 100px;
  }
}

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