body {
    text-align: center;
}

section#welcome {
    text-align: center;
    background-color: #FFBF00;
    color: white;
    padding-top: 8em;
    padding-bottom: 6em;
    font-size: 18px;
}

section#programs {
    background-color: #EFF6EE;
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 18px;
}


section#contact {
    background-color: #FFBF00;
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 18px;
}

section#timeline {
    background-color: #ecce84;
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 18px;
}

section#visitus {
    background-color: #e3b23c;
    padding-top: 5em;
    padding-bottom: 3em;
    padding-left: 3em;
    font-size: 18px;
}

section#faqs {
    background-image: url('pics/sunflowericon.png'); 
    background-repeat: repeat;
    background-size: 150px 150px; 
    padding-top: 6em;
    padding-bottom: 2em;
}
#faq-section {
    padding: 60px 0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* Adjust the alpha value to control the opacity */
    pointer-events: none; /* Allows clicks to pass through the overlay */}

section#aboutusfirst {
    background-image: url('pics/sunflowericon2.png');
    background-repeat: repeat;
    background-size: 100px 100px;
    text-align: center;
    background-color: #FFBF00;
    color: black;
    padding-top: 8em;
    padding-bottom: 6em;
    font-size: 18px;
}
.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.55); /* Adjust the alpha value to control the opacity */
    pointer-events: none; /* Allows clicks to pass through the overlay */
}


footer {
    text-align: center;
    align-self: center;
    background-color: #a4540d;
    color: #EFF6EE;
    padding-top: 2em;
}

navbar-brand {
    font-family: "panel-mono", monospace;
    font-weight: 700;
    font-style: italic;
}

.navbar {
    background-color: #E5A917;
}

    .navbar a {
        color: white;
    }
