
/* Announcement section */
.announcement-bar {
    padding: 2px;
    text-align: center;
    background-color: var(--gray-light);
    color: var(--midnight-blue);
}
.ann-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.rsvp {
    max-width: 100px;
    text-align: center;
}

.hero-section {
    z-index: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}
   
/* .hero-section {
    background-image: url(/wp-content/themes/niagads/images/dss-bg-brain.png);
    background-image: url(/wp-content/themes/niagads/images/dss-bg-abstract-brain.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
} */

@media screen and (min-width: 800px) {
    .hero-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
.hero-text {
    color: var(--opacity-text);
    margin-bottom: 1rem;
}
.caps {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 120%;
}
.front-main-section {
    padding-top: 1rem;
    padding-bottom: 5rem;
}
.home .entry-content {
    margin: 0;
}
/* News Section */
.news-section {
    padding-bottom: 5rem;
}
.latest-news ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 2rem;
}
.latest-news li {
    padding: 1rem;
    display: grid;
    grid-template-rows: 25px 1fr 1fr 60px;
    box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, .25);
}
.news-date {
    color: var(--color-theme-darkgrey);
    margin-bottom: 0.5em;
    font-size: 80%;
    font-weight: 700;
    font-style: italic;
}
.office-hours-area {
    border-right: 1px solid var(--gray-dark);
}
.mailing-list {
    margin-bottom: 4.5rem;
}
