
body {
    font-family: 'Rubik', sans-serif;
    letter-spacing: .2em;
}

.vertical-align {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hero-container {
    text-align: center;
    width: 100vw;
    max-height: 720px;
    height: 100vh;
    background-image: url(images/hero-image.png);
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    background-color: #999;
}

.featured-container {
    text-align: center;
    width: 100vw;
    height: auto;
    background: white;
    padding-bottom: 60px;
}

.charity-container {
    position: relative;
    text-align: center;
    width: 100vw;
    /*max-height: 720px;*/
    height: 730px;
    background-image: url(images/pink-background.png);
    background-position: center center;
    background-repeat: no-repeat;
     /*background-attachment: fixed;*/
    background-size: cover;
    background-color: #999;
}

.navigation-container {
    width: 100%;
    height: 70px;
    /*background: white;*/
}

.navigation-container .hero-nav-logo {
    float: left;
    margin-left: 40px;
    width: 50px;
}

.nav-tab-container {
    float: right;
    margin-right: 40px;
    /*width: 620px;*/
    /*background: red;*/
    height: 70px;
}

.nav-tab {
    display: inline-block;
    width: auto;
    height: 70px;
    text-align: center;
    font-size: 14px;
    color: white;
    padding-top: 25px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
}

.nav-tab-container .nav-tab-cta {
    color: #F47DC4;
    background: white;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.hero-content-container {
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.hero-content-container .hero-content-title {
    color: white;
    font-size: 115px;
    line-height: 135px;
    text-shadow: -2px -2px 20px rgba(0,0,0,0.25);
}

.hero-content-container .hero-content-sub-title {
    text-shadow: -2px 2px 20px rgba(0,0,0,0.25);
    font-size: 32px;
    color: white;
    margin-top: -15px;
    padding-left: 5px;
}

.hero-button-container {
    text-align: center;
    margin-top: 30px;
}

.hero-buttons {
    vertical-align: top;
    width: 300px;
    height: 70px;
    border-radius: 10px;
    box-shadow: -2px 2px 20px 0 rgba(0,0,0,0.25);
    display: inline-block;
    font-size: 20px;
    padding-top: 20px;
    cursor: pointer;

}

.hero-cta-button {
    background: white;
    color: #F47DC4;
    padding-top: 22px;
    margin-right: 15px;
}

.hero-charity-button {
    background: #F47DC4;
    border: 2px solid hsl(0, 0%, 100%);
    color: white;
    margin-left: 15px;
}

.featured-content-container {
    margin-top: 40px;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.featured-content-container .featured-title {
    color: #F47DC4;
    font-size: 72px;
}

.featured-content-container .featured-sub-title {
    color: #F47DC4;
    font-size: 20px;
}

.large-card-container {
    width: 300px;
    height: 400px;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
}

.large-card-container img {
    width: 300px;
    height: 400px;
    margin: 0;
    padding: 0;
}

.small-card-container {
    vertical-align: top;
    display: inline-block;
    width: 308px;
    height: 400px;
    margin: 0;
    padding: 0;
}

.small-card-container img {
    width: 147px;
    height: 192px;
    margin: 5px 2px 5px 2px;
}

.featured-cta-button {
    background: #F47DC4;
    color: white;
}

.featured-famers-button {
    background: white;
    border-color: #F47DC4;
    color: #F47DC4;
}

.footprints {
    position: absolute;
    width: 285px;
    right: 40px;
    opacity: .2;
}

.charity-title {
    padding-top: 60px;
    text-shadow: -2px -2px 20px rgba(0,0,0,0.25);
    color: hsl(0, 0%, 100%);
    font-size: 84px;
}

.charity-sub-title {
    color: hsl(0, 0%, 100%);
    font-size: 42px;
    padding-top: 30px;
    width: 522px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.charity-body-text {
    color: hsl(0, 0%, 100%);
    font-size: 15px;
    text-align: left;
    width: 522px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.dog-bottom-img {
    width: 426px;
    height: 353px;
    position: absolute;
    bottom: 0;
    right: 35%;
}

@media (max-width: 970px) {
    .hero-content-container {
        width: 550px;
    }

    .hero-content-container .hero-content-title {
        font-size: 70px;
        line-height: 120px;
    }

    .hero-content-container .hero-content-sub-title {
        font-size: 19px;
    }

    .hero-buttons {
        width: 230px;
        height: 60px;
        font-size: 15px;
        padding-top: 19px;
    }

    .hero-cta-button {
        padding-top: 22px;
    }

    .featured-content-container {
        width: 592px;
    }

    .featured-content-container .featured-title {
        font-size: 62px;
    }

    .featured-content-container .featured-sub-title {
        font-size: 18px;
    }

    .dog-profile-container {
        margin-top: 20px;
    }

    .large-card-container {
        width: 180px;
        height: 240px;
        margin-top: 25px;
    }

    .large-card-container img {
        width: 180px;
        height: 240px;
    }

    .small-card-container {
        width: 194px;
        height: 240px;
    }

    .small-card-container img {
        width: 90px;
        height: 134px;
    }

    .hero-button-container {
        margin-top: 45px;
    }

    .footprints {
        display: none;
    }

    .charity-title {
        font-size: 62px;
    }

    .charity-sub-title {
        text-align: center;
        font-size: 32px;
        padding-top: 0;
    }

    .charity-body-text {
        width: 415px;
        padding-left: 12px;
    }

    .dog-bottom-img {
        right: 24%;
    }

}

@media (max-width: 750px) {
    .navigation-container .hero-nav-logo {
        margin-left: 20px;
    }

    .nav-tab-container {
        margin-right: 20px;
    }

    .nav-tab {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .nav-tab-container .nav-tab-cta {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-content-container {
        width: 400px;
        margin-top: 25px;
    }

    .hero-content-container .hero-content-title {
        font-size: 50px;
        line-height: 90px;
    }

    .hero-content-container .hero-content-sub-title {
        font-size: 12px;
    }

    .hero-buttons {
        width: 180px;
        height: 60px;
        font-size: 12px;
        padding-top: 19px;
    }

    .hero-cta-button {
        padding-top: 22px;
    }

    .featured-content-container {
        width: 570px;
    }

    .featured-content-container .featured-title {
        font-size: 52px;
    }

    .featured-content-container .featured-sub-title {
        font-size: 16px;
    }

    .dog-profile-container {
        margin-top: 20px;
    }

    .large-card-container {
        width: 300px;
        height: 400px;
        margin-top: 25px;
    }

    .large-card-container img {
        width: 300px;
        height: 400px;
    }

    .small-card-container {
        width: 308px;
        height: 400px;
    }

    .small-card-container img {
        width: 147px;
        height: 192px;
    }

    .hero-button-container {
        margin-top: 45px;
    }

    .dog-bottom-img {
        right: 24%;
    }

}

@media (max-width: 570px) {
    .hero-container {
        background-image: url(images/hero-mobile.jpg);
    }

    .navigation-container .hero-nav-logo {
        margin-left: 20px;
    }

    .nav-tab-container {
        margin-right: 10px;
    }

    .nav-tab {
        display: none;
        font-size: 12px;
        margin-left: 5px;
        margin-right: 5px;
    }

    #howl-of-fame {
        display: block;
    }

    .hero-content-container {
        width: 300px;
        margin-top: 0;
    }

    .hero-content-container .hero-content-title {
        font-size: 36px;
        line-height: 90px;
    }

    .hero-content-container .hero-content-sub-title {
        font-size: 12px;
    }

    .hero-button-container {
        margin-top: 35px;
    }

    .hero-buttons {
        width: 300px;
        height: 60px;
        font-size: 12px;
        padding-top: 19px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-cta-button {
        padding-top: 22px;
        /*margin-right: 0;*/
        margin-bottom: 20px;
    }

    .hero-charity-button {
        /*margin-left: 0;*/
    }

    .featured-content-container {
        width: 300px;
    }

    .featured-content-container .featured-title {
        font-size: 32px;
    }

    .featured-content-container .featured-sub-title {
        font-size: 12px;
    }

    #featured-pup-pb {
        display: none;
    }

    .dog-profile-container {
        margin-top: 20px;
    }

    .large-card-container {
        width: 300px;
        height: 400px;
        /*margin-top: 25px;*/
        margin: 0;
    }

    .large-card-container img {
        width: 300px;
        height: 400px;
    }

    .small-card-container {
        width: 308px;
        height: 400px;
    }

    .small-card-container img {
        width: 147px;
        height: 192px;
    }

    .hero-button-container {
        margin-top: 45px;
    }

    .charity-title {
        font-size: 42px;
    }

    .charity-sub-title {
        text-align: center;
        font-size: 21px;
        padding-top: 0;
        width: 300px;
    }

    .charity-body-text {
        width: 300px;
        padding-left: 0;
        text-align: center;
    }

    .dog-bottom-img {
        right: 0;
    }
}