.body {
  background-color: #e9e9e9;
  text-align: center;
}

.text-block {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Varela Round', sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.navbar {
  background-color: #fff;
}

.container {
  max-width: 900px;
  margin: 20px;
  border-radius: 5px;
  background-color: #fff;
}

.cover-image {
  display: block;
  max-width: 100%;
}

.body-wrapper {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.body-wrapper.page {
  padding: 20px 30px;
  text-align: left;
}

.body-menu-block {
  background-color: #fff;
}

.body-menu-block.page {
  padding-top: 20px;
}

.menu-item-text {
  display: block;
  font-family: 'Varela Round', sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.menu-item-text.page {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
}

.menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 20px 30px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  background-image: url('../images/location-pin.png');
  background-position: 20px 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  text-align: left;
}

.menu-item:hover {
  background-color: #f5f5f5;
  color: #111;
}

.menu-item.check-in {
  background-image: url('../images/key.png');
  background-size: 15px;
}

.menu-item.taxi {
  background-image: url('../images/taxi.png');
}

.menu-item.things-to-do {
  background-image: url('../images/waypoint.png');
}

.menu-item.food-drink {
  background-image: url('../images/fork-spoon.png');
}

.menu-item.housekeeping {
  background-image: url('../images/housekeeping.png');
}

.menu-item.house-rules {
  background-image: url('../images/rules3.png');
  background-size: 15px;
}

.menu-title {
  display: inline-block;
  text-decoration: none;
}

.arrow {
  margin-left: 30px;
  padding: 5px 12px;
  border: 1px none #000;
  border-radius: 20px;
  box-shadow: 0 0 13px -9px #000;
}

.link-block {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #524343;
  text-decoration: none;
}

.link {
  margin-left: -10px;
  color: #b80068;
  text-align: center;
  text-decoration: none;
}

.page-title {
  display: block;
  font-family: 'Varela Round', sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.page-title.page {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 0px;
  font-size: 30px;
}

.paragraph {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph.thai {
  color: #8d8d8d;
  font-size: 20px;
  line-height: 26px;
}

.paragraph.address {
  color: #8d8d8d;
  font-size: 18px;
  line-height: 26px;
}

.paragraph.directions {
  font-size: 27px;
  line-height: 35px;
}

.paragraph.phone-numbers {
  color: #8d8d8d;
  font-size: 20px;
}

.paragraph.check-in-times {
  font-size: 20px;
  line-height: 26px;
}

.house-rule-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.house-rule-icon {
  max-width: 130px;
  padding: 15px;
}

.house-rule-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  font-family: 'Varela Round', sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

.text-wrapper.coffee {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.horizontal-rule {
  height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #e6e6e6;
}

.sub-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Varela Round', sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

.sub-header.central {
  margin-bottom: 26px;
  text-align: center;
}

.link-2 {
  color: #b80068;
}

.html-embed {
  max-width: 100%;
}

.image-save {
  margin-bottom: 40px;
  padding: 33px 70px;
  background-color: #fff5d6;
}

.image {
  box-shadow: 0 0 20px -15px #000;
}

.pink-highlight {
  color: #b80068;
}

.notice-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff5d6;
}

.notice-icon {
  max-width: 15px;
  margin: 20px 40px;
  padding: 0px;
}

.sightseeing-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sightseeing-block.coffee {
  margin-bottom: 10px;
}

.sightseeing-image {
  max-width: 130px;
  margin-right: 15px;
  padding: 0px;
}

@media screen and (max-width: 991px) {
  .link-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .link-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  .text-block {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
  }

  .menu-item-text {
    font-size: 18px;
    line-height: 24px;
  }

  .menu-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .link-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-title {
    font-size: 20px;
  }

  .page-title.page {
    line-height: 32px;
  }

  .paragraph.notice-box {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
  }

  .house-rule-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-save {
    padding: 30px;
  }

  .notice-box {
    padding: 20px 10px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .notice-icon {
    margin: 0px 0px 10px;
  }

  .sightseeing-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sightseeing-image {
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}