html.w-mod-touch * {
    background-attachment: fixed !important;
}

/* Gravity Form Submit Buttion */
.gform_button {
    border-radius: 5px;
    background-color: #00a950;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    text-transform: uppercase;
}
