@charset "UTF-8";
/* CSS Document */



h1 {
	font-size:1.7em;
	color:#FFF;
	font-weight:700;
	letter-spacing: 0.1em;
	}
h2 {
	font-size:1.3em;
	color:#185DAC;
	font-weight:400;
	letter-spacing: 0.1em;
	}
h3 {
   font-weight:400;
	font-size:1em;
	color:#333;
	letter-spacing: 0.03em;
	}
h4 {
	font-size:0.9em;
	color:#222;
	font-weight:300;
	letter-spacing: 0.1em;
	}
h5 {
	font-size:1.3em;
	color:#FFF;
	font-weight:400;
	letter-spacing: 0.1em;
	}
h6 {
	font-size:1.3em;
	color:#FFF;
	font-weight:400;
	letter-spacing: 0.1em;
	}
h7 {
	font-size:1em;
	color:#FFF;
	font-weight:300;
	letter-spacing: 0.1em;
	}
@media screen and (max-width:553px) {
h1 {
	font-size:1.2em;
	}
@media screen and (max-width:480px) {
h5 {
	font-size:1em;
	}