@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300|Roboto+Slab:400,300,100,700);
@import url(/fonts/Periodico.css);

.navbar-inverse {background-color: #990026; background-image: linear-gradient(to bottom, #990026 0px, #990026 100%); color: white; border: none;}
.navbar-inverse .navbar-brand {color: white;}
.navbar-inverse .navbar-nav > li > a:link, .navbar-inverse .navbar-nav > li > a:visited {color: white;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active {color: gray;}
.navbar {border-radius: 0;}

/*
#header {display: block;}
#header2 {display: hidden;}

@media only screen and (max-width: 768px) {
#header {display: hidden;}
#header2 {display: block;}
}


#header{
	width: 100%;
	height: 10%;
	margin: 0 auto;
}
#header img{
	margin: 0 auto;
	margin-top: -40px;
}
*/
#body{
	padding: 0px 20px;
}
#times{
	font-family: "Oswald", sans-serif;
	text-align: center;
	font-weight: 300;
	padding-bottom: 15px;
}
#times strong{
	color: #AB0535;
}

@media only screen and (max-width: 768px) {
#times h2 {font-size: 145%; line-height: 125%; padding-bottom: 15px;}
.navbar {text-align: center;}
.navbar-inverse .navbar-brand {float: none; display: block;}
.navbar-nav {margin: 0;}
}

#body p{
	font-family: PeriodicoText-Lg, serif;
	font-weight: 300;
	
}

.speaker-time{
	font-family: "Oswald", sans-serif;
	color: #AB0535;
	font-weight: 700;
}
.speaker-title{
	font-family: "Oswald", sans-serif;
}
.speaker-img{
	
	font-family: "oswald", sans-serif;
	font-weight: 300;
}
.speaker-img p{
	font-family: "Oswald", sans-serif !important;
	font-weight: 300;
	color: #AB0535;
	font-size: 20px !important;

}
.speaker-img img{
	max-width: 100px;
	float: left;
	padding-right: 5px;
	margin-right: 10px;
	padding-bottom: 5px;
	
}
body{
	background-color: #faebd7;
}
#footer{
	background-color: #4C3E34;
	text-align: center;
	color: #faebd7;
	margin: 0px -20px;
}
#footer img{
	display: block;
	margin: 0 auto;
	padding: 20px 10px;
}