/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

body {
    background-color: #000;  
}

#header {
    background-color: #000000;
}

#main-body {
    background-color: #000000;
}

.main-content {
    background-color: #000000;
}

.footer {
    background-color: #000;  
}

