body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
@media screen and (max-width: 430px) {
  html {
     width: fit-content;
  }
}
.wholeSiteBackground {
  background: url("images/H_Lifestyle_043_v1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
}
