div.banner div.overlay {
    background: rgb(139 194 90 / 90%);
}

@media screen and (min-width: 740px) {
    div.home div.banner {
        margin-top: 20px;
    }
}

input[type="submit"],
input[type="button"],
input[type="reset"],
a.button,
input[type="submit"].orange,
input[type="button"].orange,
input[type="reset"].orange,
a.button.orange {
    background-color: #0f2f6f;
    border: 2px solid #0f2f6f;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
a.button:hover,
input[type="submit"].orange:hover,
input[type="button"].orange:hover,
input[type="reset"].orange:hover,
a.button.orange:hover {
    text-decoration: none;
    background-color: #0376ce;
    border-color: #0376ce;
}