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

h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 36px;
	font-weight: 100;
	line-height: 36px;
	color: #888888;
}

h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 25px;
	color: #a3a3a3;
}

h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	color: #c5c5c5;
}

/* iPad*/
@media screen and (max-width: 1024px) {
h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	color: #a3a3a3;
}
