.footer {
    height: 12vh;
    background: rgba(87, 87, 87, 0.6);
    backdrop-filter: brightness(50%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 3vh;
    flex-wrap: wrap;
}

.navigation {
    height: 6vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: rgba(87, 87, 87, 0.6);
    backdrop-filter: brightness(50%);
    z-index: 5;
    margin-top: -6vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ulnav {
    display: flex;
    list-style-type: disc;
    flex-wrap: nowrap;
    overflow-x: auto;
    mix-blend-mode: difference;
}

::-webkit-scrollbar {
    width: 0px;
    display: none;
  }

.linav {
    display: inline-block;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'consolas-bold', sans-serif;
    font-size: 12px;
    margin-left: 3em;
}

.anav:hover {
    color: whitesmoke;
    text-shadow: 0px 0px 5px wheat;
    filter: dropshadow(color=wheat, offx=2, offy=2);
    transition: all .25s;
}

.anavcurrent {
    color: white;
    text-decoration: none;
}

.anav {
    text-decoration: none;
    color: rgb(196, 196, 196);
}

.compname {
    white-space: nowrap;
    color: white;
    text-transform: uppercase;
    stroke: black;
    font-family: 'consolas-bold', sans-serif;
    font-size: 12px;
    margin-right: 6em;
    transition: all .5s;
}

@media (max-width: 768px) {
    .compname {
        margin-right: 1em;
    }
}

.logo {
    max-width: 5vh;
    height: auto;
    margin-right: 1em;
}

.hoverlogo:hover + .anav {
    color: whitesmoke;
    text-shadow: 0px 0px 5px wheat;
    filter: dropshadow(color=wheat, offx=2, offy=2);
    transition: all .25s;
}

.footersection {
    display: flex;
    justify-content: center;
    max-height: 15vh;
    margin-left: 5em;
    margin-right: 5em;
}

.footerlogosection {
    display: flex;
    align-items: center;
    margin-right: 2em;
}

.footercompsection {
    display: flex;
    justify-content: right;
    align-items: center;
    max-height: 15vh;
}

.footercomptext {
    letter-spacing: 1.6px;
    font-size: 14px !important;
}

.footermaintext {
    flex-basis: 100%;
    text-transform: uppercase;
    font-family: 'consolas-bold', sans-serif;
    font-size: 11px;
    color: white;
    margin-bottom: 0.3em;
}

.footerinfotext {
    font-size: 11px;
}

.footerlogo {
    height: 11vh;
}

.footerlink {
    text-decoration: none;
    color: white;
}

.footerlower {
    text-transform: none;
}