@font-face {
  font-family: Gotham;
  src: url("fonts/GothamMedium.ttf");
}

@font-face {
  font-family: Museo;
  src: url("fonts/MuseoSlab-100.otf");
}

@font-face {
  font-family: Museo300;
  src: url("fonts/MuseoSlab-300.otf");
}

@font-face {
  font-family: proximaNova;
  src: url("fonts/FontsFree-Net-Proxima-Nova-Soft-W03-Regular.ttf");
}

@font-face {
  font-family: Museo500;
  src: url("fonts/MuseoSlab-500.otf");
}

@font-face {
  font-family: Museo700;
  src: url("fonts/MuseoSlab-700.otf");
}
* {
  padding: 0;
  margin: 0;
}

.HeaderLogo {
  width: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3em;
}

.ValueforYouHeader {
  font-family: "Museo300";
  font-weight: 300;
  color: #5cb19f;
  font-size: 34px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-top: 10%;
}

.navbar-dark {
  background-color: black;
  z-index: 999;
}

.footerContainer {
  background-color: #5cb19f;
  color: #fff;
  font-family: "Museo300";
  font-style: normal;
  font-size: 15px;
  font-weight: 300;

  padding: 25px 25px;
}

.Valueforyou {
  font-family: proximaNova;
  color: #535558;
  font-weight: normal;
}
.Yourprovider {
  font-size: 4.5vh;
  font-family: Museo300;
  padding-left: 25px;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
  font-size: calc(80% + 1vw + 1vh);
  line-height: 51px;
  margin-bottom: 25px;
}

.expertbutton {
  font-family: Museo300;
  color: #fff;
  border-color: #5cb19f;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 25px;
  position: relative;

  z-index: 999;
  border-radius: 0;
  border-width: 2px;
  padding-bottom: 10px;
}

.contentIntro {
  line-height: 150%;
  font-family: proximaNova;
  color: #535558;
  font-weight: normal;
  padding-top: 20%;
}

.responsive {
  width: 100%;
  height: auto;
  filter: brightness(70%);
  margin-top: -200px;
}

.containerImage {
  position: relative;
  width: 100%;
}

.content {
  position: absolute;
  top: 15%;
  padding-left: 25px;
  width: 100%;
  font-family: proximaNova;
  color: #535558;
  font-weight: normal;
}

.wrap {
  position: relative;
  width: 100%;
}

.wrap img + .content {
  position: absolute;
  top: 0;
  max-width: 100%;
  padding: 0;
}

.img {
  height: 600px;
  width: auto;
  object-fit: cover;
}

.MerchantFooter {
  background-color: #5cb19f;
  color: #fff;
  font-family: "Museo300";
  font-style: normal;
  font-size: 15px;
  font-weight: 300;
}

a:link,
a:visited {
  color: white;
}

.siteContent {
  margin-bottom: 65px;
}

ul {
  font-family: proximaNova;
  color: #535558;
  font-weight: normal;
}

@media only screen and (max-width: 600px) {
  .responsive {
    object-fit: cover;
    object-position: left;
    height: 600px;
    filter: brightness(70%);
    margin-top: -150px;
  }

  .Yourprovider {
    line-height: 34px;
    margin-bottom: 15px;
  }
}
