@import url("https://fonts.googleapis.com/css2?family=Italianno&family=Raleway:wght@100;200;300;400&display=swap");
.green {
  color: #153027;
}

.white {
  color: #ffffff;
}

.grey {
  color: #7a7a7a;
}

.yellow {
  color: #FFC12B;
}

.font-fancy {
  font-family: "Italianno", cursive;
  font-display: swap;
}

footer {
  font-size: 1.5em;
  background-image: url("img/footerBg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1em;
  color: #ffffff;
}
footer .info {
  padding: 1.8em 0;
  text-align: right;
  margin-right: 3em;
}
footer .info h4 {
  font-family: "Italianno", cursive;
  font-display: swap;
  font-size: 2em;
  margin: 1em auto;
}
footer .description {
  text-align: center;
  font-style: italic;
}
footer a {
  color: #ffffff;
}
footer a:link {
  text-decoration: none;
}
footer a:visited {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
  color: #59614a;
}
footer a:active {
  text-decoration: underline;
}
footer .media {
  display: flex;
  flex-flow: row;
  float: right;
}
footer .media img {
  fill: #ffffff;
  max-width: 2.5rem;
}
@media only screen and (max-width: 1200px) {
  footer .info {
    padding: 0.2em;
    padding-bottom: 1em;
    margin: 0;
    text-align: center;
  }
  footer .info h4 {
    font-size: 2em;
    margin: 0.8em auto;
  }
  footer .info p {
    margin: 0;
    padding: 0;
    display: block;
    overflow-wrap: anywhere;
  }
  footer .info .mail {
    font-size: 0.75em;
  }
  footer .media {
    justify-content: center;
    margin-top: 1em;
    float: initial;
  }
}

.green {
  color: #153027;
}

.white {
  color: #ffffff;
}

.grey {
  color: #7a7a7a;
}

.yellow {
  color: #FFC12B;
}

.font-fancy {
  font-family: "Italianno", cursive;
  font-display: swap;
}

header {
  background-color: #ffffff;
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0em;
  margin: 0em;
  font-size: 16px;
}
header .page-logo {
  display: inline;
  text-align: center;
}
header .page-logo a {
  margin: 0 auto;
}
header .page-logo img {
  max-width: 10em;
  padding: 1em;
}
header .menu-menu_mobile-container {
  display: none;
}
header .menu-menu_left-container,
header .menu-menu_right-container {
  display: initial;
}
header .hamburger__button {
  all: unset;
  display: none;
  color: #ca7e61;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0.5em;
  font-size: 3em;
  margin-top: 14px;
}
header .close__button {
  display: none;
}
header nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
header nav ul {
  list-style-type: none;
  overflow: hidden;
  display: flex;
  padding: 0;
}
header nav ul li {
  display: list-item;
}
header nav ul li a {
  text-align: center;
  padding: 1em;
  text-decoration: none;
  font-weight: 300 !important;
  font-size: 1.5em;
  color: #6B9364;
  transition: 0.3s;
}
header nav ul li a:hover {
  text-shadow: 2px 2px 15px;
  text-decoration: none;
}
header nav ul li a:visited {
  text-decoration: none;
}
header nav ul li a a {
  font-weight: 300;
}
header .header__promotion {
  text-align: center;
  background-color: #153027;
  color: #ffffff;
  font-size: 1.5em;
}
header .header__promotion a,
header .header__promotion a:hover,
header .header__promotion a:visited {
  color: #ca7e61;
}
header .header__promotion p {
  margin: 0.3em;
}

#menu-menu_center {
  justify-content: center;
}
#menu-menu_left {
  justify-content: flex-end;
}
#menu-menu_right {
  justify-content: flex-start;
}

@media only screen and (max-width: 1200px) {
  header nav {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  header .hamburger__button {
    display: block;
  }
  header .close__button {
    display: none;
  }
  header .page-logo {
    display: inline;
    max-width: 100%;
  }
  header .menu-menu_mobile-container {
    display: none;
  }
  header .menu-menu_left-container,
header .menu-menu_right-container {
    display: none;
  }
  header .open {
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #ffffff;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    margin: 0;
  }
  header .open .menu-menu_mobile-container {
    display: block;
  }
  header .open ul {
    display: flex;
    flex-flow: column;
  }
  header .open li {
    display: block;
    text-align: center;
    font-size: 1.4em;
    padding: 0.4em 0;
  }
  header .open li a {
    padding: 1em 0;
  }
  header .open .close__button {
    all: unset;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 3em;
    margin-top: 14px;
  }
  header .open .close__button img {
    fill: #ca7e61;
    width: 1em;
    height: 1em;
    padding: 24px;
  }
  header .info {
    margin: 0;
    justify-content: center;
  }
}
.map iframe {
  width: 100%;
  height: 400px;
}

html {
  margin: 0 auto;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-display: swap;
  scroll-behavior: smooth;
}
html body {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
}
html body .article__header {
  background-image: url("img/h2-bg.webp");
  width: 100%;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
html body h2 {
  color: #ffffff;
  font-size: 5em;
  font-weight: 400;
  padding: 0;
  text-align: center;
  font-family: "Italianno", cursive;
  font-display: swap;
  margin: 0.2em auto;
}
html body main {
  display: flex;
  flex-flow: nowrap column;
}
html body main a {
  color: #000000;
  text-decoration: none;
}
html body main article img {
  max-width: 200px;
  height: auto;
}
html body main article p {
  font-size: 1.4em;
}
html body main article .post-meta {
  margin-top: 2em;
}
html body main .name {
  font-weight: 500;
}
html body main h3 {
  font-size: 4em;
  font-weight: 400;
  text-align: center;
  font-family: "Italianno", cursive;
  font-display: swap;
}
@media only screen and (max-width: 1200px) {
  html body main {
    flex-flow: column;
  }
  html body h3 {
    margin: 0.5em 0 0.2em 0;
  }
}

.green {
  color: #153027;
}

.white {
  color: #ffffff;
}

.grey {
  color: #7a7a7a;
}

.yellow {
  color: #FFC12B;
}

.font-fancy {
  font-family: "Italianno", cursive;
  font-display: swap;
}

.wpforms-form * {
  color: #7a7a7a;
  font-family: "Raleway", Sans-serif;
  font-weight: 400;
}

.icon-green {
  fill: #6B9364 !important;
}

.homepage {
  max-width: 1600px;
  min-height: 600px;
  display: flex;
  margin: 80px auto 20px auto;
  flex-direction: column;
}
.homepage p {
  font-size: 1.5em;
  text-align: center;
  color: #7a7a7a;
}
@media only screen and (max-width: 1200px) {
  .homepage {
    max-width: 100%;
  }
}
.homepage__wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .homepage__wrapper {
    flex-flow: column;
    align-items: center;
  }
}
.homepage__wrapper .item {
  text-align: center;
  padding: 2em;
}
.homepage__wrapper .item .circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-size: 32px;
  color: #fff;
  text-align: center;
  background: #000;
  display: flex;
  align-content: center;
  justify-content: center;
  background-position: center;
  background-size: contain;
}
.homepage__wrapper .item .circle.lh {
  line-height: 200px;
}
.homepage__wrapper .item .circle.rnd1 {
  background-image: url("./img/rec1.webp");
}
.homepage__wrapper .item .circle.rnd2 {
  background-image: url("./img/rec2.webp");
}
.homepage__wrapper .item .circle.rnd3 {
  background-image: url("./img/rec3.webp");
}
.homepage__wrapper .item .circle.rnd4 {
  background-image: url("./img/rec4.webp");
}
.homepage__wrapper .item .circle.rnd5 {
  background-image: url("./img/rec5.webp");
}
.homepage__wrapper .item .circle.rnd6 {
  background-image: url("./img/rec6.webp");
}
.homepage__wrapper .item .circle .def {
  display: inline;
}
.homepage__wrapper .item .circle .hover {
  display: none;
}
.homepage__wrapper .item .circle .content {
  margin-top: 67px;
}
.homepage__wrapper .item:hover .def {
  display: none;
}
.homepage__wrapper .item:hover .hover {
  display: inline;
}
.homepage__wrapper .item .description {
  display: none;
}

.rooms {
  max-width: 1600px;
  min-height: 600px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}
.rooms p {
  font-size: 1.5em;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .rooms {
    max-width: initial;
  }
}
.rooms table {
  max-width: 700px;
  font-size: 1.4em;
  margin: 2em auto;
}

.contact__wrapper {
	display: flex;
  margin: 0 auto;
	width: 100%;
  max-width: 1000px;
  padding: 20px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  text-align: center;
}