body {
    background-color:#DDE8CD;
}
footer {
    background-color:#FFFFFF;
    position: fixed;
    bottom: 0px;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    background: url(../img/background_02.jpg), url(../img/background_03.jpg), url(../img/background_01.jpg);
    background-repeat:no-repeat, no-repeat, repeat-x;
    background-position: left top, right top, left top;
    background-size: contain, contain, contain;
    height: 201px;
    border-bottom: 1px solid #FAAE1A;
    background-color: #FAAE1A;
}
hr {
    border: 1px solid #C4111A;
    width: 65%;
    max-width: 350px;
    opacity: 1;
}
#navigation {
    position: absolute;
    left: 220px;
    top: 158px;
}
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}
#content {
    margin: 0px;
    padding: 0px;
    position: relative;
    left: 0px;
    top: 201px;
    padding-bottom: 45px;
}
#contentPage {
    margin: 20px;
    padding: 5px;
    border: 0px solid #FAAE1A;
}
#contentPage a {
    color: #C4111A;
    text-decoration: none;
}
.page-item.active .page-link {
    background-color: #FAAE1A;
    border-color: #FAAE1A;
    opacity: 0.7;
}
.dropdown-menu .dropdown-header {
    color: #C4111A;
    font-weight: bold;
    font-size: 100%;
}
#footer {
    border-top: 1px solid #FAAE1A;
}
#resultsPage {
    margin-top: 30px;
    margin-left: 25px;
}
#resultsNavContainer {
    position: fixed;
    left: 20px;
    top: 300px;
    width: 220px;
    min-height: 25%;
    max-height: 50%;
    overflow: auto;
}
#resultsNav {
    padding: 20px;
    background-color: #FFFFFF;
    z-index: 3000;
}
#resultsNav .nav-item:hover {
    background-color: #e9ecef;
}
#resultsNav .nav-item:active, .dropdown-item:active {
    background-color: #FAAE1A;
    border-color: #FAAE1A;
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    #navigation {
        position: absolute;
        left: 50%;
        right: 0px;
        top: 0px;
        padding: 0px;
        background-color: #FFFFFF;
        z-index: 2000;
    }
    #navigation ul {
        padding: 10px;
    }
    .navbar {
        margin-bottom: 0px;
        border-radius: 0px;
        background: url(../img/background_02.jpg), url(../img/background_01.jpg);
        background-repeat:no-repeat, repeat-x;
        background-position: 75px 0px, left top;
        background-size: contain, contain;
        height: 101px;
        border-bottom: 1px solid #FAAE1A;
    }
    #content {
        margin: 0px;
        padding: 0px;
        position: relative;
        left: 0px;
        top: 101px;
    }
    #resultsNavContainer {
        position: fixed;
        left: 0px;
        top: 180px;
        max-width: 200px;
        min-height: 25%;
        max-height: 50%;
        overflow: auto;
    }
    .row.content {height:auto;}
}
