/*
LAST UPDATED: 2019-03-24 18:19
*/

#center h1 {
	margin: 0 !important;
}

.photo_gallery img {
	margin: 12px 0 !important;
}


#center img {
	max-width: 100% !important;
	height: auto !important;
}

/****************************  MOBILE  < 960 *****************************/
@media screen and (max-width: 959px) {

	body {
		margin: 0;
		padding: 0;	
	}
	#page_wrapper, #page_footer {
		width: 100%;	
		margin-right: 0;	
		margin-left: 0;
		border: 0;
	}
	#page_header {
		background-size: contain;
		background-position-y: top;
		background-color: Linen;
		background-image: url(../img/responsive/header_noborder.jpg);

	}	
	#center {
		margin: 0 10px;	
	}
}

