﻿
body {
    margin: 0;
    color: #373a3c;
    font-weight: 400;
    background-color: #fafafa;
    letter-spacing: .01rem;
    font-family: 'urw-din', sans-serif;
}

#main-header {
    border-bottom: 0px;
}

header.sub-header {
    background-color: #ddd;
    border-bottom: #a21c21 solid 1px;
    padding-bottom: .15rem !important;
}

footer {
    font-size: 1.1rem;
}

nav#main-nav > a.nav-link {
    margin-top: 0.8rem;
    color: #5c5c5c !important;
    font-weight: 700 !important;
    font-size: 1.4rem !important;
}

    nav#main-nav > a.nav-link:hover {
        color: red !important;
    }

footer .item .list-unstyled li a {
    line-height: 1.5rem;
    font-size: 1.2rem;
}

h6 {
    font-size: 1.2rem;
    margin-bottom: .25rem;
}

p {
    letter-spacing: .04rem;
    line-height: 1.5rem;
}
