.title {
    font-size: 42px;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 0.2em;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

p {
    font-size: 15px;
    line-height: 1.5;
}

.xtra-6padding {
    padding-top: 6em;
}

.hero {
    background-image: url(https://autogiving.org/sites/indition/kbb/uploads/css/2022/imgs/hero1400.jpg);
    background-position: center;
    background-size: cover;
    background-color: rgba(0,0,0,.6);
    background-blend-mode: darken;
}


.hero-container {
    padding: 10em 0 4em;
}


.hero-text h1 {
    color: white;
    line-height: 1.2;
    font-size: 3.2em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

    .hero-text h1 span {
        color: #62b6d8;
        font-weight: 600;
    }

.hero-text p {
    color: white;
    line-height: 1.5;
    font-size: 15px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

#quote {
    max-width: 250px;
    /* padding-left: 3em; */
    margin-top: 2em;
}

.gray {
    background-color: #f2f2f2;
    padding: 1em 0;
}

    .gray .title {
        color: #25528b;
    }

.blue {
    background-color: #25528b;
    padding: 3em 0 2em;
}

#blue::after {
    border-color: #25528b transparent transparent transparent;
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 40px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
    left: 50%;
    margin-left: -40px;
    margin-top: 1.9em;
    z-index: 1;
}

.blue .title {
    color: white;
}

#centered {
    text-align: center;
}

.np {
    display: inline-block;
    border-radius: 20px;
    background: white;
    border: 3px solid #e6e6e6;
    padding: 1em;
    max-width: 100%;
    margin: 0 auto 25%;
}

.finds a {
    padding: 0.4em;
    font-size: 20px;
    letter-spacing: .04em;
    display: inline-block;
    margin: 1em;
    border: 3px solid #25528b;
    width: 220px;
    border-radius: 8px;
}



#find-favorites {
    background-color: #25528b;
    color: white;
}

    #find-favorites:hover {
        text-decoration: none;
        background-color: skyblue;
        border: 3px solid skyblue;
        color: white;
        transition: 1s;
    }

#skip-this {
    color: #25528b;
}

    #skip-this:hover {
        background-color: #25528b;
        color: white;
        text-decoration: none;
        transition: 1s;
    }

.how-it-works {
    padding: 5em 0 1em;
    display: inline-block;
}

.how {
    background-color: white;
    padding: 2em;
    margin-bottom: 1em;
    border-radius: 20px;
    -webkit-box-shadow: 7px 8px 5px -6px rgba(68,68,68,1);
    -moz-box-shadow: 7px 8px 5px -6px rgba(68,68,68,1);
    box-shadow: 7px 8px 5px -6px rgba(68,68,68,1);
}

    .how img {
        max-width: 170px;
    }

    .how h4 {
        font-size: 2em;
        color: #25528b;
        line-height: 1.5;
        font-weight: 600;
    }

    .how p {
        text-align: left;
        line-height: 1.5;
        color: #25528b;
    }

.why-donate, .tax-benefits {
    display: inline-block;
    width: 100%;
    padding: 2em 0;
}


.left, .right {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    .left p, .right p {
        text-align: left;
    }

.why-donate img {
    max-width: 300px;
    margin: 1em auto 0;
    display: block;
}

.why-donate a {
    padding: 0.4em;
    font-size: 20px;
    display: inline-block;
    margin: 1em 0;
    border: 3px solid skyblue;
    border-radius: 8px;
    width: 220px;
    background-color: skyblue;
    text-align: center;
    color: white;
    letter-spacing: .04em;
}

    .why-donate a:hover {
        background-color: #25528b;
        border: 3px solid #25528b;
        color: white;
        text-decoration: none;
        transition: 1s;
    }

.tax-benefits img {
    max-width: 300px;
    margin: 1em auto 0;
    display: block;
}


.yellow-banner {
    background-color: #f2bc25;
    padding: 8em 0 1em;
}

    .yellow-banner .line {
        height: 2px;
        background: white;
        width: 5%;
        display: block;
        float: left;
        margin-right: 1em;
    }

    .yellow-banner h1 {
        display: block;
        color: white;
        margin-top: -1em;
        /* font-size:24px; */
        font-size: 15px;
        font-weight: 600;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

.to-donation-form a {
    padding: 0.4em;
    font-size: 20px;
    display: inline-block;
    margin: 1em;
    border: 3px solid #25528b;
    border-radius: 8px;
    width: 220px;
    background-color: #25528b;
    color: white;
    letter-spacing: .04em;
}

    .to-donation-form a:hover {
        text-decoration: none;
        border: 3px solid skyblue;
        background-color: skyblue;
        color: white;
        transition: 1s;
    }


.donor-stories {
    background-color: white;
    margin: 1em 0;
    width: 100%;
    display: inline-block;
    padding: 1.5em;
    border-radius: 20px;
    -webkit-box-shadow: 7px 8px 5px -6px rgb(68 68 68);
    -moz-box-shadow: 7px 8px 5px -6px rgba(68,68,68,1);
    box-shadow: 7px 8px 5px -6px rgb(68 68 68);
}

    .donor-stories img {
        max-width: 160px;
    }

    .donor-stories p {
        text-align: left;
        font-style: italic;
    }

    .donor-stories h3 {
        float: right;
        margin: 0;
        line-height: 1.5;
        font-size: 1.4em;
        font-style: italic;
        font-weight: 600;
        color: #163057;
    }


.contact h3 {
    font-weight: 600;
    color: #163057;
    line-height: 1.5;
}

.contact-info {
    margin-top: 2em;
}

.np-single-faq h3 {
    color: black;
}

.np-page-info {
    color: #25528b;
    line-height: 1.5;
}

    .np-page-info h2 {
        font-size: 2.4em;
        letter-spacing: .04em;
        font-weight: 600;
        text-align: center;
    }

    .np-page-info h3, .np-page-info h4, .np-page-info a {
        font-size: 22px;
        letter-spacing: .04em;
        line-height: 1.5;
        font-weight: 600;
        color: black;
        text-align: center;
    }

        .np-page-info a:hover {
            text-decoration: none;
            color: #25528b;
        }

    .np-page-info h5 {
        font-size: 2em;
        margin-top: 1.5em;
        line-height: 1.5;
        color: black;
        font-weight: 500;
        letter-spacing: .04em;
    }

    .np-page-info p {
        font-weight: 400;
        color: black;
    }

.np-social-media {
    padding: 1em 0 2em;
}

    .np-social-media .btn {
        width: 40px;
        background-color: #25528b;
        color: white;
        font-size: 1.3em;
        border-radius: 50px;
        display: inline-block;
    }


.terms h3, .privacy-policy h3 {
    font-weight: 600;
    color: #163057;
}

.privacy-policy b {
    color: #25528b;
}



@media only screen and (min-width:385px) {

    .title {
        font-size: 2.2em;
    }
}



@media only screen and (min-width:435px) {

    .title {
        font-size: 2.5em;
    }
}

@media only screen and (min-width: 650px) {

    .hero-text h1 {
        font-size: 3.7em;
    }

    .hero-text p {
        font-size: 18px;
    }

    #quote {
        max-width: 350px;
    }

    .yellow-banner h1 {
        font-size: 24px;
        font-weight: 400;
        margin-top: -.5em;
    }
}

@media only screen and (min-width: 680px) {
    .yellow-banner {
        padding: 9em 0 1em;
    }
}


@media only screen and (min-width: 768px) {


    .title {
        font-size: 3em;
        padding-bottom: 0.5em;
    }

    p {
        font-size: 18px;
    }

    .hero-container {
        padding: 12em 0 4em;
    }

    .np {
        max-width: 210px;
    }

    .gray {
        padding: 3em 0;
    }

    .yellow-banner h1 {
        font-size: 32.2px;
    }
}

@media only screen and (min-width: 827px) {


    .yellow-banner .line {
        width: 20%;
    }
}

@media only screen and (min-width: 992px) {

    #quote {
        padding-left: 3em;
        max-width: 430px;
    }

    .how {
        height: 560px;
    }

        .how h4 {
            font-size: 1.7em;
        }

    .left, .right {
        display: block;
    }

    .why-donate img {
        float: left;
        margin: 0 6em 0 0;
        max-width: 400px;
    }

    .tax-benefits img {
        float: right;
        margin: 0 0 0 6em;
        max-width: 400px;
    }

    .left, .right {
        text-align: left;
    }

    .np-page-info h2, .np-page-info h3, .np-page-info h4, .np-page-info a {
        text-align: left;
    }
}

@media only screen and (min-width: 1096px) {
    .yellow-banner {
        padding: 11em 0 1em;
    }
}


@media only screen and (min-width: 1200px) {

    .hero-container {
        padding: 17em 0 12em;
    }
}