@charset "utf-8";
/* CSS Document */
h1 {
	font-size: 3.75em;
	font-weight: 300;
	color: #023d5b;
}
h2 {
	font-size: 3.05em;
	font-weight: 300;
	color: #023d5b;
}
h3 {
	font-size: 2.5em;
	font-weight: 300;
	color: #023d5b;
}
h4 {
	font-size: 2em;
	font-weight: 400;
	color: #023d5b;
}
h5 {
	font-size: 1.5em;
	font-weight: 400;
	color: #023d5b;
}
h6 {
	font-size: 1em;
	font-weight: 400;
	color: #023d5b;
}
@media all and (min-width:100px) and (max-width:767px) {
	h1 {
		font-size: 2.0em;
	}
}
@media all and (min-width:768px) and (max-width:1024px) {
	h1 {
		font-size: 3em;
	}
}