/* ---------------------------------------------------
    THEME CSS
    
    MASCOTTE
----------------------------------------------------- */


/* ---------------------------------------------------
    PAGE
----------------------------------------------------- */


.container {
	max-width: 1000px;
}

header img.logo {
	height: 85px;
}
.nav-tabs .nav-link {
	border: 0;
	color: #999 !important;
	font-family: 'Fedra Sans Pro', Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
}
.nav-tabs .nav-link.active {
	color: #111 !important;
}
.nav-tabs {
	border: 0;
}

footer img.footerlogo {
	height: 50px;
}











/* ---------------------------------------------------
    TYPO
----------------------------------------------------- */

body {
	font-family: 'Eina 01', Arial, sans-serif;
}

h1, h2, h3, h4 {
	margin-bottom: 0;
	line-height: 1;
}
h1 {
	font-family: 'Fedra Sans Pro', Arial, sans-serif;
	font-size: 4em;
	font-weight: 600;
}
h2 {
	font-family: 'Fedra Sans Pro', Arial, sans-serif;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1em;
}
h3 {
	font-family: 'Fedra Sans Pro', Arial, sans-serif;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.15em;
}
h4 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
}
p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.15em;
	font-weight: 400;
	letter-spacing: .0125em;
}

.textLight {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 300;
}
.textHeavy {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 900;
}

b, strong {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 600;
}

p.intro {
	font-size: 1.3em;
}
