*{
    font-family: 'Quicksand', sans-serif;
    font-size: 1em;
    color: #403511 ;
}
html, body{
    margin: 0;
    height: 100vh;
    text-align: center;
}


input,textarea {
opacity:0.9;
}
.header{
    background-image: url(./img/bg11.jpg);
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-attachment: scroll;
    background-size: cover;
    height: 40vh;
    margin: 0;
    padding-top: 60vh;
}
.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 2em;
}
.sub-heading{
    font-family: 'Caveat', cursive;
    font-size: 2.5em;
    margin-top: 0em;
    margin-bottom:-3px;
padding:0px;
}
.details{
    margin: 0 auto 8em;
}
.details-heading{
    font-weight: bold;
    text-transform: uppercase;
    font-size:17px;
}
.fas {
    font-size: 3em;
    opacity: .8;
}
.resort-image{
    width: 100%
}

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


:root {
  --timelinecol: #444444;
}


.td1 { 
width:45%;
height:35px;
text-align:right;
padding-right:10px;
}
.td2t { 
width:1.5%;
height:35px;
border-right:3px solid var(--timelinecol);
border-bottom:2px solid var(--timelinecol);
}
.td3t { 
width:1.5%;
height:35px;
border-left:3px solid var(--timelinecol);
border-bottom:2px solid var(--timelinecol);
}
.td2b{ 
width:1.5%;
height:35px;
border-right:3px solid var(--timelinecol);
border-top:2px solid var(--timelinecol);
}
.td3b { 
width:1.5%;
height:35px;
border-left:3px solid var(--timelinecol);
border-top:2px solid var(--timelinecol);
}
.td4{ 
width:45%;
height:35px;
text-align:left;
padding-left:10px;
}

.timelineicon {
width:40px;
height:40px;
}
