/* - MOBILE STYLES
---------------------------------------------- */


/* 3 columnn (only) */
@media only screen and (min-width: 870px) and (max-width: 1169px){
}


/* 2 columnn (only) */
@media only screen and (min-width: 570px) and (max-width: 869px){



#lower-navigation{display: none;}
.headerlogo {display: none;} }






/* 1 columnn (only) */
@media only screen and (max-width: 569px){
	#lower-navigation{display: none;}
	#nav-casestudy-wrapper {display: none;}
	.headerlogo {display: none;}
		
}



/* 3 columnn (and below) */
@media only screen and (max-width: 1169px) {

.headerlogo {display: none;}


}

/* 2 columnn (and below) */
@media only screen and (max-width: 869px) {
	#nav-casestudy-wrapper {display: none;}
	.headerlogo {display: none;}
	.logowrapper img {display: none;}
}








/* 1 columnn (and below) */
@media only screen and (max-width: 569px){#lower-navigation{display: none;}

#nav-casestudy-wrapper {display: none;}

.strapline h2 {display: none;}

	.headerlogo {
    margin-left: 25px;
	text-align:center;
	margin:25px 0;	}
}


