@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@300; 400;

700&family=Raleway: wght@300;
400;
700&display=swap);
article, aside, audio, figure, footer, header, main, nav, section, video {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container1, .content-wrap {
    overflow: hidden;
}

.container, .content-wrap {
    overflow: hidden;
}

header {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    height: auto;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 10px rgb(0 0 0 / 8%);
    transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
}

.preheader {
    width: 100%;
    background-color: #ea4626;
    position: relative;
    color: #fff;
}

    .preheader a {
        line-height: 40px;
        color: #fff;
        float: right;
        font-size: 12px;
        border-right: 1px solid #9a8f8f;
        border-left: 1px solid #9a8f8f;
        padding: 0 12px;
        border-color: #e13f20;
    }

        .preheader a:hover {
            text-decoration: none;
        }

.small .preheader {
    display: none;
}

.navArea {
    padding: 10px 0;
}

.small .navArea {
    padding: 3px 0;
    transition: 2s;
}

.top-logo {
    float: left;
    width: 340px;
    margin-top:1em;
}

.small .top-logo {
    width: 240px;
    transition: 2s;
}

.menu {
    float: right;
    padding-top: .5em;
}

    .menu a {
        font-size: 16px;
        color: #505050;
        width: 170px;
        text-align: center;
        display: inline-block;
        padding: 10px 10px 10px 10px;
        margin-left: 0;
        line-height: 25px;
    }

        .menu a:hover {
            text-decoration: none;
            color: #666;
            transition: 1s;
        }

#donate-vehicle {
    background-color: #b3282d;
    color: #fff;
    border-radius: 4px;
    width: 200px;
}

.btn-custom {
    width: 40px;
    border-radius: 0;
    font-size: 20px;
    color: #ccc;
    background-color: #688e99;
    border: none;
    margin: 5px;
    border-radius: 40px;
}

    .btn-custom:hover {
        background-color: #9c3116;
        border: none;
        color: #fff;
        font-size: 20px;
    }


.title {
    font-family: Oswald, sans-serif;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: .03em;
    color: #414042;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

article p {
    font-family: 'Work Sans', sans-serif;
    color: #393434;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

.master-footer {
    background-color: #ededed;
    color: #000;
    padding: 3em 0;
}

#footerLogo {
    width: 100%;
    margin: auto;
    width:340px;
}

#footer-text {
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 2em;
    font-size: 16px;
}


.contact {
    padding: 15em 0 10em;
}

@media only screen and (max-width:991px) {
    .top-logo img {
        position: relative;
    }

    .site-pusher {
        height: 100%
    }

    .site-pusher {
        transition-duration: .3s;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .site-content {
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .header {
        position: static;
    }

    .header__icon {
        position: relative;
        display: block;
        float: right;
        width: 50px;
        height: 66px;
        cursor: pointer;
    }

        .header__icon:after {
            content: '';
            position: absolute;
            display: block;
            width: 2rem;
            height: 0;
            top: 25px;
            left: 15px;
            box-shadow: 0 10px 0 1px #666, 0 16px 0 1px #666, 0 22px 0 1px #666;
        }

    .menu {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 250px;
        padding-top: 2em;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }

        .menu a {
            display: block;
            width: 100%;
            height: 40px;
            margin: 2px 0;
            text-align: center;
            line-height: 40px;
            text-transform: uppercase;
        }

    #donate-vehicle {
        background-color: transparent;
        color: #505050;
    }

    .with--sidebar .site-pusher {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }

    .with--sidebar .site-cache {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .6);
    }

    .contact, .faq {
        padding: 2em 0 4em;
    }
}

@media only screen and (max-width:699px) {
    article p {
        font-size: 16px;
    }

    #footer-text {
        font-size: 12px;
    }
}

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

    .contact .title {
        font-size: 24px;
    }
}

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

    #footer-text {
        font-size: 10px;
    }
}