/* Make hero section relative */
#main-buttons {
    position: relative;
}

/* Add headline */
#main-buttons .container-fluid::before {
    content: "EXPERIENCE PRIVATE WATERSKIING AT IT'S FINEST";
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;

    max-width: 400px;
    white-space: normal;
    word-break: break-word;
    margin-bottom: 30px;

    /* BLACK OUTLINE EFFECT */
    text-shadow: 0 0 10px rgba(0,0,0,0.9),
0 0 25px rgba(0,0,0,0.8),
0 0 40px rgba(0,0,0,0.7);
        -2px -2px 0 #000,
         2px -2px 0 #000,
        -2px  2px 0 #000,
         2px  2px 0 #000,
         0px  2px 0 #000,
         2px  0px 0 #000,
         0px -2px 0 #000,
        -2px  0px 0 #000;
} 

#main-buttons .wrapper {
align-items: flex-start !important;
text-align: left !important;
padding-left: 40px !important;
}




/* Hide original Ski Lago terms text */
#sb_user_terms_link {
    font-size: 0;
}

/* Replace link text */
#sb_user_terms_link::after {
    content: "Release and liability form";
    font-size: 14px;
    color: #4a6cf7;
}

/* Replace full sentence */
#sb_user_terms_link::before {
    content: "Click the link to our ";
    font-size: 14px;
    color: #000;
} 

/* Increase Ski Lago logo size */
.navbar-brand img,
.logo img {
    max-height: 300px !important;
    height: auto !important;
} 
