﻿body {
    margin: 0;
    color: #373a3c;
    font-weight: 400;
    background-color: #fafafa;
    letter-spacing: .01rem;
    font-family: /*'Lato', sans-serif; */ 'urw-din', sans-serif;
}

#main-header {
    border-bottom: 0px;
}

header.sub-header {
    background-color: #ddd;
    border-bottom: #1c26a2 solid 1px;
    padding-bottom: .15rem !important;
}

footer {
    font-size: 1.1rem;
}

footer .item .list-unstyled li a {
    line-height: 1.5rem;
    font-size: 1.2rem;
}

    footer .item .list-unstyled li a:hover {
        text-decoration: none;
    }

h6 {
    font-size: 1.2rem;
    margin-bottom: .25rem;
}

p {
    letter-spacing: .04rem;
    line-height: 1.5rem;
}

div#bottom-nav-side {
    align-self: flex-end !important;
}

th {
    color: #fdfdfd;
}

td {
    color: #373a3c !important;
}