.white {
    color: white;
}

.topnav {
    overflow: hidden;
    background: #967e9e;
    background-image: url("/static/imgs/redox-01.png");
    z-index: 200;
    height: 5.5vh;
    min-height: 50px;
    font-size: 1.6vw;
}

.topnav a {
    font-family: kiona;
    color: #fff;
    float: left;
    display: block;
    padding-top: 8px;
    width: 15vw;
    height: 100%;
	text-align: center;
    text-decoration: none;
}

@media only screen and (min-height: 1081px) {
    .topnav a {
        padding-top: 1vh;
    }
}

@media only screen and (min-height: 1081px) and (orientation: landscape) {
    .topnav a.social img {
        height: 100%;
    }
}

.topnav a:not(.social) {
    min-width: 130px;
}

a.social {
    width: auto;
    padding-top: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.topnav span {
    float: left;
    width: 13vw;
    min-width: 182px;
    height: 100%;
}

.topnav a:hover:not(.active):not(.social) {
  background-color: #5a515b;
  background-image: url("/static/imgs/redox-01.png");
}

.topnav a.active {
	background-color: #5a515b;
    background-image: url("/static/imgs/redox-01.png");
	cursor: auto;
}

@media only screen and (max-width: 1099px) {
    .topnav {
        font-size: 14pt;
    }
}

.topnav .icon {
  display: none;
}

div.nav-breaker {
  display: none;
}

span.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    float: none;
    width: 0;
    min-width: 0;
}

@media screen and (max-width: 840px) {
    .topnav a:not(.social) {
        display: none;
    }

    .topnav a.social {
        height: 100%;
    }

    .topnav a.social img {
        width: 9vw;
        max-width: 50px;
    }    

    .topnav a.icon {
        float: right;
        display: block;
    }

    .topnav.responsive {
        position: relative;
        overflow: visible;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a.menu.icon {
        background-color: #5a515b;
        background-image: none;
    }

    .topnav.responsive a:not(.social) {
        display: block;
        /* border-top: 1px solid #5a515b; */
        background-color: #967e9e;
        background-image: url("/static/imgs/redox-01.png");
    }

    .topnav.responsive a:not(.social):not(.icon) {
        text-align: right;
        float: none;
        width: 100%;
        padding-right: 5px;
    }

    .topnav.responsive a.active {
        display: none;
    }

    .topnav a:hover:not(.active):not(.social) {
        background-color: rgb(127, 127, 127);
    }

    div.nav-breaker {
        display: block;
        clear: both;
    }
}
