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

/* font-family: amatic-sc, sans-serif; */
/* font-family: proxima-nova, sans-serif; */

@font-face {
    font-family: 'PetcoCircular-Regular';
    src: url('fonts/PetcoCircular-Regular.woff2');
}


@font-face {
    font-family: 'PetcoCircular-Medium';
    src: url('fonts/PetcoCircular-Medium.woff2');
}


body {
    max-width: 1350px;
    margin: 0 auto;
    font-family: proxima-nova, sans-serif;
    font-family: 'PetcoCircular-Regular';
}

.sentence .title {
    color: #5c24a0;
}


#sentence p, article p {
    font-size: 16px;
}

.easy {
    background-color: #f5effb;
    padding: 4em 0;
    text-align: center;
}

.title {
    font-size: 36px;
    font-family: 'PetcoCircular-Medium';
    line-height: 1.7;
}

.sub-title {
    font-family: 'PetcoCircular-Medium';
    line-height: 1.7;
    font-size: 28px;
    color: white;
    margin-top: 0;
}


.contact-title {
    font-family: proxima-nova, sans-serif;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}


.easy h2 {
    font-size: 36px;
    font-family: 'PetcoCircular-Medium';
    line-height: 1.7;
    text-align: center;
}


.easy p {
    font-family: proxima-nova, sans-serif !important;
    font-size: 16px !important;
}

.preheader {
    width: 100%;
    height: auto;
    padding: 0px 40px;
    display: inline-block;
    position: relative;
    z-index: 9999999;
    background-color: whiteS
}

    .preheader h5 {
        float: right;
        font-weight: 800;
        color: #6f7073;
        font-size: 16px;
    }


.donate-now {
    float: right;
    padding-right: 4em;
    padding-top: 25px;
    font-size: 21px;
    font-weight: 800;
}

    .donate-now a:hover {
        background-color: #00aae7;
    }


    .donate-now a {
        background-color: #ee3524;
        padding: 8px 30px;
        color: white;
        border-radius: 10px;
        letter-spacing: .03em;
        text-decoration: none;
    }


header {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    height: auto;
    display: inline-block;
    z-index: 99;
    position: relative;
    background-color: white;
}



.navigation {
    height: auto;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}

/* .nav-container {
  max-width: 1000px;
  margin: 0 auto;
  
} */

.brand {
    float: left;
    padding-bottom: 30px;
    width: 210px;
}

    .brand a {
        color: white;
        text-decoration: none;
        text-transform: uppercase;
    }

nav {
    float: right;
}

    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        nav ul li {
            float: left;
            position: relative;
        }

            nav ul li a {
                display: block;
                color: black;
                padding: 0 20px;
                text-decoration: none;
                line-height: 70px;
                font-weight: 800;
                font-size: 16px;
                ;
            }

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

                nav ul li a:not(:only-child):after {
                    padding-left: 4px;
                    content: '  ▾';
                }

            nav ul li ul li {
                min-width: 160px;
            }

                nav ul li ul li a {
                    padding: 15px;
                    line-height: 20px;
                }

/* .nav-dropdown {
  position: absolute;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  display: none;  } */

/* Mobile Hamburger Menu */

.nav-mobile {
    display: none;
    height: auto;
    width: 70px;
    /*   position: absolute; */
    top: 0;
    right: 0;
    background-color: #262626;
}



.hero {
    /*background: url(https://petcofoundation.careasy.org/sites/cars/petcofoundation/uploads/doghero.jpg);*/
    background-image: url(/sites/indition/21886/uploads/hero/cat.jpg);
    background-size: 100%;
    margin-top: 8em;
    background-color: rgba(0,0,0,.45);
    background-blend-mode: multiply;
    height: auto;
    width: 100%;
    display: inline-block;
}

.hero-text {
    padding: 10em 13em;
    float: right;
}

    .hero-text h1 {
        color: white;
        font-family: 'PetcoCircular-Medium';
        font-size: 50px;
        line-height: 1.3;
        font-weight: bold;
    }

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

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

        .hero-text .gt a {
            color: white;
            font-weight: 800;
            background-color: #5c24a0;
            padding: 12px 30px;
            border-radius: 10px;
            letter-spacing: .13em;
            text-decoration: none;
            font-size: 16px;
        }

            .hero-text .gt a:hover {
                background-color: #4a217c;
            }


.about {
  /*  background: url(https://cdn.pixabay.com/photo/2019/11/28/17/16/cat-4659646_960_720.jpg);
    background-size: cover;
    background-color: rgba(0,0,0,.8);
    background-blend-mode: multiply;*/
    padding: 4em 0;
    background-position: center;
}


    .about h1 {
        font-size: 42px;
        font-family: 'PetcoCircular-Medium';
        line-height: 1.5;
    }

    .about p {
        font-size: 18px;
    }

    .about .sub-title {
color:#333!important;
    }

.master-footer {
    padding: 6em 0;
    border-top: 5px solid #5c24a0;
}

#footer-logo img {
    max-width: 300px;
    margin-bottom: 2em;
}


.btn-custom {
    padding: 3px;
    margin: 2px;
}

    .btn-custom img {
        width: 40px;
    }

    .btn-custom:hover {
    }

.donate-mobile {
    display: none;
}

iframe {
    height: 520px;
}

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

    .hero-text h1 {
        font-size: 43px;
    }
}

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

    article h2, .about h1, .easy h2, .title {
        font-size: 40px;
    }

    .preheader {
        display: none;
    }

    .donate-now {
        float: right;
        font-size: 14px;
        font-weight: 800;
        margin-top: -60px;
        padding-top: 0;
    }

    .brand {
        text-align: center;
        float: none;
        margin: 20px auto 0;
        width: 115px;
    }


    .sub-title {
        font-size: 25px;
        padding-bottom: 20px;
    }

    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
    }

        nav ul {
            display: none;
            background-color: white;
        }

            nav ul li {
                float: none;
                border-bottom: 1px solid rgba(33, 153, 232, 0.3);
            }

                nav ul li a {
                    padding: 15px;
                    line-height: 20px;
                }

                nav ul li ul li a {
                    padding-left: 40px;
                    background-color: gray;
                }

    .hero {
        margin-top: 0;
    }

    .hero-text {
        padding: 10em 0em 6em;
        float: none;
        text-align: center;
    }

        .hero-text h1 {
            font-size: 40px;
        }
}

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


    iframe {
        height: 820px;
    }
}


@media only screen and (max-width: 632px) {
    .hero {
        margin-top: 0;
        background: url(/sites/indition/21886/uploads/hero/cat-640.jpg);
        background-color: rgba(0,0,0,.5);
        background-blend-mode: multiply;
        width: 100%;
    }

    .cut {
        display: none;
    }

    .donate-now {
        display: none;
    }


    .donate-mobile {
        display: inline-block;
    }
}



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


    .hero-text h1 {
        font-size: 31px;
    }
}


@media screen and (min-width: 800px) {
    .nav-list {
        display: block !important;
    }

    .sentence {
        padding: 9em 0;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0;
}

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 4px;
        width: 30px;
        background: #5c24a0;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent;
    }

        #nav-toggle.active span:before, #nav-toggle.active span:after {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
        }