/* ELEMENTS */
hr {
    margin-top: 5px;
}

sup {
    font-size: .6em;
    margin-top: .3em;
}

ul {
    margin: 25px 50px;
}

ul.custom-bullets {
    list-style-type: none;
    padding-left: 0;
}

ul.custom-bullets li {
    background-image: url('../images/icons/check_mark.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 25px;
    padding-left: 30px;
    line-height: 35px;
}

/* IDS */
#amenities {
    width: 100%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 62%),
    url('../images/boarding_amenities.webp');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 55%;
    background-color: #fff;
    min-height: 300px;
    text-align: justify;
}

#ameneties p {
    margin-top: 0;
    text-align: justify;
}

#contact-form textarea {
    height: 10em !important;
}

#contact-us {
    background-color: #fff;
}

#headline .button {
    margin: 10px 0 15px !important;
}

#health {
    width: 100%;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%),
        url('../images/boarding_health_background.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 65%;
    background-color: #fff;
    min-height: 450px;
}

#headline {
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.20) 5%, rgba(255, 255, 255, 1.0) 90%), 
        url(../images/backgrounds/boarding_headline.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 100%;
    padding: 0 !important;
}

#headline h1 {
    color: #fff;
    font-size: 3.5em;
    line-height: 1.1;
    margin: 30px auto;
    text-shadow: -1px -1px 0 #333, /* Left top shadow */
        1px -1px 0 #333, /* Right top shadow */
        -1px 1px 0 #333, /* Left bottom shadow */
        1px 1px 0 #333; /* Right bottom shadow */
}

#rates {
    background-color: var(--grey1);
    margin: auto;
}

#requirements {
    background-color: #fff;
}

#requirements img {
    width: 300px;
}

#welcome {
    background-color: #fff;
    margin: auto;
    padding: 30px;
}

#welcome p {
    margin-bottom: 25px;
}

/* CLASSES */
.button {
    margin-top: auto;
}

.dimensions {
    display: inline;
}

.fee-card {
    background-color: rgba(255, 255, 255, .50);
    border: 1px solid rgba(0, 0, 0, 0.65);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    color: #000;
    margin-bottom: 15px !important;
    margin-left: .5%;
    margin-right: .5%;
    padding: 10px 15px;
    width: 49%;
}

.fee-card p {
    font-size: .9em;
    padding-top: 10px;
    text-align: center;
}

.fee-header {
    margin-top: 1.5em;
}

.fee-header h3 {
    padding-bottom: 0px !important;
    text-decoration: underline;
}

.newsletter-icons {
    padding: 10px 25px;
}

.newsletter-socials {
    margin-top: auto;
}

.welcome-card {
    background-color: rgba(255, 255, 255, .85);
    border: 1px solid rgba(0, 0, 0, 0.65);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
    color: #000;
    margin-bottom: 35px !important;
    margin-right: .5%;
    margin-left: .5%;
    padding: 5px 15px;
    width: 49%;
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    /* ELEMENTS */
    #amenities {
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 1) 30%),
            url('../images/boarding_amenities.webp');
        background-size: cover;
    }

    #amenities h1 {
        text-align: left;
    }

    #amenities .tile30 {
        width: 24%;
    }

    #amenities .tile70 {
        width: 74%;
    }

    #health {
        background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 70%),
        url('../images/boarding_health_background.jpg');
        background-size: cover;
        background-position: -190% top;

    }

    .fee-card {
        width: 79%;
    }

    /* CLASSES */
    .welcome-card {
        width: 79%;
    }
    

}

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (orientation : landscape) {
    /* ELEMENTS */

    /* IDS */

    /* CLASSES */
    
}

@media only screen and (max-width: 700px) {
    /* ELEMENTS */
    h1 {
        text-align: center;
    }

    sup {
        margin-top: .2em;
    }

    ul {
        margin: 25px 15px;
    }

    /* IDS */
    #amenities {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 22%, rgba(255, 255, 255, 1) 35%),
            url('../images/boarding_amenities.webp');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    #health {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 1) 40%),
            url('../images/boarding_health_background.jpg');
        background-position: 100% top;
        background-repeat: no-repeat;
        background-size: 150% auto;
    }

    #health .health-container>div:nth-child(2) {
        order: 1;
    }

    #health .health-container>div:nth-child(1) {
        order: 2
    }

    /* CLASSES */
    .background-shift {
        height: 320px;
    }

    .dimensions {
        display: block;
    }

    .fee-card {
        background-color: rgba(255, 255, 255, .75);
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    
    .welcome-card {
        background-color: rgba(255, 255, 255, .75);
        color: #000;
        margin-bottom: 0 !important;
        width: 100%;
    }
}