/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);

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

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

.subtitle{
	font-family:'Fira Sans', arial, serif;
}

.slider_title h2 {
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

#pageLoad {
	font-family:'Roboto', sans-serif;
	letter-spacing: 75px;
}

.heading {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.nav > li > a {
    font-weight: 700;
}
