/* General Blueprint Style */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,500');


a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #999; }
a:active { color: #fff; }s

.fa { color: #cf2f21;
	 }


h1
{
  font-family: 'Oswald', sans-serif;
   color: #cf2f21;
	font-size: 3.2em;
	font-weight: 500;
}


h2
{
  font-family: 'Oswald', sans-serif;
   color: #fff;
	font-size: 2.2em;
	font-weight: 300;
}


.text {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	font-size: 1.4em;
	color:#000;
	}
	
.foot
{
  font-family: 'Oswald', sans-serif;
    color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.435em;
	  }


@media screen and (max-width: 55em) {

}

@media screen and (max-width: 30.5em) {
	}


