/* Main site changes */
#main-site-wrapper {
    padding-top: 0 !important;
}

/* Typography */
h1 {
    font-family: 'Bona Nova', serif;
    font-weight: 900 !important;
    color: #e7a022;
    transition: color 0.3s ease;
}

h2 {
    font-family: 'Bona Nova', serif;
    font-weight: 900;
    font-size: 2em;
    border-bottom: solid #999 1px;
    padding-bottom: 5px;
    color: #e7a022;
    transition: color 0.3s ease;
}

h3 {
    font-family: 'Bona Nova', serif;
}

/* General Layout */
.retreat-section {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: #D39956;
}

/* Buttons */
.retreat-btn-hollow {
    border: solid #fff 4px;
    padding: 10px;
    min-width: 240px;
    max-width: 350px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    display: inline-block;
    text-align: center;
    transition: 0.3s;
}

    .retreat-btn-hollow:hover {
        background-color: #fff;
        color: black;
        text-decoration: none;
    }

/* SECTION: header */
#retreat-page {
    background-image: url(https://vinc.gumlet.io/pics/conventions/greece-retreat/header.jpg?dpr=2);
    background-size: cover;
    background-repeat: no-repeat;
}

#main-slide {
    height: 320px;
    width: 100%;
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0) 70%);
}

    #main-slide .container {
        height: 100%;
    }

#retreat-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 1.3em;
    transition: transform 0.3s ease;
}

    #retreat-nav .nav-link:hover {
        transform: translateY(-2px);
    }

#title-logo {
    margin-top: 20px;
}

#main-names {
    font-size: 2em !important;
    line-height: 1.3em;
    margin-top: 0px;
    color: #fff;
    font-family: 'Bona Nova', serif;
    text-align: center;
}

    #main-names span {
        color: #fff;
        text-shadow: 2px 2px 4px black;
    }


/* Banner fade animations */
.banner-fade-in:before {
    opacity: 1;
}

.banner-fade-out:before {
    opacity: 0.6;
}

/* SECTION: Where is it? */
#where-is-it {
    background-color: #F2F2F2;
    padding: 0 !important;
}

/* Gallery Image Interaction */
.gallery-img {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .gallery-img:hover {
        transform: scale(1.03);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
    }

/* Modal customization */
.modal-content {
    border-radius: 8px;
    overflow: hidden;
}

.modal-header {
    background-color: #e7a022;
    color: white;
}

.modal-title {
    font-family: 'Bona Nova', serif;
}

/* Back to top button */
/* Removed scroll-to-top classes */

/* Responsive styles */
@media (min-width: 576px) {
    h1 {
        font-size: 2.2em !important;
    }

    h2 {
        font-size: 2em !important;
    }

    #intro {
        color: #e7a022;
        font-size: 1.2em;
        font-weight: bold;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.2em !important;
    }

    #intro {
        color: #e7a022;
        font-size: 1.4em;
        font-weight: bold;
    }

    #main-slide {
        min-height: 600px;
    }

    .retreat-section {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
}

@media (min-width: 992px) {
    #title-logo {
        margin-top: 20px;
    }

    #main-names {
        font-size: 2em !important;
        line-height: 1.1em;
    }
}
