h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 25px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #212221;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

p {
  margin-bottom: 10px;
  color: #212221;
  font-size: 16px;
  text-align: center;
}

.section {
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #515348;
}

.section-2 {
  background-color: rgba(81, 83, 72, 0.3);
}

.section-3 {
  background-color: rgba(81, 83, 72, 0.2);
}

.section-4 {
  background-color: #212221;
}

.navbar {
  background-color: transparent;
}

.brand {
  padding-top: 20px;
}

.book-online {
  margin-right: 20px;
  background-color: #fff;
  font-family: Merriweather, serif;
  color: #515348;
  font-size: 16px;
  text-transform: uppercase;
}

.book-online.w--current {
  color: #515348;
}

.book-online.mobile {
  display: none;
}

.telno {
  background-color: #212221;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 16px;
  text-transform: none;
}

.paragraph {
  padding-top: 20px;
  font-family: Merriweather, serif;
  color: #fff;
}

.image {
  width: 100%;
}

.div-block {
  width: 100%;
  height: 350px;
  background-image: url('../images/20200518-125154.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #515348;
  color: rgba(81, 83, 72, 0.5);
}

.heading {
  font-size: 28px;
  font-weight: 400;
}

.heading-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.heading-3 {
  text-align: center;
}

.columns {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paddeddivblock {
  padding: 20px;
  background-color: rgba(81, 83, 72, 0.5);
}

.heading-4 {
  text-align: center;
}

.image-2 {
  width: 100%;
}

.footer_text {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  text-align: right;
}

.div-block-3 {
  width: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: #515348;
}

.link-block {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.heading-5 {
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
}

.url {
  color: #fff;
  text-decoration: none;
}

.url:hover {
  text-decoration: underline;
}

.div-block-4 {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #212221;
}

.pleasenote {
  font-size: 16px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .book-online {
    width: 100%;
  }
  .book-online.mobile {
    display: inline-block;
    text-align: center;
  }
  .telno {
    width: 100%;
  }
  .paragraph {
    padding-bottom: 20px;
  }
  .icon {
    color: #fff;
  }
  .nav-menu {
    background-color: #515348;
  }
  .menu-button {
    background-color: #515348;
  }
  .menu-button.w--open {
    background-color: #212221;
  }
}

@media screen and (max-width: 767px) {
  .book-online.mobile {
    width: 92%;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .book-online.mobile {
    width: 86%;
    clear: none;
  }
}