body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #ffffff;
}

header {
    background-color: #ffffff;
    padding: 10px 0;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo {
    height: 50px;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: rgb(255, 255, 255);
}

.menu li {
    position: relative;
}

.menu li a {
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

.menu li a:hover {
    background-color: #ddd;
}

.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-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

main {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #333;
}

p {
    line-height: 1.6;
}
.contact-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-section h1, .contact-section h2 {
    text-align: center;
    color: #333;
}

.contact-section p {
    text-align: center;
    line-height: 1.6;
}

.contact-form {
    margin: 20px 0;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-form label {
    margin: 10px 0 5px;
    font-weight: bold;
}

.contact-form input, .contact-form textarea {
    width: 80%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-form button {
    padding: 10px 20px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #575757;
}

.map {
    margin: 20px 0;
    text-align: center;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: none;
}
.contact-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-section h1, .contact-section h2 {
    text-align: center;
    color: #333;
}

.contact-section p {
    text-align: center;
    line-height: 1.6;
}

.map {
    margin: 20px 0;
    text-align: center;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: none;
}
.video-container {
    text-align: center;
    margin: 20px 0;
}

.about-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-section h1, .about-section h2 {
    text-align: center;
    color: #333;
}

.about-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.about-text {
    width: 100%;
    padding: 20px;
}

.about-text p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.video-container {
    text-align: center;
    margin: 20px 0;
}

.video-container video {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.contact-section h1, .contact-section h2 {
    color: #333;
}

.contact-section p {
    line-height: 1.6;
}

.contact-section a {
    color: #333;
    text-decoration: none;
}

.contact-section a:hover {
    text-decoration: underline;
}

.map {
    margin: 20px 0;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: none;
}
.contact-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.contact-section h1, .contact-section h2 {
    color: #333;
}

.contact-section p {
    line-height: 1.6;
}

.contact-section a {
    color: #333;
    text-decoration: none;
}

.contact-section a:hover {
    text-decoration: underline;
}

.phone-number {
    font-size: 1.5em;
    font-weight: bold;
    color: #007BFF;
    display: inline-block;
    margin-top: 10px;
}

.phone-number:hover {
    color: #0056b3;
}

.map {
    margin: 20px 0;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: none;
}
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #ffffff;
    padding: 10px 0;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    height: 50px;
    margin-right: 20px;
}

.phone-number-header {
    font-size: 1.2em;
    font-weight: bold;
    color: #007BFF;
}

.phone-number-header a {
    color: #007BFF;
    text-decoration: none;
}

.phone-number-header a:hover {
    color: #0056b3;
}

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: rgb(255, 255, 255);
}

.menu li {
    position: relative;
}

.menu li a {
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

.menu li a:hover {
    background-color: #ddd;
}

.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-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

main {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    color: #333;
}

p {
    line-height: 1.6;
}

.contact-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.contact-section h1, .contact-section h2 {
    color: #333;
}

.contact-section p {
    line-height: 1.6;
}

.contact-section a {
    color: #333;
    text-decoration: none;
}

.contact-section a:hover {
    text-decoration: underline;
}

.phone-number {
    font-size: 1.5em;
    font-weight: bold;
    color: #007BFF;
    display: inline-block;
    margin-top: 10px;
}

.phone-number:hover {
    color: #0056b3;
}

.map {
    margin: 20px 0;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: none;
}
.about-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-section h1, .about-section h2 {
    text-align: center;
    color: #333;
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.about-text {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.about-text p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.video-container {
    text-align: center;
    margin: 20px 0;
}

.video-container video {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.about-section h1, .about-section h2 {
    text-align: center;
    color: #333;
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.about-text {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.about-text p {
    line-height: 1.6;
    margin-bottom: 10px;
}

.video-container {
    text-align: center;
    margin: 20px 0;
}

.video-container video {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.team-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-section h1 {
    text-align: center;
    color: #333;
}

.team-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.team-member {
    width: 30%;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-member h2 {
    color: #333;
}

.team-member p {
    line-height: 1.6;
}
.team-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-section h1 {
    text-align: center;
    color: #333;
}

.team-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.team-member {
    width: 30%;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-member h2 {
    color: #333;
}

.team-member p {
    line-height: 1.6;
}
.team-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-section h1 {
    text-align: center;
    color: #333;
}

.team-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.team-member {
    width: 22%;
    padding: 10px;
    text-align: center;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-member h2 {
    color: #333;
    font-size: 1.2em;
}

.team-member p {
    line-height: 1.4;
    font-size: 0.9em;
}
.team-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-section h1 {
    text-align: center;
    color: #333;
}

.team-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.team-member {
    width: 22%;
    padding: 10px;
    text-align: center;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-member h2 {
    color: #333;
    font-size: 1.2em;
}

.team-member p {
    line-height: 1.4;
    font-size: 0.9em;
} 
.map img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.information-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.information-section h2 {
    color: #333;
    margin-bottom: 20px;
}

.information-section p {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
}
.information-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.information-section h2 {
    color: #333;
    margin-bottom: 20px;
}

.information-section p {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
}

.happening-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.happening-section h2 {
    color: #333;
    margin-bottom: 20px;
}

.event {
    margin-bottom: 20px;
}

.event h3 {
    color: #007BFF;
    margin-bottom: 10px;
}

.event p {
    line-height: 1.6;
    color: #555;
}
.happening-section {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.happening-section h2 {
    color: #333;
    margin-bottom: 20px;
}

.event {
    margin-bottom: 20px;
}

.event h3 {
    color: #007BFF;
    margin-bottom: 10px;
}

.event img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.event p {
    line-height: 1.6;
    color: #555;
}