/*.topnav_birdie {
    background-color: #a41d21 !important;
}*/

.topnav {
    overflow: hidden;
    background-color: #e8cdc6;
    padding: 10px 0;
}

.topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 10px;
    text-decoration: none;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    transition: 0.3s;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

@media screen and (min-width: 715px) {
    .topnav a {
        padding: 14px 16px;
        /*font-size: 12px;*/
    }
}

.topnav a:hover {
    opacity: 0.5;
    color: #F3F3F3;
}

/*logo*/
.topnav a:first-child {
    padding: 5px 0;
}

.topnav .icon {
    display: none;
}

#jhp {
    max-width: 50%;
    height: auto;
    float: none;
    box-sizing: border-box;
}

#bmob {
    max-width: 60%;
    height: auto;
    float: none;
    box-sizing: border-box;
}

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

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

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

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

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive #jhp {
        max-width: 20%;
        height: auto;
    }

    .topnav.responsive #bmob {
        max-width: 20%;
        height: auto;
    }
}
