.siteInnerWrapper {
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.35);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.35);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.35);
}

@media only screen and (min-width: 1024px) {
    .headerAndNavContainer {max-height: 730px;}
}

@media only screen and (max-width: 321px){
    .headerContent .logo img {max-height: 220px !important;}
}