@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,900&display=swap');

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family:  'Lato', sans-serif;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;}



body {
    line-height: 1;
    text-align: center;
    background: #e9e6df;
}

h1, h1 a  {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.1;
    margin: 0 0 1.5rem 0;
    text-transform: none;
    color: #2e3438!important;
    text-decoration: none;
}


h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 2rem 0;
}


h2 a span {
    display: block;
    text-transform: uppercase;
}

h3 {
    font-size: 3.25rem;
    font-weight: 900;
    margin: 2rem 0 1rem 0;
    color:#354556;
}

.btn {
    font-size: 1.25rem;
    font-weight: 700;
    background-color: #be3626;
    color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,.6);
    text-decoration: none;
    padding:.5rem 1.5rem;
    display: block;
    line-height: 1.3;
    border-radius: 5px;
    transition: all .2s;
    margin: 0 auto;
    max-width: 350px;
    text-align: center;
}

a.btn:hover, a.btn:focus {
    background-color: #9c2d1f;
    box-shadow: 0 2px rgba(255,255,255,.6);
}

#logos {
    transition: all .2s;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin: 3rem auto 0;

    padding:.5rem 0;
}

#wrapper  {
    margin:0 auto 2rem; /*1041px;*/
    /* max-width:1388px; */
    padding:0 .5rem;
    height:100%;
}

.ra5 {
    margin: 0 auto 2rem;
    text-align: left;
    max-width: 900px;
    padding:0 10px;
    line-height: 1.3;
    font-size: 1.1rem;
}

.ra5 p {
    margin-bottom:.5rem;
    color: #373b40;
}

b {
    font-weight: 800;
}

#footer {
    margin:0 0 1rem;
}

/* Form */

#form {
    max-width: 900px;
    margin:0 auto;
}


.wp {
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 1em;
    margin-bottom: 2rem;
    background-color: #fff;
    text-align: left;
}



@media screen and (max-width: 736px) {
    #wrapper {
        margin-top:1.5rem;
    }

    h1, h1 a {
        font-size: 3.5rem;
        line-height: 1.1;
    }

    h2 {
        font-size: 1.25rem;
        line-height: 1.7;
        margin-bottom: 1rem;
    }

    h3 {
        font-size: 1.9rem;
        margin-top: .5rem;
    }

    #logos {
        margin-top: 1rem;
    }

    .ra5 {
        margin-bottom: 1rem;
    }

    #logos div {
        max-width: 50%;
    }

    #logos div img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 360px) {

    h1, h1 a {
        font-size: 3rem;
    }

    h2 {
        font-size: 1.125rem;
    }

    h3 {
        font-size: 1.3rem;
    }



}