footer {
  padding-top: 40px;
  padding-bottom: 48px;
  text-align: center;
  background-color: #131917;
}

/* img {
  -webkit-box-shadow: 12px 12px 32px -16px rgba(19,25,23,0.5);
  -moz-box-shadow: 12px 12px 32px -16px rgba(19,25,23,0.5);
  box-shadow: 12px 12px -16px 32px rgba(19,25,23,0.5);
} */

.fas {
  font-size: 0.2em;
  vertical-align: middle;
  margin-right: -12px;
}

sup {
  top: -.70em;
}

.section-whitespace {
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255,255,255,0.02);
}

.section-whitespace-top {
  padding-top: 160px;
}

.section-whitespace-bottom {
  padding-bottom: 160px;
}

.container-fluid {
  padding: 0;
}

.color-box {
  background-color: #d2b894;
}

.language-box {
  background-color: #131917;
  padding-top: 24px;
}

.padding-top {
  margin-top: 24px;
}

.language-box a {
  color: #d2b894;
}

.text-box-right {
  padding-left: 24px;
  padding-right: 40px;
}

.text-box-left {
  padding-right: 24px;
  padding-left: 40px;
  text-align: right;
}

.box-center-location {
  background-image: url('../images/center.svg');
  background-repeat: no-repeat;
}

.box-45 {
  background-image: url('../images/45.svg');
  background-repeat: no-repeat;
}

.box-curves {
  background-image: url('../images/curves.svg');
  background-repeat: no-repeat;
}

html, body {
  background-image: linear-gradient(105deg, #273e39 0%, #131917 100%);
  overflow-x: hidden;
}

nav {
  height: 80px;
  text-align: center;
}

.language-box button {
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: transparent;
  border: 1px solid transparent;
}

.grey button {
  padding: 15px 35px;
  background-image: linear-gradient(105deg, #d2b894 0%, #c4a474 100%);
  border: 1px solid transparent;
}

a {
  font-family: 'Open Sans';
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #273e39;
  transition: all 0.25s ease-in-out;
}

a:hover {
  color: #ffffff;
  text-decoration: none;
}

.kako-do-nas a {
  font-family: 'Open Sans';
  font-size: 15px;
  text-transform: none;
  font-weight: 700;
  color: #d2b894;
  transition: all 0.25s ease-in-out;
}

.kako-do-nas a:hover {
  color: #ffffff;
  text-decoration: none;
}

hr {
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 0;
  border-top: 0.5px solid #273e39;
}

h1 {
  font-family: 'Playfair Display';
  font-size: 104px;
  font-weight: 400;
  color: #d2b894;
  line-height: 1.12;
  margin-top: 0;
  margin-bottom: 24px;
}

h2 {
  font-family: 'Playfair Display';
  font-size: 72px;
  font-weight: 400;
  color: #d2b894;
  line-height: 1.12;
  margin-top: 0;
  margin-bottom: 24px;
  text-align: left;
}

h3 {
  font-family: 'Playfair Display';
  font-size: 54px;
  font-weight: 400;
  color: #d2b894;
  line-height: 1.12;
  margin-top: 0;
  margin-bottom: 24px;
}

h5 {
  font-family: 'Playfair Display';
  font-size: 24px;
  font-weight: 400;
  color: #d2b894;
  line-height: 1.12;
  margin-top: 0;
  margin-bottom: 24px;
}

p {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 300;
  color: #e1e1e1;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 24px;
}

footer p {
  font-family: 'Playfair Display';
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.5;
}



@media only screen and (max-width: 991px) {
    .website-desktop {
        display: none;
    }
    .section-whitespace {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .section-whitespace-top {
      padding-top: 80px;
    }
    .section-whitespace-bottom {
      padding-bottom: 80px;
    }
    .row {
      padding-left: 20px;
      padding-right: 20px;
    }
    h1 {
      font-size: 88px;
    }
    nav {
      height: 128px;
      padding-bottom: 0;
      margin-bottom: 0;
    }
}

@media only screen and (min-width: 576px) {
    .o-nama-mobile-small {
      display: none;
    }
}

@media only screen and (max-width: 575px) {
    .o-nama-mobile-big {
      display: none;
    }
}

@media only screen and (max-width: 575px) {
    .section-whitespace {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .section-whitespace-top {
      padding-top: 60px;
    }
    .section-whitespace-bottom {
      padding-bottom: 60px;
    }
    h1 {
      font-size: 72px;
    }
    h3 {
      font-size: 48px;
      margin-bottom: 12px;
    }
}

@media only screen and (max-width: 360px) {
    .section-whitespace {
      padding-top: 25px;
      padding-bottom: 25px;
    }
    .section-whitespace-top {
      padding-top: 50px;
    }
    .section-whitespace-bottom {
      padding-bottom: 50px;
    }
    h1 {
      font-size: 60px;
    }
    h3 {
      font-size: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .website-mobile {
        display: none;
    }
}

.language-box-mobile {
  background-color: transparent;
}

.language-box-mobile a {
  color: #ffffff;
}

.language-box-mobile a {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: transparent;
  border: 1px solid transparent;
}

.language-box-mobile a:hover {
  color: #d2b894;
  text-decoration: none;
}

.phobs-float-box {
  z-index: 999;
  background-color: #273e39;
  height: 265px;
  width: 260px;
  padding: 20px;
  position: fixed;
  top: 30%;
  float: right;
  right: 0;
  /* transform: translate(0, -50%); */
  box-shadow: 0 37.125px 70px -12.125px rgba(0,0,0,0.3);
  border-radius: 8px 0 0 8px;
}

.phobs-float-box-mobile {
  z-index: 1000;
  background-color: #273e39;
  width: 100%;
  padding: 14px;
  position: fixed;
  bottom: 0;
  box-shadow: 0 37.125px 70px -12.125px rgba(0,0,0,0.3);
  text-align: center;
}

.phobs-float-box-mobile a {
  text-align: center;
  color: #d2b894;
  font-size: 21px;
}

.phobs-float-box-mobile a:hover {
  color: #fff;
}

.back-to-homepage-text a {
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.book-now-button {
  padding: 15px 35px;
  background-image: linear-gradient(105deg, #d2b894 0%, #c4a474 100%);
  border: 1px solid transparent;
}

.language-button {
  background-color: transparent;
  border: 1px solid transparent;
}
