/*@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin,latin-ext);*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.bold{
    font-weight: bold !important;
}

.italic{
    font-style: italic;
    font-size: 1rem;
    margin: 5px 0 25px 0;
}

body{
    font-size: 10px;
}

body, html{
    height: 100%;
}

h3, .header3 {
    color: #333333;
    /*font-family: 'Lato',sans-serif;*/
    font-weight: 700;
    font-size: 3.6em;
    margin: 0;
}

.body2-color {
    color: #333333;
    /*font-family: 'Lato',sans-serif;*/
    font-weight: 400;
    font-size: 1.6em;
    line-height: 1.4em;
    margin: 0 0 18px;
}

.logo_bar{
    width: 100%;
    background:#91022D;
    text-align: center;
    padding: 0 0 20px 0;
}

.logo_bar img{
    max-width: 225px;
    margin: 15px 0 0 0;
}

.extra_bar{
    background: #B40338;
    text-align: center;
    padding: 9px 30px;
}

.container{
    margin: 0 auto;
}

.page_wrapper{
    padding: 0 20px;
}

.heading{
    text-align: center;
    margin: 20px 0;
}

.heading .body2-color{
    margin: 7px 0 18px;
}

.single_don_box{
    margin: 7px 0;
}

.don_boxes{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
    margin: 0 auto;
}

.stripe-button-el{
    min-width: 100px;
}

.paypal{
    text-align: center;
    margin: 7px 0 0 0;
}

.main_cont{
    margin: 30px 0 0 0;
}

.intro_banner img{
    width:100%;
}

.dear{
    font-size: 1.6rem;
    color: #333333;
    /*font-family: 'Lato',sans-serif;*/
    font-weight: 700;
    padding: 0 0 15px 0;
    display: block;
}

.images{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.images img{
    width: 100%;
}


.text_cont{
    margin: 50px 0;
}

.thanks{
    height: 100%;
    font-family: 'Lato',sans-serif !important;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 5rem;
    color: #000;
    justify-content: center;
    flex-direction: column;

}

.thanks img{
    max-width: 317px;
}

.thanks .body2-color{
    color: #800227;
    font-size: 0.2em;
    margin: 10px 0 18px;
}

@media (min-width: 1400px){
    .container {
        width: 768px;
    }
}


@media (min-width: 768px){

    .container {
        width: 750px;
    }
}



@media (max-width: 666px){
    .don_boxes{
        width: 63%;
    }

    body{
        font-size: 9px;
    }
}

@media (max-width: 530px){
    .don_boxes{
        width: 81%;
    }

    .header3{
        font-size: 1.6rem;
    }
}


@media (max-width: 420px){
    .don_boxes{
        width: 100%;
    }

    .header3{
        font-size: 1.6rem;
    }


    .thanks{
        font-size:3rem;
    }

    .thanks img{
        max-width:200px;
    }
}



@media (max-width: 357px){
    .stripe-button-el {
        min-width: 80px;
    }
}