﻿#layout-body {
    background-color: #f3f3f3;
}

/*outermost-container and footer done this way to have it be at bottom, and still be block*/
#outermost-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-banner {
    padding: 1em 0.3px 0.7em 0px;
    border-bottom: 1px solid #aaaaaa;
}

.set-language-or-logout {
    font-size: 12px;
    padding-right: 31px;
}

    .set-language-or-logout a {
        text-decoration: none;
        font-family: 'via-light';
    }

        .set-language-or-logout a:hover {
            text-decoration: underline;
        }

.site-name {
    padding-left: 31px;
}

#main {
    padding-top: 64px;
    padding-bottom: 32px;
    width: 100%;
}

#main {
    padding-left: 16px;
}

@media only screen and (min-width: 576px) {
    #main {
        padding-left: 24px;
    }
}

@media only screen and (min-width: 768px) {
    #main {
        padding-left: 32px;
    }
}

@media only screen and (min-width: 992px) {
    #main {
        padding-left: 48px;
    }
}

@media only screen and (min-width: 1200px) {
    #main {
        padding-left: 64px;
    }
}

@media only screen and (min-width: 1400px) {
    #main {
        padding-left: 96px;
    }
}

.view-outer-col {
    padding-left: 0px;
}
