/* Enter Your Custom CSS Here */

@charset "UTF-8";
/* CSS Document */

/* Enter Your Custom CSS Here */

.site-description {
  color:#d38f36;
}

footer {
  display: none;
}

a:visited {
  color: #819f88;
}

a:hover, a:focus {
  color: #819f88;
}

.btn-big {
  width: 180px;
}

.btn-translucent {
  border-color:#819f88;
}

btn-translucent a:hover:{
  border-color:#a74231;
}


.btn-translucent:hover, .btn-translucent:focus, .btn-translucent:active, .btn-translucent.active, .open .dropdown-toggle.btn-translucent {
  color: #a74231;
  border-color:#a74231;
}