*{
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #222;
}
html, body{
    margin: 0;
    height: 100vh;
    text-align: center;
    background-color: #F0DDC5;
    background-image: url(./img/background_portugais_sable.png);
    background-size: 15%;
    background-attachment: fixed;
}
.header{
    background-image: url(./img/hero.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;*/
    font-family: 'Great Vibes', serif;
    font-size: 9em;
    font-weight: 400;
    font-style: normal;
    text-shadow: 0 0 10px #000;
}
.heading-subtext{
    color: #fff;
    display: block;
    font-family: 'Great Vibes';
    font-size: .4em;
    text-shadow: 0 0 5px #000;
}
.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;
    background-color: #ffffff;
}
.sub-heading{
    font-family: 'Great Vibes';
    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%
}
#name_search {
    font-size: 16px; /* Increase font-size */
    padding: 12px 20px 12px 20px; /* Add some padding */
    border: 1px solid #ddd; /* Add a grey border */
    margin-bottom: 12px; /* Add some space below the input */
  }
#guestlist {
    /* Remove default list styling */
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#guestlist li a {
    border: 1px solid #ddd; /* Add a border to all links */
    margin-top: -1px; /* Prevent double borders */
    background-color: #f6f6f6; /* Grey background color */
    padding: 12px; /* Add some padding */
    text-decoration: none; /* Remove default text underline */
    font-size: 18px; /* Increase the font-size */
    color: black; /* Add a black text color */
    display: block; /* Make it into a block element to fill the whole list */
}
#guestlist li a:hover:not(.header) {
    background-color: #eee; /* Add a hover effect to all links, except for headers */
}
strong {
    font-size: 3em;
    font-family: 'Great Vibes', serif;
    font-weight: 400;
    font-style: normal;
}

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

