



.logo-brand {
	
background-color: transparent;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: right bottom;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
padding: 20px 20px 0px 0px;

	
}



.btn-primary {

color: #000;
background-color: #C59221;
border-color: #000;

}



.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000; /*set the color you want here*/
}


