/*Light theme styles*/

input:focus,
textarea:focus{
	transition:border-color 0.5s ease;
	border-color:#3F280E;
}


header #topbar{
	background-color:#3F280E;
}

footer .jumbotron{
	background-color: #3F280E;
}
