html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

.site-container {
  padding-top: 65px;
}

@media only screen and (min-width: 768px) {
  .site-container {
    padding-top: 140px;
  }
}

.button {
  background: none;
  border: none;
  opacity: .7;
  border-bottom: 0.9px solid rgba(61, 58, 58, 0.3);
}

@media all and (min-width: 768px) {
  .button {
    border-bottom: none;
  }
}

.button:active {
  border-color: none;
  border-style: outset;
  outline: none;
  border: none;
}

.button:focus {
  outline: 0;
}

.booking {
  background-color: white;
  display: block;
}

@media screen and (min-width: 768px) {
  .body {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-height: 865px) {
  .body {
    margin-top: -80px;
  }
}

body:not(.user-is-tabbing) button:focus, body:not(.user-is-tabbing) input:focus, body:not(.user-is-tabbing) select:focus, body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

.section__title-wrap {
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center;
  position: relative;
  z-index: -1;
  margin: auto 0;
}

@media only screen and (min-width: 768px) {
  .section__title-wrap {
    margin: auto 0;
    padding-bottom: 30px;
    padding-top: 0px;
    border-top: solid 1px #d0e3e6;
  }
}

.section__title-wrap--entertain {
  padding-top: 0px;
  z-index: 2;
}

.section__title-wrap--experience {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .section__title-wrap--experience {
    margin-bottom: 0;
  }
}

.section__title {
  font-size: 8px;
  /* letter-spacing: 1px; */
  padding-bottom: 15px;
}

@media only screen and (min-width: 445px) {
  .section__title {
    letter-spacing: 1.2px;
  }
}

@media only screen and (min-width: 768px) {
  .section__title {
    padding-top: 40px;
  }
}

.section__title--center {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  letter-spacing: 1.2px;
  font-weight: 500;
  position: relative;
  top: 2.5px;
}
