h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

p {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

a {
  padding: 10px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
  color: #333;
  text-decoration: none;
}

.top {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  border-bottom: 1px solid silver;
  background-color: #9f6952;
}

.logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  float: none;
}

.main-section {
  height: 90vh;
  min-height: 640px;
  padding-top: 120px;
}

.image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 190px;
  -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;
}

.container {
  display: block;
  width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-top: 20px;
}

.link-block:hover {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, .1);
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 10vh;
  min-height: 75px;
  background-color: #000;
}

.container-footer {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialmedia {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px;
  border-radius: 100px;
  box-shadow: none;
}

.socialmedia:hover {
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.div-socialmedia {
  margin-top: 30px;
  float: none;
  text-align: center;
}

.logo-footer {
  margin-top: 10px;
}

.hotel-image {
  height: 290.4375px;
}

@media (max-width: 991px) {
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .container {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
  }
  .image {
    height: 130px;
  }
  .container-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hotel-image {
    height: 230.4375px;
    margin-top: -15px;
    margin-bottom: -15px;
  }
}

@media (max-width: 479px) {
  h2 {
    line-height: 25px;
  }
  p {
    font-size: 14px;
  }
  .main-section {
    min-height: 800px;
  }
  .link-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .socialmedia {
    height: 32px;
  }
  .div-socialmedia {
    height: 34px;
  }
}

