#main-header {
    text-decoration: none;
}

#logo {
    position: static;
}

@media screen and (min-width: 992px) {
    #logo {
        position: absolute;
    }
}
