body{ background: #ccc url("/my_files/brickwall.png"); }
#outer{ background: transparent; }
#wrapper{ background: #fff; margin-bottom: 0px; }
#contentWrapper { padding-bottom: 100px; }

header{ 
    background: linear-gradient(to bottom, rgba(0,60,115,0.9) 0%,rgba(0,60,115,.65) 100%); 
    background: rgb(75 69 147 / 92%);
}
nav{ 
    background: rgba(0,60,115,.65);
    background: rgb(75 69 147 / 92%);
}

#menu li:hover{ background: #4C1871; }
#menu > ul > li > ul > li:hover{ background: #000; }
footer{ background: #2196f3; margin-top: 0px; padding: 0px; }
#footer .copy{ background: rgba(0,60,115); margin-top: 0px; }

.woodBack{ background-image: url('/my_files/design_files/stoneback.jpg'); background-size: cover; }
.sideSearch .head,.photoCount{ background: rgba(0,60,115); }

@media (min-width: 992px) {
    #menu > ul > li > ul{ background: #4C1871; }
    footer { position: inherit; }
}