/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/



.topsite {
	min-height: 50vh !important;
}

.slider-caption h2 {

	margin-bottom: 0px !important;
	font-family: 'Vollkorn SC', serif !important; 
	font-weight: 400 !important;
	text-shadow: 3px 3px 2px rgba(0,0,0,1) !important;
	
}

@media (max-width: 500px){
	.slider-caption h2 {
		font-size: 5vh !important;
	}
}

@media (max-width: 998px){
	.topsite {
		min-height: 80vh !important;
	}

	.slider-caption h2 {
		margin-bottom: 0px !important;
	}

}

@media (max-width: 1080px) {
	.slider-bug {
		min-height: 480px !important;
	}
}