.button {
    padding: 15px 45px;
}

@media only screen and (max-width: 600px) {
    html {
        background: url(https://static.mywebsites360.com/ce2643f9248342ffb8783187d2b7357a/i/cdc176c45f374423b765c8652f8f7e89/1/5feFb8zhrk/mobile-hero-5caf9a861fbfe.jpg) !important;
        background-position: top center !important;
        background-attachment: scroll !important;
        background-size:cover;
    }
    .blockWrap_a733b3986ec148fca839b12db3690f5d,
    .blockWrap_fb89662ff8ba45a787982e09f21d7889 {
        background: white;
    }
}

p a {
    text-decoration:underline;
}



/* 2 Column row for menu */
@media only screen and (min-width: 768px) {
    .madColumn {
        width: 48%;
        float: left;
        padding: 1%;
    }
    #madHero {
        display: flex;
        flex-flow: row wrap;
    }
}
h2 {
    font-size:35px;
}
h3 {
    font-size:22px;
}
h4 {
    font-size:18px;
}
table tr td {
    border: none !important;
}
table {
    border: none !important;
    width: 100%;
}
table tr {
    border-top: 1px solid #d9d9d9 !important;
}