/* Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Quicksand);
@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: 'Quicksand', arial, serif;
}

#intro h1{
	font-family:'Quicksand', arial, serif;
}

#intro p{
	font-family:'Quicksand', arial, serif;
}