/************* SITEWIDE **************/
@media only screen and (min-width: 768px) {
.headerContent, .navContent {
   max-width: none;
}
.headerContent h1.logo {
   max-width: 350px; }
}


.publicModalMask {
    opacity: .9;
}


/*//footer */
.footerContent .contentTitle {
    font-size: 22px;
    color: #919195;
}
@media only screen and (min-width: 768px) {
.footerContent {
    max-width: none;
    padding-left: 50px;
    padding-right: 50px;
}
}
@media only screen and (min-width: 768px) {
#navTopLevel > li:last-child {
   float: right;    
}
}

/***********
Projects
*************/
@media only screen and (max-width: 767px) { 
    .block_d60c9107782f4e9ca48f0ed207d3d530 .imgGridItem {
        width: 100% !important;
        margin: 0 !important;
        padding-bottom: 10px;
    }
    .imgEffect-overlay, .imgHover-overlay {
    background-color: rgba(40,40,40,.5);
    }
    .imgEffect-content .contentTitle, .imgHover-content .contentTitle, 
    .imgEffect-content p, .imgHover-content p {
    opacity: 1;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    will-change: unset;
    } 
}

