html, body {
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}

.tagline {
    display: none;
}

h1#logo a {
    background-size: 250px auto;
    width: 250px;
    height: 160px;
}

#footer {
    min-height: 210px;
    margin-top: -210px;
}

#footer-bottom {
    height: 100px;
}

.element .overlay {
    display: none;
    background: rgba(255,255,255,.1);
}

.region-breadcrumb {
    margin-left: 20px;
}

.block-system-breadcrumb-block {
    width: 1280px;
    margin: 0 auto;
}

@media only screen and (min-width: 980px) and (max-width: 1299px) {
    .block-system-breadcrumb-block {
        width: 960px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .block-system-breadcrumb-block {
        width: 640px;
    }
}

@media only screen and (max-width: 767px) {
    .block-system-breadcrumb-block {
        width: 320px;
    }
}

#main-nav ul#options li:hover .sub-nav {
    display: none;
}

footer .container,
footer .container .region,
footer .container .menu--footer,
footer .container .menu--footer > div,
footer .container .menu--footer > div .menu {
    height: 100%;
}

footer .menu--footer .menu {
    display: flex;
    justify-content: space-around;
    max-width: 40em;
    margin: 0 auto;
    align-items: center;
}
footer .menu--footer .menu:after {
    display: none;
}

footer .menu--footer .menu .menu-item a { 
    color: #555;
}

footer .menu--footer .menu .menu-item a:hover { 
    color: white;
}