
h1 {
	font-size: 50px;
	font-weight: 300;	
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 55px;
}
h3 {
	font-size: 20px;
	font-weight: 400;	
	color: #006699;
	letter-spacing: 0px;
}

@media all and (max-width: 1000px) and (min-width: 50px) and (orientation: portrait){
	
	
h1 {
	font-size: 34px;
	font-weight: 400;	
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 35px;
}
h3 {
	font-size: 18px;
	font-weight: 700;	
	color: #006699;
	letter-spacing: 0px;
}
}
