/* photo gallery */
.photoGallery {border-bottom:5px solid #e9e9e9;}
.leftMenu {width:85%;padding:10% 5%;background:#e9e9e9;}
.leftMenu h4 {padding-bottom:10px;border-bottom:2px solid #000000;}
.leftMenu a:link, .leftMenu a:active, .leftMenu a:visited {display:block;width:95%;color:#ffffff;padding:15px 0 15px 5%;margin-bottom:10px;background:#000000;}
.leftMenu a.active, .leftMenu a:hover {color:#ffffff;background:#faa61a;}

.mobileMenu li {
    width: calc(100%/4);
}    