.branded,
.is-wrapper {
	font-family: 'Open Sans', serif;
	color: #0D0D0D;	
}

.branded h1,
.is-wrapper h1 {
	font-family: 'Oswald', serif;	
	color: #632523;
}

.branded h2,
.is-wrapper h2 {
	font-family: 'Oswald', serif;	
	color: #0A477A;
}

.branded h3,
.is-wrapper h3 {
	font-family: 'Oswald', serif;	
	color: #E46C0A;
}

.branded h4,
.is-wrapper h4 {
	font-family: 'Oswald', serif;	
	color: #D42E12;
}

.branded h5,
.is-wrapper h5 {
	font-family: 'Oswald', serif;	
	color: #125381;
}

.branded h6,
.is-wrapper h6 {
	font-family: 'Oswald', serif;	
	color: #000000;
}

.branded p,
.is-wrapper p {
	font-family: 'Open Sans', serif;	
	color: #0D0D0D;
}

.is-wrapper .nav-brand {
    background-color: #F2943F !important;
    color: #FFFFFF !important;
	font-family: 'Oswald', serif !important;	
}

.is-wrapper .nav-link, 
.is-wrapper .nav-link.active, 
.is-wrapper .nav-link.show  {
    color: #FFFFFF !important;
	opacity: 0.5;
}

.is-wrapper .nav-link.active  {    
	opacity: 1;
}

.speaker-header-background {
	background-color: #FDEADA !important;
}

