@import "header.css";
@import "navbar.css";

/* ---------- General styles ---------- */

html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
}

body {
    padding-bottom: 220px; /* ensure that body does not overlap with footer */
    font-family: "DINNext", arial, sans-serif;
    font-size: 1rem;
}

a {
    color: #204a87;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.color-muted {
    color: #bbbbbb;
}

/* ---------- Footer ---------- */

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #222;
    color: white;
    padding-bottom: 0.5em;
}

.footer a { /* .footer is more specific (otherwise we get the blue from a) */
    color: white;
}

footer .row {
    padding-top: 1em;
}

.footer-divider-bottom {
    border-style: none none solid none;
    border-width: 1px;
    border-color: #585858;
    padding-bottom: 1em;
}

/* ---------- Legacy ---------- */

#midbox {
    /* width:230px; */
    display: inline-block;
    text-align: left;
    margin: 3px auto;
    min-height: 250px;
    box-shadow: 0 0 5px #888a85;
    background-color: #eeeeec;
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

#midbox h1 {
    margin: 0px;
    margin-top: 5px;
    text-indent: -10px;
    font-size: 1.2em;
}

#midbox ul {
    padding: 0px;
    margin: 10px 0px;
}

#midbox ul li {
    list-style-type: none;
    text-indent: -20px;
    margin-left: 20px;
}

#midbox p {
    font-weight: 300;
    margin-top: 0px;
}

.top_cat {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    width: 70px;
}

.top_cat a {
    vertical-align: text-top;
}

.sub_cat {
    display: inline-block;
    font-weight: 300;
    color: #204a87;
    padding-bottom: 10px;
    padding-top: 1px;
}
