<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* michalopoulos-vag */

#secondary-banner {
    background-size: cover;
    margin-top: 145px;
}

.banner-wrap .banner {
    margin-top: 167px;
}

footer h4 {
    color: black;
    font-weight: 700;
    text-transform: initial;
}

.free-text-section p {
    width: 100%;
}

header .bottom-header .navbar-default .navbar-brand .logo .primary_text {
    font-size: 30px;
    display: none;
}

header .bottom-header .navbar-default .navbar-brand {
    width: 350px;
    height: 100px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-attachment: initial !important;
    background-position: center !important;
}

@media only screen and (max-width: 768px) {
    header .bottom-header .navbar-default .navbar-brand {
        width: 240px;
    }
}</pre></body></html>