﻿body {
    background: black;
    background-image: url(background.gif);
}

.container {
    background: white;
}

.navbar .container {
    background: inherit;
}

#mainNav {
    position: initial;
}
@media (min-width: 992px) {
    #mainNav {
        background-color: #212529;
    }
}

header.masthead {
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
    color: inherit;
}

.page-section {
    padding: 0px;
}