body {
  color: #4E443C;
  background-color: #faf9f2;
}

h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}

h5 {
	display: inline-block;
}

h4 {
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 5px;
}

footer {
	padding: 15px;
	border: 1px solid #e7e7e7;
	background-color: #4E443C;
	color: white;
}

.about a {
	font-weight: bold;
}

.copyright {
	font-weight: bold;
}

.disclaimer {
	font-style: italic;
}

.navbar {
  margin-bottom: 20px;
}

.navbar-default {
	background-color: #4E443C;
}

a:link, a:visited {
  text-decoration: none;
  outline: none;
  color: #fc6b35;
}

.navbar-brand {
	font-weight: bold;
}

.navbar-default .navbar-brand {
  color: #fc6b35;
}

.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
	color: white;
	background-color: #2E241C;
}


.talk-venue {
	display: block;
	padding-bottom: 10px;
	font-style: italic;
}

.about-pic {
	width: 200px;
	margin-bottom: 20px;
}

@media(min-width: 648px) {
	.about-pic {
		float: right;
		margin-left: 20px;
	}

	.content {
		padding-bottom: 80px;
	}	

	footer {
		bottom: 0px;
		position:fixed !important;
		width: 100%;
		height: 80px;
	}
}