@font-face {
    font-family: wind95;
    src: url(/fonts/w95fa.woff);
}
.pixeled{
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}
html,
body{
    font-family: wind95;
    margin: 0px;
    height: 100%;
}
p{
    font-size: 20px;
}
.header{
    text-align: center;
    padding: 5px;
    padding-top: 0px;
    flex: 0 1 auto;
}
.content{
    padding: 10px;
    flex: 1 1 auto;
}
.container {
    display: flex;
    flex-flow: column;
    height: 100%;
}
.footer {
    flex: 0 1 40px;
    text-align: center;
    padding: 5px;
}
.themetoggle{
    position: absolute;
    right: 25px;
    cursor: pointer;
}
.navbar{
    text-align: center;
    padding-bottom: 20px;
    flex: 0 1 auto;
}
.navbutton{
    text-decoration: none;
    border: 2px solid;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    font-size: large;
}
.fucking_center{
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    min-width: 400px;
    height: 100%;
}
.marquee {
    width: 100%;
    overflow: hidden;
}
.imgborder{
    border: 1px solid;
    max-width: 85%;
}
#navlinks_mobile{
    display: none;
}
.mobile-nav{
    display: none;
}
@media only screen and (max-width: 600px) {
    .desktop-nav {
        display: none;
    }
    .mobile-nav {
        display: block;
    }
    .topnav a.icon {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
    #navlinks_mobile {
        position:absolute;
        left: 0px;
        top: 108px;
        border: 2px solid;
        border-radius: 0px 0px 10px 10px;
    }
    .hamburger{
        position: absolute;
        left: 20px;
        top: 63px;
    }
    .navbutton-mobile{
        line-height: 55px;
        font-size: 25px;
    }
}

.hiddenLink{
    text-decoration: none;
}
#statuscafe {
    font-size: 20px;
}