.VHC_Display-4 {
    font-size: clamp(18px, 3.5vw, 65px);
    line-height: 90%;

}

  .VHC_ButtonScaling{
    font-size: clamp(11px, 2.0vw, 1.4rem);
  }

.ResDisplay-4 {
      font-size: clamp(2rem, 3.5vw, 3.5rem);
      line-height: 0.9;
 }
.ResDisplay-3 {
      font-size: clamp(1.9rem, 3.0vw, 2.5rem);
      line-height: 0.9;
 }
.ButtonScaling{
  font-size: clamp(11px, 2.0vw, 1.4rem);
}
.opacity-100{
opacity: 1 !important;
}
.opacity-80{
opacity: 0.8 !important;
}
.opacity-60{
opacity: 0.6 !important;
}
.opacity-40{
opacity: 0.45 !important;
}h1, .h1 {
	color:unset;
  font-size: 44px;
    line-height: 90%;
 
	font-weight: 510;
}
h2, .h2 {
	color:unset;
    font-size: 44px;
    line-height: 90%;
	
    font-weight: 300;
}
h3, .h3 {
	color:unset;
    font-size: 36px;
    line-height: 90%;
	
    font-weight: 550;
}

h4, .h4 {
	color:unset;
  font-size: 34px;
    line-height: 90%;
	
    font-weight:550;
}
h5, .h5 {
	color:unset;
    font-size: 34px;
    line-height: 90%;
    font-weight:300;
}
h6, .h6 {
	color:unset;
    font-size: 22px;
    line-height: 90%;
    font-weight:450;
}
h7, .h7 {
	color:unset;
    font-size: 22px;
    line-height: 90%;
    font-weight:300;
}
.body-large{
	font-size: 16px;
   
    font-weight:600;
} 
.call-to-action {
    font-size: 16px;
    line-height: 90%;
    font-weight:600;
}
.caption {
    font-size: 14px;
    line-height: 90%;
    font-weight:300;
}
.block_link{
	font-size: 12px;
   
    font-weight:450;
}
.p-4 {
  padding: 1.875rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.875rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.875rem !important;
}

.p-lg-4 {
    padding: 1.875rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.875rem !important;
  }
 .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.875rem !important;
  }
.p-md-4 {
    padding: 1.875rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.875rem !important;
  }
 .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.875rem !important;
  }
.link-unstyled, 
.link-unstyled:link{
  color: inherit;
  text-decoration: inherit;
}
.link-unstyled:hover {
  color: inherit;
  text-decoration:underline;
}
.icon-Tripadvisor:before {
  content: "\e900";
}