*{
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
    color: #222;
}

html, body{
    margin: 0;
    height: 100vh;
    text-align: center;
}

.header{
    background-image: url(./../images/hero.jpeg);
    background-repeat: no-repeat;
    background-position: 50% 60%;
    background-attachment: scroll;
    background-size: cover;
    height: 40vh;
    padding-top: 60vh;
    margin: 0 0 1em;
}
.heading {
    color: #ffffff;
    display: block;
    font-family: 'Caveat', cursive;
    font-size: 4em;
    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: 4em;
    font-weight: normal;
}
.details{
    margin: 0 auto 4em;
}
.details-heading{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem;
}
.fas {
    font-size: 3em;
    opacity: .8;
}

.resort-image {
    width: 100%;
    margin-top: 0.5em;
}

.people-image {
    margin: 1em 0;
    width: 80%;
}

a {
    color: #006dcc;
}

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

/* reset */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm fieldset,
#fs-frm optgroup,
#fs-frm label,
#fs-frm #card-element:disabled {
    font-family: inherit;
    font-size: 100%;
    color: inherit;
    border: none;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#fs-frm label,
#fs-frm legend,
#fs-frm ::placeholder {
    font-size: .825rem;
    margin-bottom: .5rem;
    padding-top: .2rem;
    display: flex;
    align-items: baseline;
}

/* border, padding, margin, width */
#fs-frm input,
#fs-frm select,
#fs-frm textarea,
#fs-frm #card-element {
    border: 1px solid rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.9);
    padding: .75em 1rem;
    margin-bottom: 1.5rem;
}
#fs-frm input:focus,
#fs-frm select:focus,
#fs-frm textarea:focus {
    background-color: white;
    outline-style: solid;
    outline-width: thin;
    outline-color: gray;
    outline-offset: -1px;
}
#fs-frm [type="text"],
#fs-frm [type="email"] {
    width: 100%;
    padding-right: 0;
}
#fs-frm [type="button"],
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
    width: auto;
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
#fs-frm [type="button"]:focus,
#fs-frm [type="submit"]:focus,
#fs-frm [type="reset"]:focus {
    outline: none;
}
#fs-frm [type="submit"],
#fs-frm [type="reset"] {
    margin-bottom: 0;
}
#fs-frm select {
    text-transform: none;
}

#fs-frm [type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    display: inline-block;
    width: auto;
    margin: 0 .5em 0 0 !important;
}

#fs-frm [type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/* address, locale */
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
    display: inline;
}
#fs-frm fieldset.locale input[name="city"] {
    width: 52%;
}
#fs-frm fieldset.locale select[name="state"],
#fs-frm fieldset.locale input[name="postal-code"] {
    width: 20%;
}
#fs-frm fieldset.locale input[name="city"],
#fs-frm fieldset.locale select[name="state"] {
    margin-right: 3%;
}

#fs-frm label {
    font-size: 1rem;
}


div.flash {
    padding: .8em;
    margin-top: 10px;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

div.flash.success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 15px;
}

div.flash.error {
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

li {
    list-style: none;
}

.error li {
    padding: .8em;
    margin-top: 10px;
    margin-bottom: 1em;
    font-size: 15px;
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}

label.required::after {
    margin-left: 4px;
    content: '*';
    color:red;
}

.slider-container {
    position: relative;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
.slider {
    display: flex;
    justify-content: center; /* Center horizontally */
}
.slider img {
    height: auto;
    position: relative;
    width: 75%;
}
.arrow {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 5px 10px 10px;
}
.arrow-left { left: 0; }
.arrow-right { right: 0; }

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
   .section {
       padding-left: 1em;
       padding-right: 1em;
   }
}