/*
@media (min-width: 768px) {
    #landingPageBg {
        background-image: url("grafics/landingPage.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;

    }

}
*/
a {
    color: #fff;

}

hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 3px solid rgba(0,0,0,.1);
}
