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

a {
    color: #2D2D2D;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    color: #2D2D2D;
    margin-top: 0;
}

/* Header Styles */
header {
    background-color: #F2E9E4;
    color: #333;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.logo {
    height: 60px;
}

nav {
    flex-grow: 1;
    text-align: right;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

nav ul li {
    margin-left: 20px;
}

nav ul li a {
    color: #2D2D2D;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 4px;
}

nav ul li a:hover {
    background-color: #E3D5CA;
    color: #1A1A1A;
    text-decoration: none;
}

/* Banner Styles */
.banner {
    position: relative;
    text-align: center;
    color: white;
}

.banner-image {
    width: 100%;
    height: auto;
}

.banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* Section Styles */
section {
    padding: 40px 20px;
}

section h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

section p {
    line-height: 1.6;
}

/* Welcome Section */
.welcome {
    background-color: #f9f9f9;
    text-align: center;
}

.welcome p {
    max-width: 800px;
    margin: 0 auto;
}

/* Programs Section */
.programs .program-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.program-item {
    flex: 1 1 calc(50% - 20px);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
}

.program-item img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.program-item h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.program-item p {
    font-size: 1em;
    margin-bottom: 15px;
}

.program-item a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2D2D2D;
    color: white;
    border-radius: 4px;
}

.program-item a:hover {
    background-color: #1A1A1A;
}

/* Campus Life Section */
.campus-life {
    background-color: #e6f2ff;
    text-align: center;
}

.campus-life p {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.campus-life a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2D2D2D;
    color: white;
    border-radius: 4px;
}

.campus-life a:hover {
    background-color: #1A1A1A;
}

/* News & Events Section */
.news-events ul {
    list-style-type: none;
    padding: 0;
}

.news-events li {
    margin-bottom: 10px;
    font-size: 1.1em;
}

/* Student Support Section */
.student-support .support-services {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.service-item {
    flex: 1 1 calc(50% - 20px);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
}

.service-item img {
    height: 64px;
    margin-bottom: 15px;
}

.service-item h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.additional-contacts ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.additional-contacts li {
    margin-bottom: 10px;
}

/* Financial Aid Section */
.financial-aid .aid-types {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.aid-item {
    flex: 1 1 calc(50% - 20px);
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
}

.aid-item img {
    height: 64px;
    margin-bottom: 15px;
}

.aid-item h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.aid-item ul {
    list-style-type: disc;
    padding-left: 20px;
}

.how-to-apply ol {
    padding-left: 20px;
}

.contact-info p {
    margin-bottom: 10px;
}

/* Course Offerings Section */
.course-offerings .programs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.program-item {
    flex: 1 1 calc(50% - 20px);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}

.program-item h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.program-item p {
    margin-bottom: 15px;
}

.program-item a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2D2D2D;
    color: white;
    border-radius: 4px;
}

.program-item a:hover {
    background-color: #1A1A1A;
}

/* About Us Page */
.about-us img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.leadership .leaders {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.leader-item {
    flex: 1 1 calc(50% - 20px);
    text-align: center;
}

.leader-item img {
    width: 200px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 15px;
}

.leader-item h3 {
    font-size: 1.5em;
    margin-bottom: 5px;
}

/* Admissions Page */
.admissions .apply-button,
.admissions .learn-more-button,
.admissions .schedule-button,
.admissions .faq-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2D2D2D;
    color: white;
    border-radius: 4px;
    margin-top: 10px;
}

.admissions .apply-button:hover,
.admissions .learn-more-button:hover,
.admissions .schedule-button:hover,
.admissions .faq-button:hover {
    background-color: #1A1A1A;
}

/* Academic Calendar */
.academic-calendar table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.academic-calendar th,
.academic-calendar td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.academic-calendar th {
    background-color: #f2f2f2;
}

.calendar-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2D2D2D;
    color: white;
    border-radius: 4px;
}

.calendar-button:hover {
    background-color: #1A1A1A;
}

/* FAQ Page */
.faq-section {
    margin-bottom: 40px;
}

.faq-section h2 {
    font-size: 1.8em;
    margin-bottom: 20px;
}

.faq-section p {
    margin-bottom: 10px;
}

.faq-section strong {
    color: #2D2D2D;
}

/* Footer Styles */
footer {
    background-color: #2D2D2D;
    color: white;
    padding: 20px;
}

.footer-content {
    text-align: center;
}

.social-media {
    margin: 10px 0;
}

.social-media a {
    display: inline-block;
    margin: 0 10px;
}

.social-media img {
    height: 24px;
}

.footer-links a {
    color: white;
    margin: 0 5px;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .program-item,
    .service-item,
    .aid-item,
    .leader-item {
        flex: 1 1 100%;
    }

    .additional-contacts ul {
        columns: 1;
    }

    .leadership .leaders {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    header {
        flex-direction: column;
        align-items: flex-start;
    }

    .banner h1 {
        font-size: 2em;
    }

    .academic-calendar table,
    .academic-calendar th,
    .academic-calendar td {
        font-size: 0.9em;
    }
}