body, p {
  letter-spacing: 0em !important;
  }

h2, h3{
    font-size: 40px !important;
  }
  
nav .offcanvas-body a {
  font-size: 20px;
}

.bg-bg-1{
  background-color: #0C3562 !important;
}

.custom-dark-offcanvas-bg{
  background-color: #0C3562 !important;
}

.mainMenu a:hover {
    color: rgba(255, 255, 255, 0.45) !important;
}

.photoTeamMember{
  border:1px solid rgb(161, 158, 158);    
  height:175px;
  width:175px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.photoTeamMember:hover {
  filter: unset;
  -webkit-filter: unset;
  border-color: #d2a263;
  border-width: 2px;
}

.storeComponent a {
  padding: 8px;
}

.storeComponent a:hover {
  opacity: 1 !important;
  background-color: #d5d5d5 !important;
}

.background-image-scale {
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-scale-position-top {
  background-position: top center;
}

.background-image-scale-position-bottom {
  background-position: bottom center;
}

.carousel-caption {
  left: 0;
  right: 0;
}

.carousel-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.2;
  z-index: 2;
}

.vertical-center-element {
  position: absolute;
  min-width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.filter-white {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.custom-button-height button {
  height: 48px;
}

.border-radius-newsletter{
  border-top-right-radius: .625rem !important;
  border-bottom-right-radius: 0.625rem !important;
}

.family-story-assimetric-images img {
  width: 215px !important;
}

.iframeHeight{
  height: 800px;
}

/* Fixed video background that works well on mobile devices */

.video-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
  z-index: -1000;
}

video { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background: url('') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}

.video-background {
  position: relative;
  width: 100%;
  min-height: 75vh;
  background-color: rgba(0, 0, 0, 0.2)
}


#consultation .booking-card {
  height: 100%;
  width: 210px !important;
}

#consultation .booking-card-text {
  background-color: #d5d5d5;
}

#consultation .booking-card:hover .booking-card-text,
#consultation .booking-card:hover .booking-card-text h1 {
  background-color: #000;
  color: #fff !important;
}

.btn-outline-action-1-stores{
  display: block !important;
}

#consultation .btn-outline-action-1:hover h5 {
  opacity: 1 !important;
  color: #FFF !important;
}

#consultation .booking-card a:not([data-aos]):not(.btn):hover {
  opacity: 1 !important;
}

#consultation .ti-calendar,
#consultation .ti-email {
    margin-right: 5px;
    position: relative;
    font-size: 18px;
}

#consultation .ti-calendar {
    top: 1px;
}

#consultation .ti-email {
    top: 2px;
}

.custom-f-size-accent {
  font-size: 18px !important;
}

.custom-f-size-accent-2 {
  font-size: 16px !important;
}

.page404{
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.full-size-content {
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  display: flex;
  /* This makes it a flex container */
  justify-content: center;
  /* Centers children horizontally */
  align-items: center;
  /* Centers children vertically */
  text-align: center;
  /* Ensures text within the container is centered */
}



@media (max-width: 575px) {
 .custom-width-50 {
  width: 50% !important;
 }
}

@media (max-width: 767px) {
  .footer-logo,
  .footer-menu,
  .custom-button-height {
    align-self: center;
  }

  .footer-logo,
  .footer-menu,
  .footer-socials,
  .footer-copyright,
  .custom-button-height {
    text-align: center !important;
  }

  .footer-menu .col-md-auto {
    display: flex;
    justify-content: center;
  }

  .custom-team-column-w{
    max-width: 450px;
  }

  .iframeHeight{
    height: 400px;
  }
}

@media (min-width: 768px) {
    .custom-team-column-w{
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .family-story-assimetric-images .col-sm {
    align-items: center !important;
  }
}