h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

a {
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

.content {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#daa3a6), to(#e6977a));
  background-image: linear-gradient(180deg, #daa3a6, #e6977a);
}

.image {
  height: 50%;
}

.hot-springs {
  display: block;
  max-width: 40%;
  margin-right: 5%;
  margin-bottom: 0px;
}

.heading {
  font-size: 2em;
}

.welcome-header {
  display: inline;
  margin-top: 0px;
  margin-bottom: 5%;
  opacity: 0.5;
  font-family: roc-grotesk, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
}

.links {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: roc-grotesk, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  font-weight: 400;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .hot-springs {
    max-width: 43%;
  }

  .welcome-header {
    font-size: 31px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
  }

  .hot-springs {
    max-height: 90%;
    margin-right: 5%;
  }

  .welcome-header {
    font-size: 26px;
  }

  .links {
    font-size: 16px;
  }

  .hero-section {
    width: 95%;
    max-height: 90%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .content {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#daa3a6), to(#e6977a));
    background-image: linear-gradient(180deg, #daa3a6, #e6977a);
  }

  .hot-springs {
    max-width: 65%;
    margin-right: 0%;
    margin-bottom: 10%;
  }

  .welcome-header {
    display: block;
    margin-bottom: 15%;
    font-size: 26px;
    text-align: center;
  }

  .links {
    font-size: 20px;
    line-height: 2.5;
    text-align: center;
  }

  .hero-section {
    width: 90%;
    padding-top: 10vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .welcome-message {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

