.topbar {
    background-color: #ffffff;
    box-shadow: 4px 4px 16px rgba(0,0,0,0.3);
}
.topbar .logo_text {
    position: relative;
    height: 0;
    overflow: visible;
    display: none;
    z-index: 1002;
}
.topbar .logo_text_inner {
    display: inline-block;
    height: 3rem;
    width: 14rem;
    width: auto;
    position: absolute;
    left: 3rem;
    top: 0;
}
.topbar .logo_text span {
    line-height: 1.2;
    font-size: 0.875rem;
}
.topbar .logo_text strong {
    font-family: 'Old Standard TT', serif;
    font-size: 1.2rem;
    color: #747474;
}
.topbar .logo_text:hover, .topbar .logo_text:focus {
    color: inherit;
}

@media screen and (min-width: 40em){
    /****************************************************************************
     * Topbar
     ****************************************************************************/
    .topbar .logo_text {
        display: block;
    }
}