html {
  font-size: 100%;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  touch-action: manipulation;
}
body {
  font-family: "Yeseva One", cursive;
  width: 100%;
  height: 100%;
  margin: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-x: hidden;
  color: #333;
}
h1 {
  font-family: "Yeseva One", cursive;
  color: #fff;
  font-size: 2rem !important;
}
p {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 16px;
}
a {
  font-family: "Lato", sans-serif;
  color: #fff !important;
  text-decoration: none;
  background-color: #95a66a !important;
  padding: 10px 40px 10px 40px;
  margin-top: 20px;
  display: inline-block;
}
.sfondo-cosmetici {
  background-image: url("../images/imm-cosmetici.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sfondo-olio {
  background-image: url("../images/imm-olio.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.logoresponsive {
  width: 18%;
  height: auto;
  margin-bottom: 20px;
}
.responsive {
  width: 30%;
  height: auto;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
.altezza {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .logoresponsive {
    width: 20%;
    height: auto;
  }
}
@media only screen and (max-width: 568px) {
  .altezza {
    height: 85% !important;
  }
}
