body {
    background: #00305c !important;
}

.logo {
    max-height: 100px;
    width: auto;
}

#notifications {
    background-color: #00305c;
}

#notifications li .nav-link {
    color: white;
}

#notifications li .nav-link:hover,
#notifications li .nav-link:focus {
    color: #c2c7d0;
    background-color: rgba(255, 255, 255, .1);
}

.content-wrapper {
    background-image: url(/images/peterman/bgStripes.jpg) !important
}

.main-footer {
    background: #00305c !important;
    color: white;
    border-top: 7px solid #f1f1f1;
}

.main-footer a {
    color: white;
    text-decoration: none;
}

.main-footer a:hover,
.main-footer a:focus {
    text-decoration: underline;
}

.dropdown-header {
    background-color: aliceblue !important;
    font-weight: bold !important;
}

/* On screens that are 991px */
@media screen and (max-width: 991px) {
    .navbar-collapse {
        background-color: #666 !important;
        border: 2px solid #333;
        border-left: 0;
    }

    #collapsibleNavbar li .nav-link {
        color: white;
    }

    #collapsibleNavbar li .nav-link:hover,
    #collaapsibleNavbar li .nav-link:focus {
        color: white;
    }

    #notifications {
        background-color: #666;
        border-top: 1px solid #ccc;
    }
}
