.main-font{
	color: #195AB5;
}
h1{
	color: #f0e43e;	
}
p{
	color: #f0e43e;	
}
.header-bg{
	background: -webkit-linear-gradient(#f6af07, #ab3416);
	background: linear-gradient(#f6af07, #ab3416);
}
.main-bg{
	background-color: #6B0E12;
}
.navigation-font{
	color: #fce685!important;
}
.navigation-bg{
	background: -webkit-linear-gradient(left, #362116 0%, #9f732f 100%);
	background: linear-gradient(to right, #362116 0%, #9f732f 100%);
}
.navbar-toggle{
	background:#fff;
}
.navbar-nav li a{
	color:#f0e43e!important;
}
.subheader-bg{
	background: -webkit-linear-gradient(top, #9f732f 0%, #9f732f 0%, #ab3416 100%);
	background: linear-gradient(to bottom, #9f732f 0%, #9f732f 0%, #ab3416 100%);
	border-bottom:1px solid #000;	
}
.showcase-bg{
	background: url("../images/stern_bg_cab6cf22.png") 50% 50% / cover no-repeat, -webkit-linear-gradient(top, #ab3416 0%, #ab3416 0%, #362116 100%);
	background: url("../images/stern_bg_cab6cf22.png") 50% 50% / cover no-repeat, linear-gradient(to bottom, #ab3416 0%, #ab3416 0%, #362116 100%);
}
.content-bg{
	background-color: #362116;
}
.content-inner-row-bg{
	background: #ab3416;
}
.footer-bg{
	background: #000;
	background: -webkit-linear-gradient(#222, #000);
	background: linear-gradient(#222, #000);
}
.cl-effect-21 a:before,
.cl-effect-21 a:after {
	background: #f0e43e;
}
.cl-effect-21 a:hover,
.cl-effect-21 a:focus {
	color:#f0e43e;
}