@font-face {
  font-family: "Sweet Sans Pro";
  src: url("./fonts/sweetsansproheavy.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Sweet Sans Pro";
  src: url("./fonts/sweetsansprobold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Sweet Sans Pro";
  src: url("./fonts/sweetsanspromedium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Sweet Sans Pro";
  src: url("./fonts/sweetsansproregular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Chonburi";
  src: url("./fonts/chonburiregular.ttf");
  font-weight: 400;
  font-style: normal;
}
body {
  background-color: white;
  font-family: "Sweet Sans Pro";
  margin: auto;
}

#nav {
  height: auto;
}
#nav nav {
  padding-left: 250px;
  height: 70px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}
#nav nav a.brand-logo.hotel {
  color: #3f4723;
  margin-left: 50px;
  line-height: 70px;
  height: 70px;
  font-size: 20px;
  font-weight: 900;
}
#nav nav a.brand-logo img {
  height: 40px;
  margin: 15px;
  margin-left: 0;
}
#nav nav ul {
  height: 100%;
  margin: 0 auto;
}
#nav nav ul li {
  height: 70px;
  line-height: 70px;
}
#nav nav ul li a {
  padding-left: 40px;
  padding-right: 40px;
  color: #9e8857;
  font-size: 20px;
}
#nav nav ul li a#btn-es, #nav nav ul li a#btn-en {
  display: none;
}
#nav nav ul li.reservaciones {
  background-color: #9e8857;
}
#nav nav ul li.reservaciones a {
  color: white;
}

nav a.sidenav-trigger, nav a.sidenav-trigger i {
  height: 70px !important;
  line-height: 70px !important;
  font-size: 50px;
}

ul#slide-out img.sidelogo {
  width: 100%;
  height: auto;
}

.sidenav li > a {
  height: auto;
}

.padding {
  padding: 70px 250px;
}

#cover {
  height: 100vh;
  background-image: url("../img/cover.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: none;
  position: relative;
}
#cover img {
  position: absolute;
  width: 100%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#reservations {
  padding: 50px 100px 30px;
  background-color: #e6e5e0;
}

#rooms p {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#rooms .tabs a {
  font-size: 25px;
  font-weight: 900;
  color: #9e8857;
}
#rooms .tabs a:focus, #rooms .tabs a:hover {
  background-color: rgba(158, 136, 87, 0.2);
}
#rooms .tabs .indicator {
  background-color: #9e8857 !important;
}
#rooms .cardroom .roomslider {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#rooms .cardroom .roomslider .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#rooms .cardroom .roomslider .slick-track {
  height: 100% !important;
}
#rooms .cardroom .roomslider .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#rooms .cardroom .roomslider .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#rooms .cardroom .desc {
  border: 3px solid #9e8857;
  margin: 20px;
  margin-top: calc(-40px - 1.5rem);
  padding: 20px 25px;
  position: relative;
}
#rooms .cardroom .desc h5, #rooms .cardroom .desc h6 {
  margin: 0;
  font-weight: 700;
  margin-bottom: 70px;
}
#rooms .cardroom .desc .title {
  font-size: 1.4rem;
  color: white;
  text-align: center;
}
#rooms .cardroom .desc .subtitle {
  color: #9e8857;
  text-align: center;
}

#gallery.padding {
  padding-top: 0;
}
#gallery.padding h3 {
  color: #9e8857;
  text-align: center;
  font-weight: 700;
}
#gallery.padding .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
}
#gallery.padding .custom-counter {
  text-align: center;
  font-size: 1.5rem;
  margin-top: 10px;
  color: #9e8857;
}
#gallery.padding .custom-counter img {
  margin: 20px 35px -8px;
  width: 120px;
  cursor: pointer;
}
#gallery.padding .custom-counter span {
  font-weight: bold;
}

#comments {
  padding-top: 0;
}
#comments .comment {
  padding: 10px 20px;
}
#comments img.star {
  height: 12px;
  margin-left: 3px;
  display: inline;
}

#awards {
  text-align: center;
}
#awards h3, #awards h5 {
  color: #9e8857;
}
#awards h3 {
  font-weight: 700;
}
#awards h5 {
  font-weight: 700;
}
#awards p {
  font-size: 25px;
}
#awards img {
  width: 100%;
  max-width: 100px;
}
#awards .col.s2 {
  text-align: center;
}

#contact {
  text-align: center;
  color: #9e8857;
  font-size: 17px;
}
#contact a {
  color: #9e8857;
}
#contact span {
  margin-left: 30px;
  margin-right: 30px;
}

footer#footer.page-footer {
  background-color: #e6e5e0;
  text-align: center;
}
footer#footer.page-footer img.redes {
  width: 40px;
  margin: 10px;
}
footer#footer.page-footer img.logo {
  width: 100%;
  max-width: 400px;
  margin: 20px;
}

.all {
  background-color: #9e8857;
  height: 45px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  text-align: center;
}
.all h6 {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 400;
}

@media only screen and (max-width: 599px) {
  .valign-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nav nav {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #nav nav .hotel {
    display: none;
  }
  #nav nav img {
    width: auto;
    max-height: 70px;
    text-align: center;
    margin: 15px 0 0;
  }
  #nav nav ul {
    height: 100%;
    margin: 0 auto;
  }
  #nav nav ul li {
    height: 70px;
    line-height: 70px;
  }
  #nav nav ul li a {
    color: white;
  }
  nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 70px !important;
    line-height: 70px !important;
    font-size: 30px;
    color: #9e8857;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  ul#slide-out img.sidelogo {
    width: 50%;
    margin-left: 25%;
    margin-top: 30px;
    height: auto;
  }
  ul#slide-out li.reservaciones {
    background-color: #9e8857;
  }
  ul#slide-out li.reservaciones a {
    color: white;
  }
  .sidenav li.margin-top-50 {
    margin-top: 0px !important;
  }
  .sidenav li > a {
    height: auto;
    font-size: 17px;
  }
  .padding {
    padding: 20px 20px;
  }
  #cover {
    height: 60vh;
  }
  #cover img {
    max-width: 280px;
  }
  #reservations {
    padding: 30px 20px 20px;
  }
  #reservations .input-field .prefix ~ input {
    margin-left: 0;
  }
  #reservations .input-field .prefix {
    position: absolute;
    width: 1.5rem;
    font-size: 16px;
    right: 3.5rem;
    top: 14px;
  }
  #reservations .btn-white {
    width: 100%;
  }
  #rooms.padding .row {
    margin-bottom: 0;
  }
  #rooms.padding .desc {
    margin-bottom: 10px;
  }
  #rooms.padding p {
    margin-top: 10px;
    font-size: 13px;
  }
  #rooms.padding .tabs a {
    font-size: 14px;
  }
  #gallery.padding h3 {
    font-size: 25px;
  }
  #gallery.padding .custom-counter img {
    margin: 10px 25px 0px;
    width: 50px;
    cursor: pointer;
  }
  #comments .comment {
    padding: 10px 0px;
  }
  #comments .comment p {
    font-size: 13px;
  }
  #awards h3 {
    font-size: 25px;
  }
  #awards h5 {
    font-size: 20px;
  }
  #awards p {
    font-size: 15px;
  }
  #awards img {
    width: 80%;
  }
  #contact {
    font-size: 13px;
  }
  #contact p {
    margin: 0;
  }
  #contact span {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
  }
  footer#footer.page-footer img.redes {
    width: 30px;
    margin: 10px;
  }
  footer#footer.page-footer img.logo {
    width: 100%;
    max-width: 250px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .all {
    height: 33px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .all h6 {
    font-size: 11px;
  }
}