h1{
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin: 0;
	margin-bottom: 5vh;
	padding: 0;
	font-weight: 300;
	font-size: 3vw;
	border-top: 1px dashed #ebebeb;
	border-bottom: 1px dashed #ebebeb;
	padding: 1vw;
	color: #ebebeb;
}
.ig_attention{
	font-family: 'Open Sans', sans-serif;
	background-color: rgba(255,255,255,0.6);
	padding: 15px;	
	border: 1px dashed #323232;
}
@media all and (orientation: landscape){
	body{
		background-size: 100% auto;
	}
}
@media all and (max-width: 1070px), all and (max-device-width: 1070px){
	#contentFrame{
		margin: auto;
		margin-top: 35vh;
		margin-bottom: 15vh;
		max-width: 70%;
	}
}
@media all and (max-width: 800px), all and (max-device-width: 800px){
	h1{
		font-size: 18pt;
	}
}