@charset "UTF-8";
body {
	font-family:'Open Sans', arial, helvetica, sans-serif;
	line-height:1.3;
	font-size:1em;
}

h1, h2, h3, h4, h5, .subtitle, .intro {
	font-family:'Open Sans Condensed', arial, helvetica, sans-serif;
	text-align:center;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.6em;
	color:#900;
}
h3 {
	font-size:1.5em;
	font-weight:900;
	color:#900;
/*	width:75%;*/
	margin:10px auto;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.2em;
}
a img {
	border:0
}
textarea, table, td, th, code, pre, samp, .sidebar-box {
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	hyphens:auto;
	word-wrap:break-word;
}
#footer, #disclaimers, #privacy {
	font-size:75%;
}
@media only screen and (min-width: 481px) {
h1 {
	font-size:2.8em;
}
h2 {
	font-size:1.8em;
	color:#900;
}
h3 {
	font-size:1.5em;
	font-weight:900;
	color:#900;
/*	width:75%;*/
	margin:10px auto;
}
h4 {
	font-size:1.6em;
}
h5 {
	font-size:1.4em;
}
}
@media only screen and (min-width: 769px) {
h1 {
	font-size:3.8em;
}
h2 {
	font-size:2.4em;
	color:#900;
}
h3 {
	font-size:2.5em;
	font-weight:900;
	color:#900;
/*	width:75%;*/
	margin:10px auto;
}
h4 {
	font-size:1.8em;
}
h5 {
	font-size:1.6em;
}
}