@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

*{
    font-family: 'Caveat', cursive;
    /*font-size: 16px;*/
    color: #222;
}
html, body{
    margin: 0;
    height: 80vh;
    text-align: center;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 0.3em;
    margin-block-end: 0.1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.header{
    background-image: url(./img/hero2.jpg);
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-attachment: scroll;
    background-size: cover;
    height: 40vh;
    margin: 0;
    padding-top: 35vh;/*60vh;*/
    padding-bottom: 25vh;
}
.heading {
    color: #ffffff;
    display: block;
    font-family: 'Great Vibes', cursive;
    font-size: 6em;
    font-weight: normal;
    text-shadow: 0 0 10px #000;
}
.quote {
    font-family: 'Sail', cursive;
}
.heading-subtext{
    color: #fff;
    display: block;
    font-family: 'Great Vibes', cursive;
    font-size: .6em;
}
.fixed-button-container{
    display: flex;
    justify-content: center;
}
.fixed-button{
    background: rgba(20,20,20,.5);
    border-radius: 1em;
    bottom: 1em;
    color: white;
    font-weight: bold;
    padding: 1em;
    position: fixed;
/*    right: 1em;*/
    font-size: 1.5em;
    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: 'Great Vibes', cursive;
    font-size: 4em;
    margin-top: 2em;
}
.details{
    margin: 0 auto 3em;
}
.details-heading{
    font-family: 'Great Vibes', cursive;
    font-weight: bold;
    font-size: 4em;
    /*text-transform: uppercase;*/
}
.details-text{
    font-size: 1.7em;
}

.hotels{
    display: flex;
    flex-direction: row;
    flex-wrap:  wrap;
     justify-content: center;
}

.hotel-container{
    display: flex;
    flex-direction: column;
    padding: 0.2em;
    max-width: 8em;
}

.hotel-img {
    border-radius: 0.5em;
}

.hotel-title{
    font-size: 0.9em;
}
.hotel-address{
    font-size: 0.7em;
}
.hotel-email{
    font-size: 0.9em;
}
.fas {
    font-size: 5em;/*3em;*/
    opacity: .8;
}
.resort-image{
    width: 100%;
}
.itineraire-image{
    width: 80%;
}
.adventure-img {
     width: 40%;
}
hr {
    width: 30vh;
    height: 4vh;
    background-image: url(./img/separator.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0px;
    padding-bottom: 3em;
}

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