.g-recaptcha {
    display: inline-block;
}

a.submit-button:hover {
    opacity: 0.5;
}

.form-field {
    text-align: center;
    padding: 5px 10px !important;
    border-radius: 15px;
    border: solid 1px #f00;
}
#success-window {
    background-color: #ccc;
    border-radius: 25px;
    padding: 20px;
    text-align: center;
}

@media (min-width: 320px) {
    section.jumbotron {
        background-image: url('../images/hh-mobile-bg.jpg') !important;
    }
}
@media (min-width: 720px) {
    section.jumbotron {
        background-image: url('../images/hh-desktop-bg.jpg') !important;
    }
}
