body{
   font-optical-sizing: auto;
   font-weight: 400;
   font-style: normal;
}
.fontGoogle{font-family: "Frank Ruhl Libre", serif !important;
   letter-spacing: 0.5px; 
}

header.masthead {
   text-align: center;
   color: #fff;
   background-image: url("../img/header-bg.jpg");
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: bottom center;
   background-size: cover;
}
.masthead-subheading {
   font-size: 1rem;
   line-height: 1rem;
   margin-bottom: 5px;
}
.masthead-heading {
   font-size: 2.25rem;
   font-weight: 700;
   line-height: 2.25rem;
   
}

@media (min-width: 1024px) {
   
   .masthead-subheading {
      font-size: 2.25rem;
      line-height: 2.25rem;
      margin-bottom: 1rem;
   }
   .masthead-heading {
      font-size: 4.5rem;
      font-weight: 700;
      line-height: 4.5rem;
      
   }
}


.logo{width:200px !important;}

@media (min-width: 1199.98px){
   .masthead{
      min-height: 100vh !important;
   }
   .logo{width:300px !important;}
}
.text-primary{color:#9D5661 !important;}
.bg-primary{background-color: #9D5661 !important;;}
.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#9D5661;--bs-btn-border-color:#9D5661;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#8b4f58;--bs-btn-hover-border-color:#9D5661;--bs-btn-focus-shadow-rgb:82,114,234;--bs-btn-active-color:#fff;--bs-btn-active-bg:#9D5661;--bs-btn-active-border-color:#9D5661;--bs-btn-active-shadow:0 1px 2px rgba(0,0,0,.05);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#9D5661;--bs-btn-disabled-border-color:#9D5661;}