@media (max-width : 1100px) {
.header-logo {width:189px; padding-bottom:0; height:60px;}
.menu-main-menu-container, .fa-stack {display:none !important;}
.menu-mobile {display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex;}

.landing-content > div {width:100%;}
.landing-content > div:last-child {margin-top:3vw; height: auto !important;}
}

@media (max-width : 960px) {
.services-grid-block {position:relative; width:50%; padding-bottom:50%;}
.services-grid-block .div-wrapper div h4 {font-size:4.2vw;}
.back p {font-size:1.6vw; line-height:3.2vw;}
.footer div {width:100%; text-align:center !important;}

.landing-footer > div {width:100%; justify-content: center;}
.landing-footer-2 {margin-top:2rem;}
.landing-footer-2 > div {margin:0 1rem;}
}

@media (max-width : 769px) {
.feature-copy img{ width:41%;}



}

@media (max-width : 666px) {
.member-photo {width:250px; height:250px; margin-bottom:20px; padding-bottom:0;}
.member-photo img {width:100%;}
.member-info {width:100%; margin-left:0;}
}

@media (max-width : 667px) {
.home-feature{ padding-bottom:0; height:auto;}
.home-feature > img{ width:170%; position:relative; display:block; margin-top:60px; margin-left:-30%;}
.feature-copy img{ width:71%;}
.header-image{ padding-bottom:45%;}
.header-image img{ width:130%;}

.home-services-icons div{ width:40%; margin-top:15px;}

.services-grid-block {position:relative; width:100%; padding-bottom:100%;}
.back p{ font-size:3.6vw; line-height:6.4vw;}
.services-grid-block .div-wrapper div h4{ font-size:5.6vw;}

.landing-footer > div {width:100%; justify-content: center;}
.landing-footer-1 > div {width:100%; text-align: center;}
.landing-footer-1 > div:first-child {margin-right:0; padding-right:0; border-right:none; margin-bottom:1rem;}
.landing-social {justify-content: center;}
}

@media (max-width : 480px) {

}

/* -- iPhone 6 -- */
@media only screen 
and (max-device-width : 667px) {

}

@media only screen 
and (max-device-width : 667px) 
and (orientation : landscape){

}

@media only screen 
and (max-device-width : 667px) 
and (orientation : portrait){

}