@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/* ### Variables ### */
/* ### Typography ### */
/* ### Mixins ### */
/* ### Mini-reset ### */
ul {
  list-style: none;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  text-align: center;
  font-size: 16px;
  overflow-x: hidden;
}

#first {
  padding-top: 0;
}

h1  {
  font-family: "Lato", sans-serif;
  text-align: center;  
}


/* h2,
h3,
h4,
h5,
h6 {
  color: #fff;
} */

/* section {
  padding: 0 .75rem;
} */
section h2 {
  color: #707070;
  text-align: center;
  font-family: 'Lato', sans-serif; 
  font-size: 24px; 
  font-weight: 400;
  line-height: 30px; 
  padding: 2rem;
  margin: 0;
}
section h3 {
  color: #707070;
  text-align: center;
  font-family: 'Lato', sans-serif; 
  font-weight: 400;
  font-size: 18px; 
  line-height: 30px; 
  padding: 3rem 2rem;
  margin: 0;
}
/* section h2 {
  padding: .5em 0;
  font-size: 90%;
  letter-spacing: 0.1em;
  background-color: #ac6e39;
  margin: .5em 0;
  color: #000;
  width: 100%;
  border: 1px solid #ac6e39;
  text-align: center;
} */
/* section h3 {
  padding: .5em 0;
  font-size: 90%;
  letter-spacing: 0.1em;
  background-color: #000;
  margin: .5em 0;
  color: #ac6e39;
  width: 100%;
  border: 1px solid #ac6e39;
  text-align: center;
  font-size: 80%;
} */

.title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.1em;
  margin-bottom: 1em;
  font-size: 80%;
  padding: 1.5em 2em;
}


a {
  text-decoration: none;
  color: inherit;
}

.body-active {
  overflow: hidden;
}

/* ### Partials ### */
.menu.icon {
  color: #d1d3d4;
  position: absolute;
  margin-left: 2px;
  margin-top: 10px;
  width: 2rem;
  height: .2rem;
  background-color: currentColor;
}

.menu.icon:before {
  content: '';
  position: absolute;
  top: -7px;
  left: 0;
  width: 2rem;
  height: .2rem;
  background-color: currentColor;
}

.menu.icon:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 2rem;
  height: .2rem;
  background-color: currentColor;
}

/* @import '_classes.scss'; */
nav {
  display: flex;
  height: 5rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  padding-right: 0;
  z-index: 11;
  position: fixed;
  background-color: #000;
  width: 100vw;
  box-sizing: border-box;
}
nav .logo {
  background: url("../../assets/logo.png") center no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
  width: 125px;
  flex: 1;
}
nav .right {
  height: 100%;
  flex: 0.5;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
}
nav .right #toggle {
  height: 1em;
  width: 2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  padding-left: 1em;
}
nav .right #toggle span {
  width: 100%;
  height: 2px;
  background-color: #d1d3d4;
  transition: transform .3s ease;
}
nav .book-now-button {
  height: 100%;
  flex: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
}
nav .book-now-button a {
  box-sizing: border-box;
  background-color: #A7764D;
  word-wrap: break-word;
  height: 5rem;
  width: 5rem;
  padding: 0;
  text-transform: uppercase;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
nav .book-now-button a::before {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  width: 85%;
  height: 85%;
}

.toggle-active > span:nth-child(1) {
  transform: rotate(45deg) translate(30%);
}
.toggle-active > span:nth-child(2) {
  display: none;
}
.toggle-active > span:nth-child(3) {
  transform: rotate(-45deg) translate(30%);
}

.hotel-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.hotel-title .img {
  height: 6em;
  border-bottom: 2px solid #ac6e39;
}

.hotels {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.hotels .hotel {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 49%;
  min-width: 49%;
  align-items: stretch;
  justify-content: stretch;
  background-color: #212222;
  margin-bottom: .4em;
}
.hotels .hotel .img {
  height: 6em;
  border-bottom: 2px solid #ac6e39;
}
.hotels .hotel .content {
  box-sizing: border-box;
  display: flex;
  font-size: 68%;
  height: 50%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: .6em;
}
.hotels .hotel .content h5, .hotels .hotel .content h4 {
  margin: 0;
  font-size: 80%;
}
.hotels .hotel .content h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.1em;
  margin-bottom: 1em;
  font-size: 80%;
  font-size: 1.1em;
}
.hotels .hotel .content .buttons {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.hotels .hotel .content .buttons a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: .2em;
}
.hotels .hotel .content .buttons a:nth-child(1) {
  background-color: #aa0d16;
  color: #fff;
  font-size: 40%;
  padding: .3rem 0;
  position: relative;
  flex: .5;
  max-width: 5em;
}
.hotels .hotel .content .buttons a:nth-child(1)::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 70%;
  border: 0.5px solid #fff;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
}
.hotels .hotel .content .buttons a:nth-child(1)::before {
  content: '';
  position: absolute;
  width: 75%;
  height: 65%;
  border: 0.5px solid #fff;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
}
.hotels .hotel .content .buttons a:nth-child(1) img {
  height: 2em;
  width: 2em;
}
.hotels .hotel .content .buttons a:nth-child(2) {
  background-color: #ac6e39;
  color: #fff;
  font-size: 40%;
  padding: .3rem 0;
  position: relative;
  font-size: 70%;
}
.hotels .hotel .content .buttons a:nth-child(2)::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 70%;
  border: 0.5px solid #fff;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
}
.hotels .hotel .content .buttons a:nth-child(3) {
  background-color: #ac141b;
  color: #fff;
  font-size: 40%;
  padding: .3rem 0;
  position: relative;
  font-size: 70%;
}
.hotels .hotel .content .buttons a:nth-child(3)::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 70%;
  border: 0.5px solid #fff;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
}
.hotels .placeholder-img {
  height: auto;
  width: 49%;
  margin-bottom: .4em;
}

.hotel-title .placeholder-img {
  height: auto;
  width: 90%;
  margin-bottom: .4em;
}




footer {
  color: #58595b;
  text-align: center;
  padding: 1.5rem;
}
footer .content {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .content span {
  margin: 1em 0;
  color: #fff;
}
footer a:nth-child(1) {
  background-color: #58595b;
  color: #fff;
  font-size: 40%;
  padding: .3rem 0;
  position: relative;
  font-size: .8rem;
  text-transform: uppercase;
  padding: .5rem 1rem;
}
footer a:nth-child(1)::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 70%;
  border: 0.5px solid #fff;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
}
footer #viewDesktop {
  background-color: #ac6e39;
  color: #fff;
  font-size: 40%;
  padding: .3rem 0;
  position: relative;
  font-size: .8rem;
  text-transform: uppercase;
  padding: .5rem .7rem;
  margin-top: 2em;
}
footer #viewDesktop::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 70%;
  border: 0.5px solid #fff;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -51%);
}
footer .copy {
  font-size: 60%;
}

aside {
  z-index: 5;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background-color: #000;
  box-sizing: border-box;
  color: #fff;
  right: -100vw;
  transition: right .3s ease;
  overflow-y: scroll;
  padding: 7rem 3rem;
  box-sizing: border-box;
}
aside ul {
  padding: 0;
  margin: 0;
  font-size: .9em;
  letter-spacing: .1em;
  text-align: right;
}
aside ul li {
  padding: .25em;
}
aside ul li strong {
  color: #ac6e39;
}

.active {
  right: 0;
}

/*# sourceMappingURL=app.css.map */
