  @charset "UTF-8";
/* CSS Document */
.banner {
    color: #575047 !important;
    position: relative;
    overflow: hidden
}

.banner__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(73, 35, 101, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap
}

.banner__image {
    width: 100%;
    filter: blur(5px);
    overlfow: hidden;
    transform: scale(1.1);
}

.banner__title {
    color: #fafafa !important;
    margin: 0 !important;
    padding: .5rem !important;
    max-width: 90%;
    text-align: center
}

.banner__subtext {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fafafa;
    text-align: center
}

@media only screen and (min-width: 40em) {
    .banner__subtext {
        font-size: 1.5rem
    }
}

#main-content p {
    font-size: 1.25rem
}

#main-content ul.bullet-image-list {
    font-size: 1.25rem
}

#main-content h2 {
    font-size: 1.75rem;
    margin-bottom: .5rem !important
}
