.heroimagecontainer {
    background-image: url(../images/community-hero-desktop.jpg);
}
@media (max-width: 1000px) {
    .heroimagecontainer {
        background-image: url(../images/community-hero-mobile.jpg);
    }
}
h2 {
    margin-top: 20px;
}

.formlink {
    text-decoration: underline;
}