﻿html, body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5 !important;
    height: 100%;
    margin: 0;
}
/* The content wrapper grows to fill the remaining space */
.content {
    flex: 1;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
hr {
    border: none;
    height: 20px;
    background-color: #ffd100;
    margin: 0;
}
h2 {
    font-size: large;
    font-weight: bold;
}
.scroll-header {
    background: #245d38;
}
.scroll-bar {
    margin: auto;
    width: 40%;
    overflow: hidden;
    background: #ffd100;
    color: rgb(66, 66, 66);
    white-space: nowrap;
    box-shadow: 0px 4px 2px -2px gray;
    position: relative;
    text-align: center;
    height: 20px; /* Adjust the height if necessary */
}

.scroll-content {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transition: transform 1s linear;
}


ul {
    list-style: none;
}

.nav-bar {
    display: flex;
    background: #245d38;
    padding: 0;
    list-style: none;
    margin: 0;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
}

.nav-btn {
    font-size: large;
    background: #245d38;
    color: white;
    border: none;
    cursor: pointer;
}
td.delete-button {
    font-size: large;
    background: #f05b5b;
    color: white;
    cursor: pointer;
}
td.load-button {
    font-size: large;
    background: #f0c85b;
    color: white;
    cursor: pointer;
}
td.import-button {
    font-size: large;
    background: #7ef05b;
    color: white;
    cursor: pointer;
}

.nav-bar .dropdown-content {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: none;
    flex-direction: column;
    align-items: center;
    width: 120%;
}

.nav-bar li {
    position: relative;
    font-size: large;
    font-weight: bold;
    margin: 0; /* Remove padding from li, add it to a */
    color: white;
    border: none;
    background: #245d38;
    cursor: pointer;
    outline: none;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
}

    .nav-bar li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 10px 15px; /* Add padding to a */
        color: white;
        text-decoration: none;
    }
    .nav-bar li button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 10px 15px; /* Add padding to a */
        color: white;
        font-weight: bold;
        text-decoration: none;
    }
    .nav-bar li:hover, .nav-bar button:hover {
        background: #112919;
    }/* Darker shade for hover */
    color: white; /* Lighter color for text on hover */
}

        .nav-bar li:hover a, .nav-bar button:hover a {
            color: white; /* Lighter color for text on hover */
        }

        /* Change the .nav-btn color when any list item is hovered */
.nav-bar li:hover ~ .nav-btn,
.nav-bar button:hover ~ .nav-btn {
    background: #112919; /* Darker shade for hover */
    color: white; /* Lighter color for text on hover */
}

.dropdown-item {
    background: #245d38 !important;
}

    .dropdown-item:hover {
        background: #112919; /* Darker shade for hover */
        color: white; /* Lighter color for text on hover */
    }

.nav-bar a {
    background: none;
}



.top-logo {
    text-align: center;
}

#imgMain {
    max-width: 65%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #112919;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 0;
    top: 100%;
}

    .dropdown-content a {
        color: white;
        padding: 20px 16px;
        text-decoration: none;
        display: block;
        
    }

        .dropdown-content a:hover {
            background-color: #112919;
        }

.sections {
    text-align: center;
    width: 90%;
    margin: 0px auto;
    background-color: #f6f2ee;
}

section {
    margin: 10px 0;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), /* Shadow for depth */
    0 2px 4px rgba(0, 0, 0, 0.09); /* Subtle shadow for more depth */
}

.profilePicture {
    border-radius: 50%;
    
    height: 120px;
    
}

.leadershipTeam {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}

.team-member {
    padding: 15px;
    max-width: 200px;
}

    .team-member h3 {
        font-size: small;
    }

    .team-member p {
        font-size: smaller;
    }

    .team-member a {
        color: cadetblue;
        font-size: x-small;
    }

.pcas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.advisor {
    padding: 15px;
}

    .advisor h3 {
        font-size: small;
    }

    .advisor p {
        font-size: smaller;
    }

    .advisor a {
        color: cadetblue;
        font-size: x-small;
    }

.collegePCAs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.highschool-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
    margin: auto;
}

.school-partner {
    padding: 15px;
    max-width: 200px;
}

    .school-partner h3 {
        font-size: small;
    }

    .school-partner a {
        text-decoration: none;
        color: cadetblue;
        font-size: x-small;
    }

.bioImg {
    height: 300px;
}
.description a{
    color: black;
    font-size: 16px;
}

.carousel {
    position: relative;
    max-width: 65%;
    margin: auto;
}

    .carousel img {
        width: 100%;
        display: none;
    }

        .carousel img.active {
            display: block;
        }

.carousel-controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 90%;
    transform: translateY(-50%);
}

    .carousel-controls button {
        background: black;
        color: white;
        font-weight: bolder;
        border: none;
        padding: 20px;
        cursor: pointer;
    }

.carousel-indicators {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

    .carousel-indicators button {
        background: gray;
        border: none;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        cursor: pointer;
    }

        .carousel-indicators button.active {
            background: black;
        }

.alumni-carousel {
    position: relative;
    max-width: 80%;
    margin: auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.alumni-carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    margin: 30px;
}

.alumni-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: none;
}

    .alumni-slide.active {
        display: flex;
    }

    .alumni-slide img {
        width: 40%;
        border-radius: 10px;
    }

.alumni-bio {
    width: 60%;
    padding: 20px;
    box-sizing: border-box;
}

.alumni-carousel-controls {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 95%;
    transform: translateY(-50%);
}

    .alumni-carousel-controls button {
        background: #245d38;
        color: white;
        font-weight: bolder;
        border: none;
        padding: 20px;
        cursor: pointer;
    }

.alumni-carousel-indicators {
    display: flex;
    position: absolute;
    width: 100%;
    top: 95%;
    transform: translateY(-50%);
    justify-content: center;
    margin-top: 10px;
}

    .alumni-carousel-indicators button {
        background: gray;
        border: none;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        cursor: pointer;
    }

        .alumni-carousel-indicators button.active {
            background: #245d38;
        }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
#faqPopup {
    display: none;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 16px;
    position: absolute;
    top: 50px;
    left: 50px;
    width: 80%;
    z-index: 1000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#show-info {
    background-color: #245d38;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

footer {
    background-color: black !important;
    min-height: 300px;
    color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100% !important;
    text-align: left;
    align-items: center;
    /* Optional: Adds some space between the columns */
}

    footer .full-span {
        grid-column: 1 / 3; /* Spans the element across all 4 columns */
        margin: 0px 30px;
        text-align: start;
    }

    footer ul {
        list-style: none; /* Optional: Removes default list styles */
        padding: 0;
    }

    footer a {
        color: white; /* Optional: Ensures links are visible against the background */
        text-decoration: underline; /* Optional: Removes underline from links */
    }

        footer a:hover {
            text-decoration: underline; /* Optional: Adds underline on hover for better UX */
        }

.social-icons {
    margin: 0 15px;

}


/* Mobile styles */
@media (max-width: 768px) {
    .nav-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-btn {
        display: block; /* Show the menu button on mobile */
    }

    .nav-bar ul {
        display: none; /* Hide navbar items initially */
        flex-direction: column;
        width: 100%;
    }

        .nav-bar ul.active {
            display: flex; /* Show navbar items when active */
        }

    .nav-bar li {
        width: 100%;
        text-align: left;
    }

    .dropdown-content {
        position: relative;
        background-color: #112919;

    }
}
/* Red Star for Required Fields */
.required-star {
    color: firebrick;
    font-weight: bold;
    margin-right: 4px;
}
.panel {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
    margin: 10px auto;
    
}
.nav-button {
    margin: 10px;
    color: rgb(66, 66, 66);
    background-color: rgb(64, 196, 255);
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: border 0.3s;
}
/* Form Input Styling */
.form-input,
.form-dropdown,
.form-radio {
    width: 98%;
    padding: 8px 12px;
    font-size: 1rem;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
}

    .form-input:focus,
    .form-dropdown:focus,
    .form-radio:focus {
        border-color: #007bff;
        outline: none;
    }

/* Radio Button Inline Styling */
.form-radio {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}
.studentgrid {
    display: grid;
    margin: 10px;
    grid-gap: 10px;
    grid-template-columns: .4fr .1fr .5fr .1fr;
    justify-items: end;
    align-items: baseline;
}
.StudentInformationGrid {
    display: grid;
    margin: 10px;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;

    justify-items: center;
    align-items: center;
}
.StudentInformationGridOPT {
    display: grid;
    margin: 10px;

    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
}