.navbar-custom { 
	background-color: #a71930;
	  padding-top: 1rem;   
  padding-bottom: 1rem; 
}

.navbar-custom .nav-link {
  line-height: 2rem; 
  font-size: 1.4rem;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #fff !important;
}

.navbar-custom .navbar-brand, .navbar-custom .nav-link { 
	color: #fff;
}
.nav-link:hover {
	text-decoration: underline;
	text-decoration-color: #f2908e;
	text-underline-offset: 8px;
}
.nav-link:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
  background-color: #f2908e;
  border-radius: 2px;
}


.btn-contact {
  border: 2px solid orange;   
  color: orange;              
  border-radius: 6px;         
  padding: 0.375rem 0.75rem;  
}

.btn-contact:hover,
.btn-contact.active {
  background: orange;
  color: #fff !important;                 
}

.nav-link.active{
	text-decoration: underline;
	text-decoration-color: #f2908e;
	text-underline-offset: 8px;
}

.bm-logo {
  display: block;
  max-width: 220px;   
  width: auto;        
  height: auto;       
  margin: 0 auto;     
}