@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(http://fonts.googleapis.com/css?family=Oswald:700);

body{
	font-family: 'Georgia', sans-serif;
}

p{
	font-family: 'Georgia', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Georgia', sans-serif;
		font-weight: 100;
}

.navbar-nav > li > a{
	font-family: 'open-sans rgba(22, 82, 206, 0.8)', sans-serif;
	font-weight:200;
}

.slogan{
	font-family: 'FontAwesome', sans-serif;
	font-weight: lighter;
}

.wrapper h2, .footer h2{
	/* font-family: "Source Sans Pro",sans-serif; */
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;	
}

.btn {
    font-family: 'Georgia', sans-serif;
}

legend{
	font-family: 'Georgia', sans-serif;
}