/* Header Section */
header {
    height: 100vh; 
    width: 100%; 
    margin: 0; 
    padding: 0;
    display: flex;
    scroll-snap-type: x mandatory; 
    overflow-x: scroll;
    scrollbar-width: none;
}
.header-picture {
    flex: 0 0 100%; 
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100%; 
    height: 100vh; 
    margin: 0; 
    padding: 0;
    overflow: hidden;
}
header img {
    object-fit: cover;
    object-position: center;
    height: 100%; 
    width: 100%; 
    margin: 0; 
    padding: 0;
}

/* General */
.material-symbols-outlined {
    font-size: 60px; 
    align-self: center; 
    margin: 5px; 
    cursor: pointer;
}

/* Main Section */
.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    visibility: hidden;
}

/* Intro Section */
#intro-section h2 {
    font-family: 'Cagliostro', sans-serif;
    margin: 5px;
    padding: 0;
}
#intro-section p {
    font-family: 'Cagliostro', sans-serif;
    margin: 0;
}

/* Links Section */
#links-section h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    margin: 0;
}
#links-section a {
    text-decoration: none;
    color: black;
    display: block;
    width: fit-content;
    font-family: 'Cagliostro', sans-serif;
}
#links-section a:hover {
    font-weight: bold;
}

/* Signature Section */
#signature-section h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    margin: 5px;
    padding: 0;
    text-align: center;
}
#signature-section p {
    font-family: 'Cagliostro', sans-serif;
    margin: 0;
}

/* Modules Intro Section */
#modules-intro-section h2 {
    font-family: 'Times New Roman', Times, serif;
    margin: 5px 0px 5px 0px;
    font-size: 20px;
    padding: 0;
}
#modules-intro-section a {
    font-family: 'Cagliostro', sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: bold;
    color: black;
}
#modules-intro-section ul {
    margin: 5px 5px 5px 5%;
    padding: 0;
}
#modules-intro-section li {
    font-family: 'Cagliostro', sans-serif;
    margin: 0;
    padding: 0;
}

/* Info Section */
#info-article1 p {
    margin: 5px 0px 0px 0px;
}
#info-article2 h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    margin: 5px 5px 0px 5px;
    padding: 0;
}
#info-article2 li {
    font-family: 'Cagliostro', sans-serif;
}

/* Safari Section */
#safari-section h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    text-align: center;
    margin: 5px 5px 0px 5px;
    padding: 0;
}
#safari-section p:first-of-type {
    font-family: 'Cagliostro', sans-serif;
    margin: 5px 0px 0px 0px;
    text-align: center;
}
#safari-section p {
    font-family: 'Cagliostro', sans-serif;
    margin: 5px 0px 0px 0px;
}

/* Day Section */
.day-section img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.day-section h2 {
    font-family: 'Times New Roman', Times, serif;
    padding: 0;
    margin: 5px 0px 5px 0px;
    text-align: center;
    font-size: 20px;
}
.day-section h3 {
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: italic;
}
.day-section p {
    font-family: 'Cagliostro', sans-serif;
    margin: 10px 0px 0px 0px;
    padding: 0;
}
.blogs {
    display: flex;
    margin: 5px 0px 0px 0px;
}
.blogs span {
    font-family: 'Cagliostro', sans-serif;
    margin: 0px 10px 0px 0px;
}
.blogs div {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.blogs a {
    text-decoration: none;
    font-family: 'Cagliostro', sans-serif;
    color: black;
    margin: 0px 0px 5px 0px;
}
.blogs a:hover {
    font-weight: bold;
    color: black;
}

/* Day1 Section */
#day1-image-container picture {
    flex: 0 0 100%; 
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0;
    overflow: hidden;
}
#day1-image-container img {
    object-fit: cover;
    object-position: center;
    height: 100%; 
    width: 100%; 
    margin: 0; 
    padding: 0;
}

/* Park Section */
#park-section p {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 0px 0px;
}

/* Day5 Section */
#day5-image-container picture {
    flex: 0 0 100%; 
    scroll-snap-align: start;
    scroll-snap-stop: always;
    width: 100%; 
    height: 100%; 
    margin: 0; 
    padding: 0;
    overflow: hidden;
}
#day5-image-container img {
    object-fit: cover;
    object-position: center;
    height: 100%; 
    width: 100%; 
    margin: 0; 
    padding: 0;
}

/* Downloads Section */
#downloads-section h2 {
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    margin: 0px 0px 5px 0px;
}

/* Excursions Section */
#excursions-section h2 {
    font-family: 'Times New Roman', Times, serif;
    padding: 0;
    margin: 5px 5px 0px 5px;
    font-size: 25px;
    text-align: center;
}
#excursions-section p:first-of-type {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 0px 0px;
    text-align: center;
}
#excursions-section h3 {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 0px 0px;
    font-size: 16px;
}
#excursions-section p {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 0px 0px;
}
#excursions-section p:last-of-type {
    font-family: 'Cagliostro', sans-serif;
    padding: 0;
    margin: 5px 0px 20px 0px;
}
#excursions-section li {
    font-family: 'Cagliostro', sans-serif;
}
#excursions-section a {
    cursor: pointer;
    text-decoration: none;
    color: black;
    font-weight: bold;
    width: fit-content;
    font-family: 'Cagliostro', sans-serif;
}

/* Light Section */
#light-section h2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    margin: 5px 5px 0px 5px;
    padding: 0;
    text-align: center;
}
#light-section p:first-of-type {
    font-family: 'Cagliostro', sans-serif;
    margin: 5px 0px 0px 0px;
    padding: 0;
    text-align: center;
}
#light-section p {
    font-family: 'Cagliostro', sans-serif;
    margin: 5px 0px 0px 0px;
    padding: 0;
}
#light-section p:last-of-type {
    font-family: 'Cagliostro', sans-serif;
    margin: 20px 0px 0px 0px;
    padding: 0;
}

/* Footer Section */
footer {
    z-index: 1;
}

/* Small screens (Mobile) */
@media only screen and (max-width: 600px) {
    /* Header Section */
    header nav {
        position: absolute;
        top: 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 20px);
        padding: 0px 10px 0px 10px;
    }
    header h2 {
        cursor: pointer;
        font-family: "Merienda", cursive;
        font-size: 25px; 
        color: white; 
    }
    h1 {
        position: absolute;
        top: 60%;
        left: 20%;
        color: white;
        font-family: 'Times New Roman', Times, serif;
        font-size: 30px;
        text-transform: uppercase;
        width: 60%;
    }

    /* Intro Section */
    #intro-section {
        width: 90%;
        margin: 3% auto 3% auto;
        text-align: center;
        visibility: hidden;
    }

    /* Links Section */
    #links-section {
        width: 90%;
        margin: 0px auto 3% auto;
        visibility: hidden;
    }

    /* Bridge Picture */
    #bridge-pic {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Signature Section */
    #signature-section {
        width: 90%;
        margin: 3% auto 3% auto;
        visibility: hidden;
    }

    /* Modules Intro Section */
    #modules-intro-section {
        display: flex;
        flex-flow: row wrap;
        margin: 5% auto 5% auto;
    }
    #modules-intro-section iframe { 
        width: 100%;
        height: 400px;
        margin: 0; 
        padding: 0;
        visibility: hidden;
    }
    #modules-intro-section article {
        width: 100%;
        background-color: #FFFFF3E0;
        padding: 10px;
        visibility: hidden;
    }

    /* Info Section */
    #info-section {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 10px auto 3% auto;
        visibility: hidden;
    }
    #info-article1 {
        font-family: 'Cagliostro', sans-serif;
        text-align: center;
        width: 100%;
    }
    #info-article2 {
        width: 100%;
    }

    /* Giraffes Picture */
    #giraffes-pic {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Safari Section */
    #safari-section {
        width: 90%;
        margin: 3% auto 3% auto;
        visibility: hidden;
    }

    /* Day1 Section */
    #day1-section {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 10%;
    }
    #day1-image-container { 
        width: 100%;
        height: 400px;
        margin: 0; 
        padding: 0;
        display: flex;
        scroll-snap-type: x mandatory; 
        overflow-x: scroll;
        scrollbar-width: none;
        order: 1;
        visibility: hidden;
    }
    #day1-section article {
        width: 100%;
        background-color: #FFFFF3E0;
        text-align: center;
        padding: 10px;
        order: 2;
        visibility: hidden;
    }

    /* Park Section */
    #park-section {
        text-align: center;
        padding: 10px;
        width: 90%;
        margin: 10px auto 3% auto;
        visibility: hidden;
    }

    /* Day5 Section */
    #day5-section {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 10%;
    }
    #day5-image-container { 
        width: 100%;
        height: 400px;
        margin: 0; 
        padding: 0;
        display: flex;
        scroll-snap-type: x mandatory; 
        overflow-x: scroll;
        scrollbar-width: none;
        visibility: hidden;
    }
    #day5-section article {
        width: 100%;
        background-color: #FFFFF3E0;
        text-align: center;
        padding: 10px;
        visibility: hidden;
    }

    /* Day7 Section */
    #day7-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 90%;
    }
    #day7-section article {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 20px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        order: 2;
        visibility: hidden;
    }
    #day7-section div {
        width: 100%; 
        margin-top: 20px;
        order: 1;
    }
    #day7-section picture {
        width: 100%;
        height: 250px;
    }
    #day7-section img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center;
    }

    /* Day11 Section */
    #day11-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 90%;
    }
    #day11-section article {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 20px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        visibility: hidden;
    }
    #day11-section picture {
        width: 100%; 
        height: 250px;
        margin-top: 20px;
        visibility: hidden;
    }

    /* Downloads Section */
    #downloads-section {
        width: 90%;
        margin: 3% auto 3% auto;
        visibility: hidden;
    }

    /* Booking Section */
    #booking-section {
        margin: 30px auto 3% auto;
        width: 90%;
        visibility: hidden;
    }

    /* Kilimanjaro Picture */
    #kilimanjaro-pic {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Excursions Section */
    #excursions-section {
        display: flex; 
        flex-direction: column; 
        margin: 0px auto 3% auto; 
        width: 90%;
        visibility: hidden;
    }

    /* Garden Picture */
    #garden-pic {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Light Section */
    #light-section {
        width: 90%;
        margin: 10px auto 3% auto;
        visibility: hidden;
    }
}

/* Medium screens (Tablets) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* Header Section */
    header nav {
        position: absolute;
        top: 2%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 60px);
        padding: 0px 30px 0px 30px;
    }
    header h2 {
        cursor: pointer;
        font-family: "Merienda", cursive;
        font-size: 40px; 
        color: white; 
    }
    h1 {
        position: absolute;
        top: 60%;
        left: 20%;
        color: white;
        font-size: 50px; 
        font-family: 'Times New Roman', Times, serif;
        text-transform: uppercase;
        width: 60%;
    }

    /* Intro Section */
    #intro-section {
        width: 60%;
        margin: 3% auto 3% auto;
        text-align: center;
        visibility: hidden;
    }

    /* Links Section */
    #links-section {
        width: 60%;
        margin: 0px auto 3% auto;
        visibility: hidden;
    }

    /* Signature Section */
    #signature-section {
        width: 60%;
        margin: 3% auto 3% auto;
        visibility: hidden;
    }

    /* Bridge Picture */
    #bridge-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Modules Intro Section */
    #modules-intro-section {
        display: flex;
        flex-flow: row wrap;
        margin: 5% 0px 5% 0px;
    }
    #modules-intro-section iframe { 
        width: 100%;
        height: 450px;
        margin: 0; 
        padding: 0;
        visibility: hidden;
    }
    #modules-intro-section article {
        width: 100%;
        background-color: #FFFFF3E0;
        padding: 20px 15% 20px 15%;
        visibility: hidden;
    }

    /* Info Section */
    #info-section {
        display: flex;
        flex-direction: column;
        width: 60%;
        margin: 10px auto 3% auto;
        visibility: hidden;
    }
    #info-article1 {
        font-family: 'Cagliostro', sans-serif;
        text-align: center;
        width: 100%;
    }
    #info-article2 {
        width: 100%;
    }

    /* Giraffes Picture */
    #giraffes-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Safari Section */
    #safari-section {
        width: 60%;
        margin: 3% auto 3% auto;
        visibility: hidden;
    }

    /* Day1 Section */
    #day1-section {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 5%;
    }
    #day1-image-container { 
        width: 100%;
        height: 450px;
        margin: 0; 
        padding: 0;
        display: flex;
        scroll-snap-type: x mandatory; 
        overflow-x: scroll;
        scrollbar-width: none;
        order: 1;
        visibility: hidden;
    }
    #day1-section article {
        width: 100%;
        background-color: #FFFFF3E0;
        text-align: center;
        padding: 20px 15% 20px 15%;
        order: 2;
        visibility: hidden;
    }

    /* Park Section */
    #park-section {
        text-align: center;
        padding: 10px;
        width: 60%;
        margin: 10px auto 3% auto;
        visibility: hidden;
    }

    /* Day5 Section */
    #day5-section {
        display: flex;
        flex-flow: row wrap;
        margin: 3% 0px 5% 0px;
    }
    #day5-image-container { 
        width: 100%;
        height: 450px;
        margin: 0; 
        padding: 0;
        display: flex;
        scroll-snap-type: x mandatory; 
        overflow-x: scroll;
        scrollbar-width: none;
        visibility: hidden;
    }
    #day5-section article {
        width: 100%;
        background-color: #FFFFF3E0;
        text-align: center;
        padding: 20px 15% 20px 15%;
        visibility: hidden;
    }

    /* Day7 Section */
    #day7-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 550px;
    }
    #day7-section article {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 30px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        order: 2;
        visibility: hidden;
    }
    #day7-section div {
        width: 550px; 
        margin-top: 30px;
        order: 1;
    }
    #day7-section picture {
        width: 550px; 
        height: 350px;
        visibility: hidden;
    }
    #day7-section img {
        width: 550px; 
        height: 350px;
        object-fit: cover;
        object-position: center;
    }

    /* Day11 Section */
    #day11-section {
        display: flex; 
        flex-direction: column; 
        margin: auto; 
        width: 550px;
    }
    #day11-section article {
        width: 100%;
        background-color: #FFFFF3E0;
        margin-bottom: 30px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        visibility: hidden;
    }
    #day11-section picture {
        width: 550px; 
        height: 350px;
        margin-top: 30px;
        visibility: hidden;
    }

    /* Downloads Section */
    #downloads-section {
        width: 60%;
        margin: 3% auto 3% auto;
        visibility: hidden;
    }

    /* Booking Section */
    #booking-section {
        margin: 30px auto 3% auto;
        width: 60%;
        visibility: hidden;
    }

    /* Kilimanjaro Picture */
    #kilimanjaro-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Excursions Section */
    #excursions-section {
        display: flex; 
        flex-direction: column; 
        margin: 0px auto 3% auto;  
        width: 60%;
        visibility: hidden;
    }

    /* Garden Picture */
    #garden-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Light Section */
    #light-section {
        width: 60%;
        margin: 10px auto 3% auto;
        visibility: hidden;
    }
}

/* Large screens (Desktops) */
@media only screen and (min-width: 1025px) {
    /* Header Section */
    header nav {
        position: absolute;
        top: 2%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 60px);
        padding: 0px 30px 0px 30px;
    }
    header h2 {
        cursor: pointer;
        font-family: "Merienda", cursive;
        font-size: 40px; 
        color: white; 
    }
    h1 {
        position: absolute;
        top: 60%; 
        left: 25%;
        color: white;
        font-size: 50px; 
        font-family: 'Times New Roman', Times, serif;
        text-transform: uppercase;
        width: 50%;
        text-align: center;
    }

    /* Intro Section */
    #intro-section {
        width: 50%;
        margin: 3% auto 3% auto;
        text-align: center;
        visibility: hidden;
    }

    /* Links Section */
    #links-section {
        width: 50%;
        margin: 0px auto 3% auto;
        visibility: hidden;
    }

    /* Signature Section */
    #signature-section {
        width: 50%;
        margin: 3% auto 3% auto;
        visibility: hidden;
    }

    /* Bridge Picture */
    #bridge-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Modules Intro Section */
    #modules-intro-section {
        display: flex;
        flex-flow: row nowrap;
        margin: 5% 0px 5% 0px;
    }
    #modules-intro-section iframe { 
        width: 50%;
        height: 420px;
        margin: 0; 
        padding: 0;
        visibility: hidden;
    }
    #modules-intro-section article {
        width: 50%;
        height: fit-content;
        background-color: #FFFFF3E0;
        padding: 20px;
        margin: auto 0 auto 0;
        visibility: hidden;
    }

    /* Info Section */
    #info-section {
        display: flex;
        flex-direction: row;
        width: 80%;
        margin: 10px auto 3% auto;
        visibility: hidden;
    }
    #info-article1 {
        font-family: 'Cagliostro', sans-serif;
        text-align: center;
        width: 50%;
    }
    #info-article2 {
        width: 50%;
    }

    /* Giraffes Picture */
    #giraffes-pic {
        width: 100%;
        height: 690px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Safari Section */
    #safari-section {
        width: 50%;
        margin: 20px auto 3% auto;
        visibility: hidden;
    }

    /* Day1 Section */
    #day1-section {
        display: flex;
        flex-flow: row nowrap;
        margin-bottom: 5%;
    }
    #day1-image-container { 
        width: 55%;
        height: 400px;
        margin: 0; 
        padding: 0;
        display: flex;
        scroll-snap-type: x mandatory; 
        overflow-x: scroll;
        scrollbar-width: none;
        order: 2;
        visibility: hidden;
    }
    #day1-section article {
        width: 45%;
        height: fit-content;
        background-color: #FFFFF3E0;
        text-align: center;
        padding: 20px;
        margin: auto 0 auto 0;
        order: 1;
        visibility: hidden;
    }

    /* Park Section */
    #park-section {
        text-align: center;
        padding: 10px;
        width: 50%;
        margin: 10px auto 3% auto;
        visibility: hidden;
    }

    /* Day5 Section */
    #day5-section {
        display: flex;
        flex-flow: row nowrap;
        margin: 3% 0px 5% 0px;
    }
    #day5-image-container { 
        width: 55%;
        height: 460px;
        margin: 0; 
        padding: 0;
        display: flex;
        scroll-snap-type: x mandatory; 
        overflow-x: scroll;
        scrollbar-width: none;
        visibility: hidden;
    }
    #day5-section article {
        width: 45%;
        height: fit-content;
        background-color: #FFFFF3E0;
        text-align: center;
        padding: 20px;
        margin: auto 0 auto 0;
        visibility: hidden;
    }

    /* Day7 Section */
    #day7-section {
        display: flex;
        flex-direction: row; 
        margin: 30px auto 3% auto;
        width: 80%;
    }
    #day7-section article {
        width: 50%;
        height: fit-content;
        background-color: #FFFFF3E0;
        display: flex;
        flex-direction: column;
        padding: 20px;
        order: 1;
        margin: auto 0px auto 0px;
        visibility: hidden;
    }
    #day7-section div {
        width: 400px;
        order: 2;
    }
    #day7-section picture {
        width: 400px;
        height: 267px;
    }
    #day7-section img {
        width: 400px;
        height: 267px;
        object-fit: cover;
        object-position: center;
    }

    /* Day11 Section */
    #day11-section {
        display: flex;
        flex-direction: row; 
        margin: 30px auto 3% auto;
        width: 80%;
    }
    #day11-section article {
        width: 50%;
        height: fit-content;
        background-color: #FFFFF3E0;
        display: flex;
        flex-direction: column;
        padding: 20px;
        visibility: hidden;
    }
    #day11-section picture {
        width: 457px; 
        height: 342px;
        margin: auto 0 auto 0;
        visibility: hidden;
    }

    /* Downloads Section */
    #downloads-section {
        width: 50%;
        margin: 3% auto 3% auto;
        visibility: hidden;
    }

    /* Booking Section */
    #booking-section {
        margin: 30px auto 3% auto;
        width: 50%;
        visibility: hidden;
    }

    /* Kilimanjaro Picture */
    #kilimanjaro-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Excursions Section */
    #excursions-section {
        display: flex; 
        flex-direction: column; 
        margin: 0px auto 3% auto; 
        width: 60%;
        visibility: hidden;
    }

    /* Garden Picture */
    #garden-pic {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
        margin: 0;
        padding: 0;
        border: 0;
        visibility: hidden;
    }

    /* Light Section */
    #light-section {
        width: 50%;
        margin: 10px auto 3% auto;
        visibility: hidden;
    }
}