/*
Page bg: #8f3c08:
Content-bg bg: #741807:
Footer-bg bg: #5e110a:

*/
body {
 
	color:#ffd777;

}
.page-wrapper, .modal-content, .popover
{
	background-color:rgba(116, 24, 7, 0.8);
}
#footer
{
	
		background-color:rgba(94, 17, 10, 0.8);

}
h1, h2, h3, h4, h4, a
{
	color:#ffd777;
}
a:hover
{
	color:#ffd777;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th, .popover-title {
background-color: #5e110a !important;
}
/*For bootstrap menu*/
.navbar-default {
	background-color: #5e110a !important;
}

.navbar-nav li a:hover {
	background:#ffd777 !important;
	color:#5e110a !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background:#ffd777 !important;
	color:#5e110a !important;
	font-weight:bold;
}
/*Hover level 2*/
.navbar-nav > li > ul > li >:hover {
	 
}

.navbar .dropdown-menu {
	background:#5e110a !important;;
}
/*Level 2*/
.navbar .dropdown-menu .dropdown-menu {
	background:#5e110a !important;;
}
/*End of bootstrap bootstrap menu*/
.btn-success
{
	background:#8f3c08;
	border:1px solid #8f3c08;
	color:#ffd777;
}