@charset "UTF-8";
body {
  margin: 0;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  margin: 0;
}

header {
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100%;
  height: 7rem;
  background-color: rgba(255, 255, 255, 0.99);
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
}

header + * {
  margin-top: 7rem;
}

.header-nav-container {
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

#header-logo-link {
  height: 5.5rem;
  align-self: center;
  margin-left: 1rem;
}
#header-logo-link img {
  height: 100%;
}

.header-nav {
  align-self: end;
  transition: height 0.75s ease;
}
.header-nav.display-block {
  height: 19rem;
}

.nav-list {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.nav-list .current-page {
  text-decoration: underline;
}
.nav-list a {
  text-decoration: none;
  color: rgb(80, 80, 80);
  font-size: 1.4rem;
  transition: color ease 0.25s;
  display: block;
  width: 100%;
  white-space: nowrap;
}
.nav-list a:hover {
  color: #909090;
}
.nav-list > li {
  padding: 0 1rem 1rem 1rem;
  position: relative;
}
.nav-list > li:hover > ul {
  display: block;
}

.dropdown-list {
  margin-top: 1rem;
  display: none;
  list-style: none;
  padding-left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.99);
  width: 17rem;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
  border-radius: 0rem 0rem 1rem 1rem;
}
.dropdown-list.display-block {
  display: block;
}
.dropdown-list li {
  margin: 1rem 1rem;
}
.dropdown-list a {
  font-size: 1rem;
}

.hamburger-button {
  border: none;
  background-color: transparent;
  display: none;
  padding: 0 1.5rem;
}
.hamburger-button svg {
  fill: #b6b6b6;
}

@media (max-width: 768px) {
  header {
    height: 5rem;
  }
  header + * {
    margin-top: 5rem;
  }
  .hamburger-button {
    display: block;
  }
  .header-nav {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    background-color: white;
    width: 100%;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
  }
  .header-nav .nav-list {
    display: block;
    padding-left: 1rem;
    box-shadow: inset 0 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.25);
  }
  .header-nav .nav-list li {
    padding-top: 1rem;
  }
  .header-nav .nav-list li a {
    text-align: center;
  }
  #header-logo-link {
    height: 4rem;
  }
  .dropdown-list {
    display: none !important;
  }
}
.hero-image-container {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  min-width: 1400px;
}

.hero-image-text-wrapper {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-image-text-wrapper > div {
  box-sizing: border-box;
  margin-left: 3.33%;
  width: 30%;
}

.hero-image-big-text {
  color: white;
  font-size: 3rem;
  line-height: 1.25em;
}

.hero-image-small-text {
  margin-top: 1rem;
  color: rgb(250, 250, 250);
  font-size: 1.2rem;
}

.quotation-marks {
  font-weight: bold;
}

@media (max-width: 768px) {
  .hero-image-text-wrapper {
    justify-content: start;
  }
  .hero-image-text-wrapper > div {
    width: 50%;
    min-width: 13rem;
    margin: 0;
    padding-left: 1%;
    padding-top: 2rem;
  }
  .hero-image-big-text {
    font-size: 1.4rem;
  }
  .hero-image-small-text {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
  .hero-image {
    min-width: 900px;
  }
}
h2 {
  text-align: center;
  color: #55a0b6;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.heading-image {
  height: 3rem;
  margin-left: 1rem;
  margin-bottom: -0.5rem;
}

@media (max-width: 768px) {
  .heading-image {
    display: block;
    height: 2rem;
    margin: 1rem auto 0 auto;
  }
  h2 {
    font-size: 1.5rem;
  }
}
footer {
  background-color: #f2f2f2;
  padding: 1rem 0;
  margin-top: auto;
}
footer ul {
  padding: 0;
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 1rem;
}
footer a {
  color: rgb(80, 80, 80);
  text-decoration: none;
  margin: 0 1rem;
}
footer a:hover {
  color: #2a2a2a;
}
footer p {
  font-size: 0.75rem;
  text-align: center;
}

@media (max-width: 768px) {
  footer ul {
    justify-content: space-around;
  }
  footer a {
    margin: 0;
  }
}
.offer-tiles {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tile {
  box-sizing: border-box;
  width: 24rem;
  padding: 1rem;
}
.tile a {
  text-decoration: none;
}
.tile:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.tile img {
  width: 100%;
  display: block;
  transform: scale(1);
  filter: grayscale(0.25);
  transition: ease-in-out 0.4s;
}
.tile h3 {
  margin-top: 1rem;
  text-align: center;
  color: #8cc63f;
}
.tile h3:hover {
  text-decoration: underline;
}

.tile-list {
  list-style-type: none;
  padding: 0;
}
.tile-list li {
  margin: 0.75rem 0rem;
  text-align: center;
  color: rgb(80, 80, 80);
}

.tile-image-wrapper {
  overflow: hidden;
}

@media (max-width: 768px) {
  .offer-tiles {
    flex-wrap: wrap;
  }
  .tile {
    width: 100%;
    max-width: 30rem;
  }
}
.paragraph {
  color: rgb(80, 80, 80);
  text-align: justify;
  font-size: 1.1rem;
  line-height: 2em;
  margin-bottom: 1.5em;
}

.massage-offer .flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.massage-offer .flex > div {
  width: 50%;
  margin-bottom: 2rem;
}
.massage-offer .massage-image {
  box-sizing: border-box;
  width: 100%;
  padding-right: 2rem;
}
.massage-offer h3 {
  color: #8cc63f;
  font-weight: bold;
  font-size: 1.4rem;
}
.massage-offer ul {
  color: rgb(80, 80, 80);
}
.massage-offer ul li {
  margin: 1rem 0;
}
.massage-offer td {
  color: rgb(80, 80, 80);
  padding: 0.5rem 1rem;
  vertical-align: top;
}

@media (max-width: 768px) {
  .massage-offer .flex {
    display: block;
  }
  .massage-offer .flex > div {
    width: 100%;
  }
  .massage-offer .massage-image {
    padding-right: 0rem;
  }
}
.list-container {
  display: flex;
  flex-wrap: wrap;
}
.list-container ul {
  list-style-type: none;
  width: 50%;
  box-sizing: border-box;
}
.list-container ul li {
  margin: 2rem 0;
  color: rgb(80, 80, 80);
  font-size: 1.25rem;
}
.list-container ul li::before {
  content: "➤";
  color: #8cc63f;
  font-weight: bold;
  display: inline-block;
  width: 2em;
  margin-left: -2em;
}
.list-container img {
  box-sizing: border-box;
  padding-left: 2rem;
  width: 50%;
}

@media (max-width: 768px) {
  .list-container > ul {
    width: 100%;
  }
  .list-container > img {
    width: 100%;
    padding-left: 0;
  }
}
.parallaxImage {
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .parallaxImage {
    min-height: 200px;
  }
}
.round-image-list {
  list-style: none;
  font-size: 1.2rem;
  padding: 0;
  width: 100%;
}
.round-image-list img {
  width: 7rem;
  border-radius: 50%;
  margin-right: 2rem;
}
.round-image-list li {
  display: flex;
  width: 100%;
  margin: 3rem 0;
  align-items: center;
}

@media (max-width: 768px) {
  .round-image-list li {
    font-size: 1.1rem;
  }
  .round-image-list img {
    margin-right: 1rem;
    width: 6rem;
  }
}
.discountList {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem 0;
}
.discountList img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 3rem;
}
.discountList > div {
  width: 50%;
  box-sizing: border-box;
  padding: 0 2rem;
}
.discountList h3 {
  color: #8cc63f;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .discountList > div {
    width: 100%;
  }
}
section {
  margin-bottom: 7rem;
}

@media (max-width: 768px) {
  section {
    margin-bottom: 3rem;
  }
}
.button {
  background-color: #8cc63f;
  font-weight: bold;
  color: white;
  text-decoration: none;
  display: block;
  transition: background-color 0.5s ease, scale 0.5s ease;
  text-align: center;
  width: fit-content;
  margin-bottom: 4rem;
}
.button.big {
  padding: 0.75rem 2rem;
  font-size: 1.25rem;
}
.button.small {
  padding: 0.5rem 1rem;
}
.button.center {
  margin-left: auto;
  margin-right: auto;
}
.button:hover {
  background-color: #71a230;
  scale: 1.05;
}

@media (max-width: 768px) {
  .button {
    margin-left: auto;
    margin-right: auto;
  }
  .button.big {
    font-size: 1.25rem;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

p {
  color: rgb(80, 80, 80);
}

.content-container {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}

h1 {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 4rem;
  color: rgb(80, 80, 80);
  font-size: 2.5rem;
  line-height: 1.5em;
  hyphens: auto;
}

:target:before {
  content: "";
  display: block;
  height: 10rem;
  margin: -10rem 0 0;
}

html {
  scroll-behavior: smooth;
}

.er-span {
  color: #8cc63f;
  font-style: italic;
}

.subtitle {
  font-weight: normal;
}

@media (max-width: 768px) {
  .subtitle {
    font-size: 1.5rem;
  }
}
.float-right-image {
  width: 44%;
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.float-left-image {
  width: 44%;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .float-right-image {
    width: 100%;
    margin-left: 0;
  }
  .float-left-image {
    width: 100%;
    margin-right: 0;
  }
  h1 {
    line-height: normal;
    hyphens: none;
  }
}
.highlight-text-center {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: rgb(80, 80, 80);
  margin-top: 3rem;
}

.bold {
  font-weight: bold;
}

.color-gray {
  color: rgb(80, 80, 80);
}