body {
    margin: 0;
    font-family: Arial, sans-serif;
}

/*.container {*/
    /* display: flex; */
    /* justify-content: space-between;
    /* align-items: center; */
    /* padding: 2px; */ 
/*}*/

/* CSS for Event Cards *//* Styles for the event cards */
.event-card {
    margin-bottom: 20px; /* Add space between each event card */
}

.event-card-content {
    padding: 20px; /* Add padding inside the event card */
    border: 1px solid #ccc; /* Add a border around the event card */
    border-radius: 5px; /* Add border radius for rounded corners */
}

#event-title {
    font-size: 18px; /* Set the font size for the event title */
    margin-bottom: 10px; /* Add space between the title and other content */
}

#event-image {
    width: 100%; /* Make the image fill the width of the card */
    height: auto; /* Ensure the image maintains its aspect ratio */
    border-radius: 5px; /* Add border radius for rounded corners */
    margin-bottom: 10px; /* Add space below the image */
}

#event-description {
    font-size: 14px; /* Set the font size for the event description */
    margin-bottom: 10px; /* Add space between the description and date */
}

#event-date {
    font-size: 12px; /* Set the font size for the event date */
    color: #888; /* Set a lighter color for the date */
}


@media (max-width: 768px) {
    .event-card {
        width: 100%; /* Full width on smaller screens */
    }
}


.logo img {
width: 20%;
height: 20%;
margin: 2px 5px;
padding: 5px;
}
.logo{
    display: flex;
    justify-content: center;
}
.logo h4{
    font-family: "Lucida Calligraphy", sans-serif;     
    font-weight: 400;
    font-style: bold;
    font-size: medium;
    padding-top: 38px;
}

.column {
    flex: 1;
    padding: 20px;
}

/* Ensure images don't exceed container height */
.column img {
    max-height: 100%;
    width: auto;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-left {
    display: flex;
    align-items: center;
}

.logo-container {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.logo {
    width: 50px; /* Adjust size as needed */
    height: auto;
    margin-right: 10px; /* Space between logo and text */
}

.school-name {
    margin: 0;
}

.nav-links {
    display: flex;
    list-style: none;
    padding: 0;
}

.nav-links li {
    margin-right: 20px; /* Adjust spacing as needed */
}

.nav-links a {
    text-decoration: none;
    color: inherit;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#HomeEnrollButton {
    display: flex;
    align-items: center;
}

.menu-btn {
    display: none; /* Hide by default, can be displayed for responsive design */
}




#backgroundVideo {
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: width 0.5s, height 0.5s; /* Add transition for smooth zoom effect */
}


.carousel-caption {
    position: relative;
    top: 40%;
    left: 40%;
    transform: translate(0%, -40%);
    text-align: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5); /* Optional: Add a background color with some transparency for better readability */
    padding: 20px; /* Optional: Add padding for better spacing */
    color: white; /* Optional: Set text color */
  }
  .carousel-item img {
    max-height: 600px; /* Adjust the maximum height as needed */
    width: auto;
}
.menu-btn {
    display: none;
    cursor: pointer;
    font-size: 24px;
}
h3 {
    padding: 10px;
    font-family: "Holtwood One SC", serif;
    font-weight: 400;
    font-style: normal;
  }
#missionSection{
    color: white;
    background-color: #ff0000;
    border-radius: 10px;
    padding: 10px;
}
#missionSection:hover{
    animation: zoomIn 0.3s forwards;
}
  
/*home button enroll button style */
#HomeEnrollButton {
    justify-content:center;
    text-align:center;
}
#HomeEnrollButton a {
    padding: 5px 10px;
    background-color: #ff0000; /* Green */
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
#HomeEnrollButton a:hover {
    background-color: #ffbb00; 
    /* Darker green on hover */
}
#HomeEnrollButtonContainer1 .enroll-button {
    display: block; /* Makes the <a> element a block-level element */
    padding: 10px 20px; /* Adjust padding as needed */
    border: 4px solid black;
    border-radius: 4px;
    background-color: white;
    color: black; /* Text color */
    text-align: center;
    text-decoration: none; /* Remove underline from the link */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

#HomeEnrollButtonContainer1 .enroll-button:hover {
    background-color: red;
    color: white; /* Change text color on hover for better contrast */
}


/*view more button style*/
#viewMoreButton {
    justify-content: center;
    text-align: center;
}

#viewMoreButton:hover {
    animation: zoomIn 0.3s forwards;
    background-color: #ff0000e1;
}

#viewMoreButton {
    display: inline-block;
    padding: 15px 30px;
    background-color: #ff0000; /* Green */
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

#landingPage{
    color: white;
    margin: 0;
    padding: 0;
    height: 200px;
    background-color: #1b0f3ac4;
}
#landingPage h2,#landingPage p{
    font-family: "Chango", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#landingPage h2{
    padding-top: 25px;
}
/*footer styles */ 
.footer-logo {
    max-width: 100%;
    height: auto;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #333;
    text-decoration: none;
}

.footer-links li a:hover {
    text-decoration: underline;
}

.container p {
    margin: 5px 0;
}

@media (max-width: 767px) {
    .footer-links,
    .container p {
        text-align: center;
    }
    
    #footer-nav .col-md-2,
    #footer-nav .col-md-4 {
        margin-bottom: 20px;
    }
}


/* Add styles for the active class to show/hide the navigation links */


/* Dropdown menu */
.dropdown-content {
    display: none;
    width: 200px;
    border-radius: 20%;
    position: absolute;
    background-color: #142041;

    z-index: 1;
}

.dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    margin: 10px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Delayed display */
.dropdown:hover .dropdown-content {
    display: block;
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* style.css */

/* Hide images on small screens */
/* Add this to your CSS file */

@media (max-width: 768px) {
  .container .column {
    display: block;
    width: 100%;
  }
  .container{
    display: block;
  }

  img{
    width: 100%;
    height: auto;
  }
}
/* Add this to your CSS file */

#landingPage {
    padding: 50px 0;
    background-color: #f0f0f0; /* Change to your desired background color */
}

.row {
    margin-bottom: 30px;
}

.col-md-6 {
    padding: 20px;
}

.img-fluid {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

h2 {
    margin-top: 0;
}

p {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
   .col-md-6 {
        padding: 10px;
    }
   .img-fluid {
        margin: 10px 0;
    }
}
/* Add this to your CSS file */

#landingPage {
    padding: 50px 0;
    background-color: #f0f0f0; /* Change to your desired background color */
}

.row {
    margin-bottom: 30px;
}

.col-md-6 {
    padding: 20px;
}

.img-fluid {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

h3 {
    margin-top: 0;
}

p {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
  .col-md-6 {
        padding: 10px;
    }
  .img-fluid {
        margin: 10px 0;
    }
}