html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'galano_grotesqueregular', sans-serif;
  color: #222;
}
html h1, body h1 {
  font-family: 'galano_grotesqueheavy' !important;
  color: #e9e9e9;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: -13px;
  top: 0px;
}
html h2, body h2 {
  font-family: 'galano_grotesque_altsemibold';
  font-size: 32px;
}
html p, body p {
  font-family: 'galano_grotesqueregular';
  font-size: 16px;
  line-height: 32px;
}
html a, body a {
  font-family: 'galano_grotesqueregular';
  text-decoration: none !important;
  color: #222 !important;
}
body h3 {
    font-family: 'galano_grotesque_altsemibold';
}

#h1-wrap {
  position: relative;
  overflow-x: hidden !important;
  height: 260px;
  width: 100%;
}

h1 {
    font-size: 200px !important;
}

h2 {
    margin-top: 50px;
}

body {
  background-color: #ffffff;
}

.underline {
  text-decoration: underline;
  text-decoration-color: #19CEAE;
  text-decoration-thickness: 5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

#menu-spacing {
  height: 87px;
}

#contact {
    position: absolute;
    right: 50%;
    bottom: 0;
    height: 1px;
    width: 1px;
}

#content-wrap {
    width: 90%;
    margin: 0 auto 100px;
    max-width: 1200px;
}

/*----Responsive - Mobile----*/
@media only screen and (max-width: 431px) {
  #home-nav {
    display: none;
  }
  #h1-wrap {
    height: 150px;
  }
  h1 {
    font-size: 94px !important;
    right: -5px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  .no-mobile {
    display: none;
  }
}