@media (min-width: 800px) {
    #bodyBackground {
        background-color: rgb(23, 65, 113) !important;
        background-image: url("/img/backgroundImages/aquadomeWide.jpg") !important;
    }
    
    #contentContainer {
        background-color: rgba(35, 35, 35, .75) !important;
        background-image: none !important;
    }
    
    #menu {
        /* background-color:rgb(30, 40, 49) !important */
    }
    
    .content {
        /* background-color:rgba(10,10,10,.5) !important; */
    }
}

@media only screen and (orientation: landscape) {
    #bodyBackground {
        background-color: #174171 !important;
        /*background-image: url("/img/backgroundImages/aquadomeWide.jpg") !important;*/
    }
    
    #menu {
        /* background-color:rgb(26, 40, 56) !important */
    }
}
