*{
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #222;
}
html, body{
    margin: 0;
    height: 100vh;
    text-align: center;
}
.header{
    background-image: url(./img/hero2.jpeg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    background-position: center;
    height: 19vh;
    margin: 0;
    padding-top: 81vh;
}

@media screen and (max-width: 600px) {

    .header{
        background-image: url(./img/hero.jpeg);
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: contain;
        background-position: center;
        height: 40vh;
        margin: 0;
        padding-top: 30vh;
    }
    #counter {
        padding-top: 33vh;
    }

    .responsive {
        height: 31vh;
    }
}

.heading {
    color: #ffffff;
    display: block;
    font-family: 'Caveat', cursive;
    font-size: 6em;
    font-weight: normal;
    text-shadow: 0 0 10px #000;
}
.heading-subtext{
    color: #fff;
    display: block;
    font-family: 'Caveat', cursive;
    font-size: .6em;
}
.fixed-button{
    background: rgba(20,20,20,.5);
    border-radius: 1em;
    bottom: 1em;
    color: white;
    font-weight: bold;
    padding: 1em;
    position: fixed;
    right: 1em;
    text-decoration: none;
    z-index: 9999;
}
.fixed-button::after{
    content: "\25BE";
    display: block;
    font-size: 28px;
    line-height: 0;
    margin-bottom: 6px;
    margin-top: 10px;
    text-align: center;
}
.fixed-button:active,
.fixed-button:hover{
    background: rgba(20,20,20,.9);
}
.section{
    margin: 0 auto;
    max-width: 600px;
    padding: 1em 2.4em;
}
.sub-heading{
    font-family: 'Caveat', cursive;
    font-size: 3em;
    margin-top: 2em;
}
.details{
    margin: 0 auto 8em;
}
.details-heading{
    font-weight: bold;
    text-transform: uppercase;
}
.fas {
    font-size: 3em;
    opacity: .8;
}
.resort-image{
    width: 100%
}

.resort-image2{
    width: 100%;
    scale: 1.2;
    margin-top: 10%;
    margin-bottom: 10%;
}

@media only screen and (max-width: 600px) {
    .heading {
        font-size: 4em;
    }
  }

#counter {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    color: #222;
    text-shadow: none;
}

/* TIMELINE */
/* 
body {
  height: 100vh;
  background: #ffffff; }


.container ul {
  margin-top: 8vh;
  list-style: none;
  position: relative;
  padding: 1px 15vw 1px 5vw;
  color: #606060;
  font-size: 13px; }
  .container ul:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    border-left: 2px dashed #fff; }
  .container ul li {
    position: relative;
    margin-left: 3vw;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 14px;
    border-radius: 6px;
    width: 50vw;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08); }
    .container ul li:not(:first-child) {
      margin-top: 60px; }
    .container ul li > span {
      width: 2px;
      height: 100%;
      background: #fff;
      left: -30px;
      top: 0;
      position: absolute; }
      .container ul li > span:before, .container ul li > span:after {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        border: 2px solid #fff;
        position: absolute;
        background: #000000;
        left: -5px;
        top: 0; }
    .container ul li span:after {
      top: 100%; }
    .container ul li > div {
      margin-left: 10px; }

.container div .title, .container div .type {
  font-weight: 300;
  font-size: 12px; }

.container div .info {
  font-weight: 300; }

.container div > div {
  margin-top: 5px; }

.container span.number {
  height: 100%; }
  .container span.number span {
    position: absolute;
    font-size: 10px;
    left: -35px;
    font-weight: bold; }
    .container span.number span:first-child {
      top: 0; }
    .container span.number span:last-child {
      top: 100%; } */
