.navBar{background-color:#eaeaea;background-color:var(--navBackgroundColor);width:100%;display:flex;justify-content:space-between}.navLogo{height:3rem}.navLink,.navLinkGroup{display:flex}.navLink{color:var(--primaryColor);padding:10px;align-items:center;text-decoration:none;font-weight:700}.navLink:hover{background-color:var(--primaryColor);color:#fff;filter:saturate(.5)}@media (max-width:820px){.navBar{flex-direction:column;align-items:center;padding-bottom:10px}}.creditFooter[data-v-29a729d4]{display:flex;justify-content:space-between;width:100%;background-color:#9e9e9e;background-color:var(--footerBackgroundColor);padding:10px 5px}.creditLinks[data-v-29a729d4]{display:flex;align-items:center}.creditLinks a[data-v-29a729d4]{padding:5px 10px}.creditLogo[data-v-29a729d4]{height:3rem}@media (max-width:560px){.creditFooter[data-v-29a729d4]{flex-direction:column;align-items:center}}@media (max-width:290px){.creditFooter .creditLinks[data-v-29a729d4]{flex-direction:column}}.errorScreen{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#d3d3d3;background-color:var(--dashBackgroundColor);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.errorScreen h1{font-size:10vw}.errorScreen p{font-size:2rem}@media (max-width:400px){.errorScreen h1{font-size:2rem}.errorScreen p{font-size:1rem}}