/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
nav {
  position: absolute;
  top: 0;
  right: 0;
}

.desktop-navbar {
  margin-top: 10px;
  margin-right: 50px;
  height: 100px;
}

.mobile-navbar {
  position: absolute;
  top: 50px;
  right: 50px;
  color: #FFF;
  font-size: 32pt;
  z-index: 8000;
}

.mobile-navbar > a,
.mobile-navbar > a > i,
.mobile-navbar > a:hover,
.mobile-navbar > a > i:hover {
  color: #FFF;
  cursor: pointer;
  z-index: 8000;
}

.nav-target {
  font: normal normal bold 16px/12px Helvetica;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0px 30px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  height: 80px;
  width: 120px;
  padding-top: 35px;
  border-radius: 15px;
  transition: all 0.3s;
}

.nav-target:hover {
  background-color: #fff;
  color: #264e58;
}

.nav-target > a {
  color: #fff;
  text-decoration: none;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .nav-target {
    display: block;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .nav-target {
    display: block;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .nav-target {
    display: block;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .nav-target {
    display: block;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .nav-target {
    display: inline-block;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1500px) {
  .nav-target {
    display: inline-block;
  }
}

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