html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background: #e9e9e9 url('../img/courthouse-faded.jpg') no-repeat center top fixed;
    background-size: cover;
}

.wrapper {
    min-height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a img {
    border: 0;
}

.site-hero {
    position: relative;
    height: 210px;
    background: url('../img/header-mountains.jpg') no-repeat center center;
    background-size: cover;
}

.site-hero-overlay {
    position: relative;
    width: 100%;
    height: 100%;
}

.site-seal-wrap {
    position: absolute;
    left: 35px;
    top: 10px;
    z-index: 5;
}

.site-seal {
    width: 150px;
    max-width: 150px;
    height: auto;
}

.site-title-wrap {
    text-align: center;
    padding-top: 38px;
}

.site-title-wrap h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    color: #163d66;
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
}

.site-nav {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    background: #0f4f86;
}

.site-nav .navbar-nav > li > a {
    color: #fff !important;
    font-weight: 700;
    padding-top: 16px;
    padding-bottom: 16px;
}

.site-nav .navbar-nav > li > a:hover,
.site-nav .navbar-nav > li > a:focus,
.site-nav .navbar-nav > .open > a,
.site-nav .navbar-nav > .open > a:hover,
.site-nav .navbar-nav > .open > a:focus,
.site-nav .navbar-nav > .active > a,
.site-nav .navbar-nav > .active > a:hover,
.site-nav .navbar-nav > .active > a:focus {
    background: #0c426f !important;
    color: #fff !important;
}

.site-nav .dropdown-menu > li > a {
    white-space: normal;
}

.page-shell {
    background: rgba(255,255,255,0.88);
    padding-top: 14px;
    padding-bottom: 20px;
    box-shadow: 0 0 18px rgba(0,0,0,0.08);
}

.global-weather-wrap {
    margin: 0 0 14px 0;
}

.global-weather-banner {
    display: none;
    padding: 10px 14px;
    border: 1px solid #ddd;
    font-size: 14px;
    border-radius: 4px;
}

.banner-clear {
    background: #f2fff2;
    border-left: 4px solid #3c763d;
}

.banner-warning {
    background: #fff3f3;
    border-left: 4px solid #c9302c;
}

.global-weather-details {
    display: none;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px;
}

.content {
    margin-bottom: 20px;
}

.footer {
    margin-top: 0;
    background: #0f4f86;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.footer a {
    color: #fff;
}

@media (max-width: 767px) {
    .site-hero {
        height: 150px;
    }

    .site-seal-wrap {
        left: 10px;
        top: 8px;
    }

    .site-seal {
        width: 90px;
        max-width: 90px;
    }

    .site-title-wrap {
        padding-top: 30px;
    }

    .site-title-wrap h1 {
        font-size: 24px;
        padding: 0 70px;
    }

    .page-shell {
        padding-top: 10px;
    }
}