body {
    padding: 0;
    margin: 0;
}
body h1 {
    font-family: 'Bebas Neue', cursive;
}
body p {
    font-family: 'proxima-nova', sans-serif;
}

/* header section */
.row.blue-stripe {
    background: #002c47;
    height: 35px;
}
.header-section {
    padding: 40px 0px;
}
header button.primary-cta {
    width: 220px;
}
button.primary-cta {
    background: #a90d1c;
    border: none;
    padding: 5px 30px;
}
button.primary-cta a {
    font-family: 'Bebas Neue', cursive;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
/* hero section */
section.hero {
    background: url(https://dqvvqy9dvhd9l.cloudfront.net/lp/american-heroes-are-hurting/img/210929-ABS-ASM-LP-bg-img.jpg);
    background-size: cover;
    background-position: center;
    height: 460px;
}
section.hero h1,
section.hero p {
    color: #002c47;
}
section.hero h1 {
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
}
section.hero p {
    font-family: 'proxima-nova', sans-serif;
    font-size:  26px;
    line-height: 1.3;
}
/* image and text section */
section.img-text {
    background-color: #dbae44;
    background-image: url(https://dqvvqy9dvhd9l.cloudfront.net/lp/american-heroes-are-hurting/img/210929-ABS-ASM-soldier-bible-img.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    padding: 80px 0;
}
section.img-text h2,
section.img-text p {
    color: #002c47;
}
section.img-text h2 {
    font-family: 'Bebas Neue', cursive;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
section.img-text p {
    font-family: 'proxima-nova', sans-serif;
    font-size: 20px;
    line-height: 1.3;
}
/* ecard section */
section.ecard {
    background: #002c47;
}
section.ecard h1 {
    color: #dbae44;
    text-transform: uppercase;
    font-family: 'Bebas Neue', cursive;
    font-size: 42px;
    text-align: center;
}
section.ecard p {
    color: #fff;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
}
.divider-double-line.d-flex {
    justify-content: center;
}
.divider-double-line hr:after {
    content: '';
    width: 17vw;
    padding: 1px;
    position: absolute;
    margin: 6px -1px;
    background: #dbae44;
}
.divider-double-line hr {
    align-self: center;
    width: 17vw;
    padding: 1px;
    background: #dbae44;
    opacity: 1;
}
.divider-double-line span {
    font-family: 'proxima-nova';
    color: #dbae44;
    font-size: 40px;
    margin: 0px 35px;
}
.ecard .primary-cta {
    width: 90%;
    margin: 5px 0px 15px;
}
/* articles section */
.articles h1 {
    color: #002c47;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-size: 42px;
    text-align: center;
}
.articles h4 {
    padding-top: 10px;
    font-family: 'proxima-nova';
    font-weight: bold;
    font-size: 16px;
}
/* quotes section */
.quotes button.primary-cta {
    width: 300px;
}
.quotes h3 {
    font-family: 'proxima-nova';
    font-size: 20px;
    font-weight: 800;
    color: #002c47;
    text-align: center;
    padding: 10px 0px;
}
.box {
    background: #002c47;
    margin: 0 10px;
    color: #fff;
    text-align: center;
}
.box .box-copy {
    font-family: 'proxima-nova';
    font-size: 18px;
    height: 150px;
}
.divider-quote {
    height: 50px;
}
.divider-star hr{
    width: 6.5vw;
} 
.divider-quote hr {
    width: 6.5vw;
    position: relative;
    top: 12px;
}
.divider-star span{
    font-family: league-gothic, sans-serif;
    font-size: 30px;  
    margin: 0px 14px;
    color: #dbae44;
}
.divider-quote span {
    font-family: league-gothic, sans-serif;
    font-size: 90px;
    position: relative;
    top: -17px;
    margin: 0px 14px;
    color: #dbae44;
}
.quotes h2 {
    font-family: league-gothic, sans-serif;
    font-size: 28px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.quotes p {
    font-family: league-gothic, sans-serif;
    font-size: 18px;
}
.box-copy-title {
    text-transform: uppercase;
}
/* text box */
section.text-box {
    background: #dbae44;
}
.text-box h1 {
    color: #002c47;
    font-size: 42px;
}
.text-box p {
    color: #002c47;
}
.text-box span {
    font-size: 20px;
    vertical-align: super;
}
.give-monthly h1 {
    color: #002c47;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2.5px;
}
.give-monthly button.primary-cta {
    width: 90%;
}
section.give-monthly.py-5 {
    background: #ececec;
}
.bible-quote .vertical-line {
    background: #a80c1c;
    width: 30px;
    height: 250px;
}
.bible-passage h4 {
    color: #002c47;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
}
.bible-quote p {
    color: #002c47;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.bible-passage hr {
    width: 37vw;
    background: #002c47;
    opacity: 1;
    padding: 1px 0;
    margin-left: 10px;
    margin-top: 8px;
}
.bible-passage hr:after {
    content: '';
    background: #002c47;
    width: 37vw;
    position: absolute;
    margin: 7px 0px 0;
    padding: 1px;
}
footer {
    background: #002c47;
    color: #fff;
    font-family: 'Open Sans';
}
footer ul {
    list-style: none;
    padding: 0;
    font-size: 12px;
}
footer ul li:first-child {
    padding-left: 0;
}
footer ul li{
    padding: 0 10px;
}
.left p {
    font-size: 12px;
}
.right p {
    font-family: 'Open Sans';
    font-size: 15px;
}
.right i,
p.copyright {
    font-size: 12px;
}
.right h4 {
    font-size: 15px;
    font-weight: bold;
}
.logos-footer img.img-fluid {
    padding: 0 5px;
}
footer ul li a {
    text-decoration: none;
    color: #fff;
}
footer ul li a:hover {
    text-decoration: underline;
}
/* media queries */
@media only screen and (max-width: 576px) {
    button.primary-cta a {
        font-size: 30px;
    }
    section.hero {
        background: url(https://dqvvqy9dvhd9l.cloudfront.net/lp/american-heroes-are-hurting/img/210929-ABS-ASM-LP-mobile-bg-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 650px;
    }
    section.hero .container {
        align-self: flex-start !important;
        text-align: center;
    }
    section.hero h1 {
        font-size: 45px;
    }
    section.hero p {
        font-size: 18px;
    }
    section.img-text {
        background-image: url(https://dqvvqy9dvhd9l.cloudfront.net/lp/american-heroes-are-hurting/img/210929-ABS-ASM-soldier-bible-mobile-img.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        padding: 40px 0;
        height: 780px;
    }
    section.img-text .container {
        align-self: flex-start !important;
    }
    section.img-text p {
        font-size: 16px;
    }
    section.img-text h2 {
        font-size: 38px;
    }
    .ecard .primary-cta {
        width: 100%;
    }
    section.ecard h1 {
        font-size: 32px;
    }
    .articles h1 {
        font-size: 32px;
        font-weight: bold;
    }
    .article-copy {
        text-align: center;
    }
    .quotes h3 {
        font-size: 18px;
    }
    .quotes button.primary-cta {
        width: 100%;
    }
    .text-box h1 {
        font-size: 32px;
        padding: 0 30px;
    }
    .give-monthly h1{
        font-size: 32px;
        font-weight: normal;
        letter-spacing: normal;
    }
    .divider-double-line hr:after {
        width: 28vw;
    }
    .divider-double-line hr {
        width: 28vw;
    }
    .divider-double-line span {
        font-size: 30px;
    }
    .divider-quote hr,
    .divider-star hr {
        width: 31.5vw;
    }
    .give-monthly button.primary-cta {
        width: 100%;
    }
    .bible-quote .vertical-line {
        width: 20px;
    }
    .bible-passage h4 {
        width: 40vw;
    }
    .bible-passage hr,
    .bible-passage hr:after {
        width: 30vw;
    }
    .right p,
    .right h4,
    .left p {
        text-align: center;
    }
    footer .logos-footer {
        justify-content: center !important;
    }
    footer ul {
        justify-content: center !important;
    }
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 992px) {
    section.hero h1 {
        font-size: 55px;
    }
}
@media only screen and (max-width: 1200px) {
    section.img-text {
        background-size: contain;
    }
}
@media only screen and (max-width: 1400px) {

}