div#header_container{
	height: 100vh;
	min-height: 700px;
}
@media (max-width: 1000px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3000px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3000px) and (orientation:portrait)
 {
	div#header_container{
		min-height: 500px;
	}
}
div#header_home_slogan{
	position: absolute;
	width: 100%;	
	top: 330px;
	z-index: 50;
	
}
div#header_logo{
	top:0px;
}
div#header_home_slogan_inner{
	position: relative;
	width: 90%;
	max-width: 700px;
	margin: 0px auto 0px auto;		
	text-align: center;
	color: white;
	font-size: 36pt;
	text-shadow: 1px 1px 1px black;
	font-family: 'Fraunces';
}
@media (max-width: 1000px),
	(-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2) and (max-width: 2000px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 2.5) and (max-width: 2500px) and (orientation:portrait),
	(-webkit-min-device-pixel-ratio: 3) and (max-width: 3000px) and (orientation:portrait),
	(min-resolution: 1.5dppx) and (max-width: 1500px) and (orientation:portrait),
	(min-resolution: 2.0dppx) and (max-width: 2000px) and (orientation:portrait),
	(min-resolution: 2.5dppx) and (max-width: 2500px) and (orientation:portrait),
	(min-resolution: 3.0dppx) and (max-width: 3000px) and (orientation:portrait)
 {
	div#header_home_slogan_inner{
		font-size: 24pt;
	}
}
div#header_home_slogan_center{
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}
a#header_home_slogan_button{
	display: block;
	background: #d3de93;
	color: #394d39;
	text-decoration: none;
	text-shadow: none;
	height: 30px;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin-top: 60px;
	width: 200px;
	padding: 20px 5px 20px 5px;
	box-sizing: border-box;
}	
a#header_home_slogan_button:hover{
	background: #334d37;
	color: white;
	text-shadow: none;
}