body {
    font-family: Arial, sans-serif;
}


.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar {
    background-image: url('../images/navbar-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px; /* Adjust this value to double the original height */
}

.navbar-nav .nav-link {
    color: black !important;
    line-height: 20px; /* Adjust this value to vertically align the links */
}
.nav-link:hover {
    color: #fff; /* Font color on hover */
    background-color: #007bff; /* Background color on hover */
}


.form-inline .form-control {
    width: 200px;
}

.form-inline .btn {
    margin-left: 10px;
}

.banner-section {
    background-image: url('../images/banner-bg.gif'); /* Add your banner background image here */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px 15px; /* Add padding to prevent image from touching boundaries */
    border: 2px solid #ddd; /* Add border to enclose the banner */
    margin: 20px auto; /* Add margin to separate from other sections and center it */
    max-width: 83%; /* Reduce the width of the banner section */
	height: 200px;
}

.banner-content h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.banner-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}



footer {
    margin-top: 50px;
}

.news-and-events-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

