@charset "UTF-8";
/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#snav-content h3{
	color: #075905 !important;
	font-family: 'Roboto Slab', serif !important;
}
#snav-content{
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif !important;
}
.gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}