@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@media only screen and (min-width: 850px) {
  body {
    margin: 0;
    overflow-x: hidden;
    background-color: black;
    background: url("assets/rockCityBanner2.png") repeat;
  }
  body header {
    position: relative;
    margin: 0;
    width: 100%;
    background-color: black;
    height: 10vh;
  }
  body header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  body header .header .logo {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    pointer-events: none;
  }
  body header .header .logo img {
    width: 80px;
    height: 80px;
  }
  body header .header .logo a {
    width: 80px;
    height: 80px;
    text-decoration: none;
    color: white;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  body header .header .hamburger {
    display: none;
  }
  body header .header nav {
    position: relative;
    visibility: visible;
    margin: 0;
    padding: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body header .header nav ul {
    max-width: 100%;
    width: 90%;
    height: 100%;
    list-style: none;
    z-index: 5;
    margin: 0;
    padding: 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; /* Allows children to expand fully vertically */
  }
  body header .header nav ul li {
    text-align: center;
    margin: 0;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; /* Allows children to expand fully vertically */
  }
  body header .header nav ul li a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    padding: 0.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* or inline-flex */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; /* Center the text vertically inside the box */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; /* Center the text horizontally */
    -ms-flex-item-align: stretch;
        align-self: stretch; /* Forces the link to fill full vertical height */
    padding: 0 1.25rem; /* Horizontal padding for width */
    height: 100%;
  }
  body header .header nav ul li:hover {
    cursor: pointer;
  }
  body header .header nav ul li:hover a {
    color: #19adb2;
    text-shadow: 1px 1px 3px #073233;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
}
@media only screen and (min-width: 850px) and (max-width: 1360px) {
  body {
    margin: 0;
    overflow-x: hidden;
  }
  body header {
    position: relative;
    margin: 0;
    width: 100%;
    background-color: rgb(20, 20, 20);
    height: 10vh;
  }
  body header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  body header .header nav {
    position: relative;
    visibility: visible;
    margin: 0;
    padding: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body header .header nav ul {
    max-width: 100%;
    width: 90%;
    height: 100%;
    list-style: none;
    z-index: 5;
    margin: 0;
    padding: 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body header .header nav ul li {
    text-align: center;
    margin: 0;
    padding: 1em;
  }
  body header .header nav ul li a {
    text-decoration: none;
    color: white;
    font-size: clamp(1.5rem, 0.5rem + 2vw, 3.5rem);
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
  }
  body header .header nav ul .logo-spacer {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 80px;
    self-align: center;
  }
  body header .header nav .logo {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  body header .header nav .logo img {
    width: 80px;
    height: 80px;
  }
  body header .header nav .logo a {
    width: 80px;
    height: 80px;
    text-decoration: none;
    color: white;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@media only screen and (max-width: 849px) {
  body {
    width: 100%;
    margin: 0;
  }
  body header {
    position: relative;
    margin: 0;
    width: 100%;
    padding-top: 0.3em;
    background-color: rgb(20, 20, 20);
    height: 10vh;
    -webkit-box-shadow: 0px 0px 10px 3px rgb(0, 0, 0);
            box-shadow: 0px 0px 10px 3px rgb(0, 0, 0);
  }
  body header .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body header .header .logo {
    position: absolute;
    top: 80%;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0.3em;
    z-index: 8;
    padding: 0;
  }
  body header .header .logo img {
    width: 80px;
    height: 80px;
  }
  body header .header .logo a {
    width: 80px;
    height: 80px;
    text-decoration: none;
    color: white;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  body header .header .hamburger {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1.5em;
    margin-right: 2.5em;
    z-index: 8;
  }
  body header .header .hamburger div {
    background-color: rgb(255, 255, 255);
    height: 1.5px;
    width: 70%;
  }
  body header .header .hamburger .ham-line-2 {
    margin: -1em 0em;
  }
  body header .header nav {
    position: absolute;
    visibility: hidden;
    background-color: rgb(20, 20, 20);
    margin: 0;
    padding: 2em 0 0 0;
    top: 0;
    -webkit-transform: translateY(-50vh);
            transform: translateY(-50vh);
    z-index: 5;
    width: 100%;
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0px 0px 10px 3px rgb(0, 0, 0);
            box-shadow: 0px 0px 10px 3px rgb(0, 0, 0);
  }
  body header .header nav ul {
    list-style: none;
    z-index: 5;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4em 0;
  }
  body header .header nav ul li {
    text-align: center;
    width: 50vw;
    margin: 0.5em 0;
  }
  body header .header nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 2.5em;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
  }
  body header .header nav ul .logo-spacer {
    display: none;
  }
}