/* Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
	font-family: 'Open Sans', arial, serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Open Sans', arial, serif;
}

#intro h1{
	font-family:'Oswald', arial, serif;
}

#intro p{
	font-family:'Oswald', arial, serif;
}