/* public/css/custom.css */
.bg-hamilton-gradient {
  background: linear-gradient(to right, #0C4A85, #0c4b854a);
}
.bg-hamilton-menu {
  background:   #0c4b85ee;
}
.bg-hamilton-text {
  color:   #000000; 
}

.bg-hamilton-text-contact {
  color:   #000000; 
  background: #fff;
}
.bg-hamilton-text-contact:hover{
  background:   #0C4A85; 
  color: #fff;
}

/* Example override */
.navbar-active {
  background-color: #97ee1e !important;
  color: #fff !important;
}


.bg-hamilton  {
  background-color: #fff !important;
  color: #000 !important;
}
