.title{
    font-size: xx-large;
    color: white;
    font-weight: 400;
}

.title:hover{
    color: white;
}

#header{
    background-color: #7B89A6!important;
}

.navbar>ul>li>a:before {
    display: none !important;
}

.back-to-top {
    background-color: #7B89A6!important;
}

#footer {
    background-color: #7B89A6!important;
}

.navbar a{
    font-weight: bold;
}

#footer .footer-top{
    background-color: #7B89A6!important;
}

#footer .footer-top .social-links a {
    background: white !important;
}

.bxl-facebook {
    color: #7B89A6 !important;;
}

.bxl-instagram {
    color: #7B89A6 !important;;
}

#footer .footer-top {
    border-bottom: 1px solid white !important;
}

.footer-info-contact{
    list-style: none;
    padding: 0px;
}

.footer-info-address li{
    padding: 2px!important;
}

.btn-primary{
--bs-btn-bg: #7B89A6;
--bs-btn-border-color: #7B89A6;
--bs-btn-hover-bg: #7B89A6;
--bs-btn-hover-color: white;
--bs-btn-hover-border-color: #7B89A6;
}

.staff-list{
    list-style: none;
    padding-left: 0px;
}

.staff-list li{
  padding-top: 5px;
  padding-bottom: 5px;
}

.carousel {
    width: 100%;
    min-height: 90vh;
    padding: 80px 0;
    margin: 0;
    position: relative;
  }
  
 .carousel-item {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 1;
    transition-duration: 0.4s;
  }
  
  .bi-chevron-left::before,.bi-chevron-right::before {display: none;}

  footer a{
    color: white;
  }


  @media (max-width: 992px) {
    #header {
      height: 100px !important;
    }
  }
  
