/* Global Custom Styles */
/* For theme options: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/assets/stylesheets/main/_colors.scss */
:root {
    --md-primary-fg-color: #0160F2;
    /* --md-primary-fg-color--dark:  #FFFFFF; */
    --md-primary-fg-color--light:  #0160F2;
}

[data-md-color-scheme="slate"] .md-header {
    background-color: hsla(var(--md-hue),15%,9%,1);
}

[data-md-color-scheme="slate"] .md-button--primary {
    background-color: #06233D;
}

table th:empty {
    display: none;
}

/* Footer */
#footer-logo {
    margin-bottom: 1rem;
}

#footer-logo-uwec {
    display: inline-block;
    width: 14rem;
    background: transparent url("/images/layout/uwec-logo-white.png") no-repeat center center;
    background-size: contain;
    height: 2.5rem;
    width: 10rem;
    /* margin: 1rem 1rem 1rem 0; */
    margin-right: .15rem;
    font-size: 0;
    vertical-align: top;
}

#footer-logo-hpc {
    display: inline-block;
    /* margin-top: .5rem; */
    padding-left: 1rem;   
    vertical-align: top;
    border-left: 1px solid #FFFFFF;
    font-size: 1.1em;
}

#footer-logo-hpc a {
    display: block;
    font-size: 1.25em; 
    text-decoration: none;
}

@media only screen and (max-width: 650px) {
    #footer-logo-uwec {
        display: block;
        margin-left: 0;
    }
    #footer-logo-hpc {
        display: block;
        border-left: 0;
        margin-top: 1rem;
        padding-left: 0;
    }
}

.md-footer .md-footer-meta a {
    text-decoration: underline;
}

.md-footer .md-copyright__highlight {
    margin-bottom: .5rem;
}

.content-side-images br {
    clear:both;
}

.content-side-images h2 {
    margin-top:0;
}

.content-side-images img {
    width:300px;
    float:right;
    margin-left:0.5em;
}

@media only screen and (max-width: 500px) {
    .content-side-images img {
        float:none;
        width:100%;
        margin-left:0;
    }
}

.content-si-large img {
    width:50%;
}

.md-main img {
    border:1px solid;
}

.md-main img.sw-logo {
    max-width: 400px;
    max-height: 200px;
    border: none;
}
