/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

@font-face {
 font-family: Neuton-Bold;
 font-display: swap;
 src: url(fonts/Neuton-Bold.ttf);
}

.pagelinks li {
 margin: 0 8px;
 align-self:center;
 padding-bottom: 5px;
}

.seclinks li {
 margin: 0 8px;
}

@media screen and (max-width: 900px) {
 .desktop-menubar {display:none;}
 .mobile-menubar {display:flex;}
}

@media screen and (min-width: 901px) {
 .desktop-menubar {display:flex;}
 .mobile-menubar {display:none;}
}

.mobile-menubar #logo {
 aspect-ratio: 1000/132;
}

.pagelinks a {
 text-decoration: none;
 color: #0099e0;
 text-align:center;
 font-size:22px;
 transition-duration: 0.2s;
 font-family: "Neuton-Bold", serif;
 align-self:center;
}

.desktop-menubar img {
 max-height: 35.98px;
}

.pagelinks a:hover {
 color: white;
}

.pagelinks {
 align-items: center;
 display:flex;
}

.seclinks {
 position: absolute;
 top: 35%;
 display:flex;
 align-self:center;
 justify-self: center;
}

#screen-mobile-nav {
 position:fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 padding: 10px;
 z-index: 9999;
 text-align: center;
 background-color: #000000;
}

#screen-mobile-nav ul {
 display:flex;
 justify-content:center;
 align-items:center;
 align-content: center;
 flex-wrap: wrap;
 height: 80%;
 gap:1rem;
}

#screen-mobile-nav a {
 text-decoration: none;
 color: white;
 font-size: 20px;
 text-align: center;
 padding: 2rem 4rem;
 display: block;
 font-family: "Neuton-Bold", serif;
}

.footer {
 padding: 2rem;
 display:flex;
 justify-content: center;
 align-content:center;
 background-color: black;
 width:100%;
}

.footerSocialBar {
 max-width: 256px;
 justify-self: center;
 justify-content: center;
 align-items: center;
 list-style-type: none;
}

.footerSocialBar li {
 aspect-ratio: 1/1;
 max-height: 30px;
 margin: 0.5rem;
 margin-top: 1rem;
 min-width: 30px;
}

.footerSocialBar img {
 height: auto;
 width: 100%;
 aspect-ratio: 1/1;
}