html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 35rem;
  position: relative;
  font-family: 'Quicksand';
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  background-attachment: fixed;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #000000;
}

h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}

.padding40 {
  padding: 40px;
}

.sisi-button {
  color: #cf7a78;
  border-color: #cf7a78;
  border-radius: 2rem;
  padding: 5px 25px;
  margin: 20px 5px;
  font-weight: 500;
  font-size: 13px;
}

.sisi-button:hover {
  color: #fff;
  background-color: #cf7a78;
  border-color: #cf7a78;
}

.telefon {
  color: #cf7a78;
  font-size: 15px;
}

.telefon:hover {
  color: #f918a2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.sisiandme-background {
  
}

.masthead {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 2;
}

.masthead .masthead-content h1 {
  font-size: 2.5rem;
}

.masthead .masthead-content p {
  font-size: 1.2rem;
}

.masthead .masthead-content p strong {
  font-weight: 700;
}

.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  font-size: 1rem;
  padding: 1rem;
}

.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
}

  .masthead .intro {
  max-width: 60%;
}

.mobile-padding {
  padding-bottom: 1rem!important;
  padding-top: 2rem!important;
}

.ikonki {
  padding: 10px 10px;
}

.strada-verso-mobile {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  
  .strada-verso-mobile {
    display: none;
  }
  
  h2 {
  font-size: 25px;
}
h3 {
  font-size: 20px;
}
  
  .masthead .intro {
  max-width: 70%;
}
  
  .masthead {
    height: 100%;
    min-height: 0;
    padding-bottom: 0;
  }
  .masthead .masthead-bg {
    min-height: 0;
    transform: skewX(-8deg);
    transform-origin: top right;
  }
  .masthead .masthead-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .masthead .masthead-content h1 {
    font-size: 3.5rem;
  }
  .masthead .masthead-content p {
    font-size: 1.3rem;
  }
}
