body {
	background-color: #3E251B;
}

.landing-banner h1 {
	color: #FAAF00;
}

.landing-banner p {
	color: #FAAF00;
}

.landing-banner {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background: #fff; /* fallback for browsers that don't understand rgba */
  border: #solid 10px #3E251B; /* fallback for browsers that don't understand rgba */
  background-color: rgba(62,37,27,0.3);/* slighly transparent white */
  padding: 5px;
  padding-bottom: 10px;
}

a {
	color: #FAAF00;
}

a:hover{
	color: #F5EAD4;
}

a:focus {
	color: #FAAF00;
}

.btn-default {
	background-color: #5E3929;
	color: #FAAF00;
	border-color: #5E3929;
}

.btn-default:hover{
	background-color: #724F3B;
	color: #FAAF00;
	border-color: #5E3929;
}

.bio {
	color: #FAAF00;
}


.projects {
	color: #FAAF00;
	background-color: #5E3929;
}



.projects a:hover {
	opacity: 0.5;
}