/* General Body Styling */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
    color: #333;
    margin: 0;
    padding: 0;
}

/* Page Header Styling */
.page-title {
    font-size: 2.5rem;
    /*color: #007bff;*/
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}


p.page-subtitle  {
    font-size: 1.2rem;
    text-align: justify !important;
    color: #555;
}


/* Gallery Images */
.gallery img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Video Player Styling */
.video-player {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

/* Footer Styling */
.text-muted {
    font-size: 0.9rem;
    color: #777;
}


.list-group-item {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}

p, li {
    font-size: 1rem;
    line-height: 1.5;
}


/* Target paragraphs and list items inside the container */
.container p, 
.container li {
    text-align: justify;
}

.row.align-items-start {
    align-items: flex-start; /* Explicit alignment */
}

@media (min-width: 1000px) {
    .logo-home {
        position: relative; 
        top: 200px; 
        width: 80%;
    }
}