    .hero {
      background: url("../images/Endure-Double-Hung-with-Coal-Black-Painted-Ext-Vertical-Int-Grids_DSC7116edit.jpg") no-repeat center center;
      background-size: cover;
      height: 65vh;
      position: relative;
      color: white;
    }
    .hero::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: radial-gradient(circle, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
      pointer-events: none; /* Ensures the vignette doesn"t interfere with interactions */
    }    
    .hero-overlay {
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0; bottom: 0; left: 0; right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 2rem;
    }
    footer {
      background-color: #343a40;
      color: #ccc;
      padding: 1.5rem 0;
    }

    .navbar {
      border-bottom: 4px solid #c99b35;
      text-transform: uppercase;
    }

    .navbar-brand img {
      position: absolute;
      top: 0;
    }

    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: var(--bs-navbar-active-color);
        color: #c99b35;
    }

    .navbar-nav .nav-link    {
      font-weight:500;
    }

    .brush-underline {
      display: inline-block;
      position: relative;
      font-size: 2rem;
      color: #333;
    }

    .brush-underline::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 10px;
      background: url("https://via.placeholder.com/300x10/000000/FFFFFF?text=Brush") no-repeat;
      background-size: cover;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.5s ease-in-out;
    }

    .brush-underline:hover::after {
      transform: scaleX(1);
    }    


  .fancy {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    color: #c99b35;
    font-size: xxx-large;    
    padding-bottom: 20px;
  }

  .fancy-hero {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    color: #c99b35;
    font-size: xx-large;    
  }
  
  .fancy-dark {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    color: #b19e74;
    font-size: xxx-large;   
    padding-bottom: 20px; 
  }
  

  .hero-box {
    background-color: #00000091;
    padding: 30px;
    color: #b5a88a;
    border-radius: 20px;
  }

  /* 991 */

   @media screen and (max-width: 991px) {
      .navbar-nav > .nav-item:first-child {
        margin-top:60px;
      }
    }

iframe { 
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);

  filter: gray; /* IE 6-9 */
}    

.dark {
    background: #403b30;
    background: linear-gradient(180deg, rgb(33 37 41) 0%, rgba(84, 76, 49, 1) 100%);
    color: #a9a397;
}

svg {
  height:30px;
}

.service-card {
      background-color: #ffffff17;
    padding: 30px;
}

.service-card p {
      padding-top: 30px;
}

.service-card h5 {
      font-size: xx-large;
}

a {
  color: #c99b35;
}

.contact-phone {
      font-size: x-large;
}

.contact-address span {
      display: inline-block;
    vertical-align: top;
}

.bg-light {
  border-top: 4px solid #c99b35;
}

.dark {
  border-top: 4px solid #c99b35;
}

/*
.image-hover-highlight {
    -webkit-transition: all 0.50s;
    transition: all 0.50s;

    width: auto !important; 
    height: auto !important; 
    object-fit: scale-down; 
    object-position: 100% 50%;
    overflow:hidden;

    &:hover {
        filter: brightness(130%);
        -webkit-filter: brightness(130%);
        -moz-filter: brightness(130%);
        -o-filter: brightness(130%);
        -ms-filter: brightness(130%);
        -webkit-transition: all 0.50s;
        transition: all 0.50s;
    }


}
*/


.image-hover-highlight a{
    display:block;
    position:relative;
    padding-bottom:95%;
    overflow:hidden;
    border-radius: 5px;
        object-fit: cover;
    object-position: center;
}
.image-hover-highlight a img {
    position:absolute;
    width: 100%;
    height:auto;
    display:block;


}
    