body{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
}
ul{
  margin: 0;
  padding: 0;
}
.button{
  font-family: sans-serif;
  font-weight: bold;
  //border-style: solid;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.home-link{
  display: block;
  clear: both;
  box-sizing: border-box;
  width: 24vw;
  padding: 0.8vw 4vw 0.8vw 2vw;
  border-width: 0.4vw;
  font-size: 4vw;
  z-index: 2;
}
@media (min-width: 1400px) {
  .home-link{
    position: absolute;
  }
}
@media (min-width: 600px) {
  .home-link{
    width: 8rem;
    padding: 0.4em 2em 0.4em 1em;
    border-width: 0.2em;
    font-size: 1em;
  }
}
.spacer-div{
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 40rem;
}
.carousel-window{
  position: absolute;
  width: 100%;
  height: 50vw;
  max-height: 40rem;
  padding-top: 0.1em;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: left;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
.carousel-rack{
  height: 50vw;
  max-height: 40rem;
  width:  3500vw;
  left: 0vw;
  position: absolute;
  overflow: hidden;
}
.carousel-container{
  height: 50vw;
  max-height: 40rem;
  width: 100vw;
  overflow: hidden;
  float: left;
  text-align: center;
}
.carousel-container img{
  height: 95%;
  margin: auto;
  display: inline-block;
  pointer-events: none;
}
.carousel-button{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15vw;
  z-index: 2;
  border: none;
  background-color: #ffffff88;
  font-family: sans-serif;
  height: 6vw;
  width: 6vw;
  max-height: 3rem;
  max-width: 3rem;
  border-radius: 50%;
}
@media (min-width: 1300px) {
  .carousel-button{
    top: 12rem;
  }
}
.carousel-button img{
  height: 100%;
  width: 100%;
}
#left-button{
  left: 1rem;
}
#right-button{
  right: 1rem;
}
.header-div{
  margin-top: 0vw;
  padding: 2vw;
  text-align: left;
}
.header-text{
  font-size: 1.5em;
  font-family: 'Cabin', sans-serif;
}
@media (min-width: 800px) {
  .header-text{
    font-size: 3vw;
  }
}
.header{
  z-index: 2;
  top: 15vw;
  left: 12vw;
  font-size: 6vw;
  color: #ffffff;
  position: absolute;
  font-family: 'Cabin', serif;
}
.home-ico{
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.5em;
}
.info-div{
  width: 100%;
  height: 35vw;
  margin: 5vw 0 15vw 0;
}
.calendar-div{
  width: 100%;
  height: 80vw;
  min-height: 20em;
  max-height: 40rem;
  min-width: 300px;
  margin: 2vw auto;
  padding: 0;
  background-color: #fff;
  border-color: #fff;
}
@media (min-width: 800px) {
  .calendar-div{
    width: 60%;
  }
}
.calendar{
  width: 100%;
  height: 100%;
}
.month-row{
  z-index: 4;
}
.pricing-div{
  width: 100%;
  height: 10vw;
  margin-bottom: 4vw;
  text-align: left;
}
@media (min-width: 1200px) {
  .pricing-div{
    width: 80%;
    margin: auto;
  }
}
.price{
  font-size: 5vw;
  font-family: serif;
  float: left;
  margin: 0 2vw;
}
.price-pernight{
  font-size: 2vw;
  color: #00000055;
}
.call-button{
  font-size: 2vw;
  padding: 0.4vw 2vw;
  margin: 2vw 0.5rem;
  float: right;
  text-decoration: none;
  background-color: #110099;
  color: #fff;
  font-family: 'Cabin', serif;
  font-family: sans-serif;
  font-weight: bold;
}
.call-text{
  font-size: 2vw;
  margin-top: 2.6vw;
  color: #110099;
  float: right;
}
@media (max-width: 600px) {
  .call-text{
    display: none;
  }
}
@media (min-width: 1200px) {
  .call-button{
    margin-top: 1rem;
  }
  .call-text{
    margin-top: 1.6rem;
  }
}
.map-div{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60vw;
  max-height: 40rem;
  //float: left;
  margin: 2vw auto;
  padding: 0;
}
@media (min-width: 750px) {
  .map-div{
    width: 80%;
  }
}
.map-iframe{
  width: 100%;
  height: 100%;
}
.details{
  position: relative;
  height: auto;
  display: inline-block;/*this is so the height changes depending on the content*/
  width: 100%;
  margin: 0 auto 2rem;
  clear: both;
  text-align: left;
}
@media (min-width: 1200px) {
  .details{
    width: 80%;
  }
}
.details-ul{
  list-style-type: none;
  font-family: sans-serif;
  font-size: 2vw;
  font-size: 1.2em;
  float: left;
  margin: 0 8%;
  text-align: left;
}
.details-li{
  padding: 1% 0;
}
.ico {
    width: 3vw;
    height: 3vw;
    margin-right: 1vw;
}
.smalltext{
  font-size: 0.75em;
  color: #888;
}
@media (min-width: 800px) {
  .details-ul{
    font-size: 1.5em;
  }
  .ico{
    width: 1.5em;
    height: 1.5em;
  }
  .smalltext{
    font-size: 0.75em;
  }
}
.description-div{
  position: relative;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
  white-space: pre-line;
  padding: 0 1vw;
  width: 80%;
  margin: auto;
  height: auto;
  //height: 36em;
}
.description-header{
  font-size: 1.5em;
  font-family: sans-serif;
}
.description-p{
  font-size: 1.2em;
  font-family: sans-serif;
  overflow: hidden;
}
.description-continued{
  display: none;
  //display: inline;
}
.description-button{
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-size: 1em;
  margin: auto;
  padding: 0.5em 1em;
  border-width: thin;
}
@media (min-width: 1200px) {
  .description-div{
    padding: 0 5vw;
  }
}
.details-header{
  font-family: sans-serif;
  margin-left: 2vw;
}
.details-header-ul{
  clear: both;
  margin: 0;
  padding: 0;
}
.details-header-li{
  float: left;
  margin: 0 2vw;
}
.divider-line{
  clear: both;
  border: none;
  border-top: 1px solid #ddddde;
  margin: 0 2vw;
}
.details-subtitle{
  margin-left: 10vw;
}
.amenities-li{
  margin: 0;
  padding: 0;
}
.about-div{
  margin-top: 10vw;
  display: none;
}
.content-container{
  width: 100%;
  max-width: 80rem;
  //background-color: red;
  margin: auto;
}
.heading-text{
  font-size: 2rem;
}
.content-text{
  font-size: 1rem;
}
.details-ul{
  font-size: 1rem;
}
.smalltext{
  font-size: 0.8rem;
}
@media (min-width: 1200px) {
  .heading-text{
    font-size: 3rem;
  }
  .content-text{

  }
  .small-text{

  }
}
