body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #fefeff;
}

.homeli {
    padding-top:15px;
}

.myshadow-dark {
    text-shadow: 2px 2px 10px #000;
}
.myshadow {
    text-shadow: 2px 2px 10px #333;
}
.myshadowlite {
    text-shadow: 2px 2px 10px #999;
}

.blink-me {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#homeheading {
    font-size: 5rem;
}

#homesubheading {
    font-size: 4rem;
}

.navbarheadingfs {
    font-size: 1.3rem;
}

.navbaritemfs {
    font-size: 1.5rem;
}

.has-bg-img {
    /* background: url("/static/images/matt-ragland-02z1I7gv4ao-unsplash.jpg")center center; */
    background: url("/static/images/feedback.jpg")center center;
    background-size:cover;
    width:100%;
    height:100%;
}

footer>div {
    color: black;
}
