/*!
 * Theme CSS Styles
 */

body {
    background: #fff;
    font-size: 18px;
    color: #000;
}

#page {
    overflow: hidden;
    padding: 0 4%;
}

main {
    max-width: 1000px;
    margin: 30px auto;
    border: 10px solid #000;
}

a.wp-element-button {
    border: 4px solid #000;
    background: #dd080b !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 0;
    text-transform: uppercase;
}

p {
    max-width: 800px;
    margin: 0 auto;
}

p a {
    text-decoration: none;
    color: #000;
}

.wp-block-columns {
    margin-bottom: 0 !important;
    padding: 0 25px;
}

h1 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 2.4em;
    line-height: 1.1;
}

h1 strong {
    font-weight: 500;
    font-size: 2em;
}

h2 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.6em;
    line-height: 1.2;
}

h4 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    padding-bottom: 15px;
}


@media all and (max-width: 600px) {

    body {
        font-size: 16px;
    }

}
