.custom-font {
    font-family: 'Pinyon Script'
}
.nav-pills .nav-link.active {
    background-color: #dc3545 !important;  
    color: black !important;  }       

.nav-pills .dropdown-item:hover,
.nav-pills .dropdown-item:focus {
    background-color: #dc3545 !important; }
	
.nav-pills .nav-link:hover {
    background-color: #dc3545 !important; }
	
html, body {
  height: 100%;
  margin: 0;}

body {
  display: flex;
  flex-direction: column;}

footer {
  margin-top: auto; width: 100%;}
  
#myCarousel .carousel-item img {
  height: 400px;
  object-fit: cover; 
  width: 100%;       
}

.bg-image-page {
  background-image: url("background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}


