@import url("https://use.typekit.net/szd8iqc.css");

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

body {
    font-family: 'proxima-nova', sans-serif;
}

article p, p {
    font-size: 17px;
    line-height: 1.4;
}

.title {
    font-size: 34px;
    line-height: 1.4;
    color: #0f0f0f;
    font-weight: 900;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    height: auto;
    background-color: white;
    z-index: 9;
    padding-bottom: 1em;
    -webkit-box-shadow: 0px 3px 15px -2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 15px -2px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 15px -2px rgb(0 0 0 / 20%);
}


.left-area {
    float: left;
}

.top-logo img {
    float: left;
    margin-top: 2em;
}


nav ul {
    float: right;
    padding-top: 1.5em;
}

    nav ul li {
        display: inline-block;
        float: left;
    }

        nav ul li:not(:first-child) {
            margin-left: 25px;
        }

        nav ul li a {
            display: inline-block;
            outline: none;
            color: #1f2227;
            font-size: 16px;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            font-weight: 500;
        }

            nav ul li a:hover {
                color: #808080;
                text-decoration: none;
            }


#donate {
    /* float: right; */
    padding: 8px 40px;
    background: #e31c3d;
    color: white;
    border-radius: 20px;
    font-size: 17px;
    margin-top: -1em;
}

.hero {
    background-image: url(https://austinpbs.careasy.org/sites/indition/austin/uploads/hero.jpg);
    background-size: cover;
    background-position: center;
}

.hero-text {
    padding: 12em 0 9em;
    color: #fff;
}

    .hero-text h1 {
        line-height: 1.4;
        margin-bottom: 0;
    }

    .hero-text h2 {
        font-size: 3em;
        letter-spacing: .04em;
        line-height: 1.5;
        margin-top: 0;
        font-weight: 700;
    }

    .hero-text a {
        border: 2px solid white;
        width: 250px;
        display: inline-block;
        text-align: center;
        padding: 8px;
        margin-top: 1em;
        font-size: 17px;
        border-radius: 20px;
        font-weight: 500;
        background-color: white;
        color: black;
    }


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


.how {
    margin-top: -4em;
    margin-bottom:1em;
}

.box-holder {
    background-color: white;
    padding: 20px;
    text-align: center;
}

.box-content {
    background-color: #001089;
    padding: 20px 2em;
    height: 150px;
}

    .box-content h5 {
        font-size: 1.4em;
        font-weight: 700;
        color:white;
    }

 .box-content p{
    color:white;
} 

.vehicle-strip {
    margin: 20px auto;
    text-align: center;
    max-width: 800px;
}

    .vehicle-strip img {
        width: 14.66%;
        padding: 1em;
        background-color: black;
        margin: 4px;
        transition: 1s;
        -webkit-box-shadow: 0 0px 8px #b6b6b6;
        -moz-box-shadow: 0 0px 8px #b6b6b6;
        box-shadow: 0 0px 8px #b6b6b6;
    }


.social-media {
    padding: 1.5em 0;
}

    .social-media .btn-custom {
        width: 50px;
        height: 50px;
        margin: 4px;
        color: white;
        font-size: 1.8em;
        border: 1px solid white;
        border-radius: 40px;
    }

video {
  
    
}

iframe {
    width: 100%;
    border: 0;
    height: 520px;

}

.master-footer {
    padding: 1em 0 4em;
    background-color: black;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 3em;
}

#footer-logo {
    padding: 1em 0;
}

#footer-text {
    color: white;
    font-size: 15.3px;
}

.faq {
    padding: 7em 0 4em;
}

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

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

    .top-logo img {
        position: relative;
        padding-top: 1em;
        margin-top: 0;
    }

    .header {
        position: static;
    }

    .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: black;
        opacity: 0;
        transition: all 0.2s ease;
    }

        .nav-container ul {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
        }

            .nav-container ul li {
                display: block;
                float: none;
                width: 100%;
                margin-bottom: 10px;
            }

                .nav-container ul li:nth-child(1) a {
                    transition-delay: 0.2s;
                }

                .nav-container ul li:nth-child(2) a {
                    transition-delay: 0.3s;
                }

                .nav-container ul li:nth-child(3) a {
                    transition-delay: 0.4s;
                }

                .nav-container ul li:nth-child(4) a {
                    transition-delay: 0.5s;
                }

                .nav-container ul li:not(:first-child) {
                    margin-left: 0;
                }

                .nav-container ul li a, #donate {
                    padding: 10px 25px;
                    opacity: 0;
                    color: #fff;
                    font-size: 24px;
                    font-weight: 600;
                    transform: translateY(-20px);
                    transition: all 0.2s ease;
                }

    #donate {
        background: none;
        margin-top: 0;
    }

    .nav-open {
        position: relative;
        float: right;
        right: 10px;
        top: 14px;
        display: block;
        width: 48px;
        height: 48px;
        cursor: pointer;
        background-color: #2638c4;
        z-index: 9999;
        border-radius: 50%;
    }

        .nav-open i {
            display: block;
            width: 20px;
            height: 2px;
            background: white;
            border-radius: 2px;
            margin-left: 14px;
        }

            .nav-open i:nth-child(1) {
                margin-top: 16px;
            }

            .nav-open i:nth-child(2) {
                margin-top: 4px;
                opacity: 1;
            }

            .nav-open i:nth-child(3) {
                margin-top: 4px;
            }

    #nav:checked + .nav-open {
        transform: rotate(45deg);
    }

        #nav:checked + .nav-open i {
            background: #fff;
            transition: transform 0.2s ease;
        }

            #nav:checked + .nav-open i:nth-child(1) {
                transform: translateY(6px) rotate(180deg);
            }

            #nav:checked + .nav-open i:nth-child(2) {
                opacity: 0;
            }

            #nav:checked + .nav-open i:nth-child(3) {
                transform: translateY(-6px) rotate(90deg);
            }

    #nav:checked ~ .nav-container {
        z-index: 9990;
        opacity: 1;
    }

        #nav:checked ~ .nav-container ul li a {
            opacity: 1;
            transform: translateY(0);
        }

    .hidden {
        display: none;
    }


    /* #donate{
      display: none;
  } */

    .hero {
        background-image: url(https://austinpbs.careasy.org/sites/indition/austin/uploads/mobile.jpg);
        background-color: rgba(0, 0, 0, .7);
        background-blend-mode: darken;
    }

    .hero-text {
        text-align: center;
    }

    .vehicle-strip img {
        width: 14%;
        margin: 2px
    }

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

    .contact {
        padding: 4em 0 0em;
    }
}

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

    iframe{
        height:770px;
    }
}

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

        .hero-text {
            padding: 5em 0;
        }

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

            .hero-text h2 {
                font-size: 2.3em;
            }

            .hero-text h4 {
                font-size: 14px;
            }
    }