.nav-link {
    color: #003056;
    font-weight: 500;
    font-size: 18px;
  }
  .nav-link:hover {
    color: #DA291C;
  }  
  .change-bgcolor:hover{
  background-color: #DA291C !important;
  transition: all 0.3s;
  }
  .move-up:hover{
  background-color: #DA291C;
  transition: all .3s;
  transform : translateY(-10px);
  }
  .zoom-in:hover{
  background-color: #DA291C;
  transition: all .3s;
  transform: scale(1.05);
  }
  .street_bg {
    background-image: url("../img/street_bg.png");
    background-repeat: no-repeat;
    background-color: #FBFBFF;
    background-size: contain;
    background-position: top;
  }
  .kemperRedBg {
    background: #DA291C;
  }

    
    @media screen and (max-width: 2900px) and (min-width: 1200px) {
    .desktop-container {
      /* width: 50%;        */
      margin-bottom: 3.5rem !important;
      margin-top: 3.5rem !important;
      }
      .mobile-view {
        display: none;
      }
      .desktop-view {
        display: inline;
      }
.nav-underline {
    --bs-nav-underline-gap: 2rem;
}
      
      
      
    }
    @media screen and (max-width: 1190px) and (min-width: 300px) {
      h2 {
      font-size: 1.5rem;}
      .desktop-container {
        margin-top: 10px;
        margin-bottom: 3.5rem !important;
      }
      .mobile-view {
        display: inline;
      }
      .desktop-view {
        display: none;
      }

    }
 