﻿body {
    padding-top: 0;
}

.app-logo img {
    content: url("/_content/Sarsis.Theme.SierraClub/images/sierra-club-san-diego-logo-color-horizontal.png");
}

.hero {
    position: absolute;
    top: 74px;
    z-index: -1;
    width: 100%;
}

@media (min-width: 768px) {
    .hero {
        top: 140px;
    }
}

@media (min-width: 992px) {
    .hero {
        top: 140px;
    }
}

.hero .background {
    display: flex;
    justify-content: center;
    position: relative;
}

.hero .background {
    height: 320px;
}

.hero .background img {
    width: 100%;
    max-height: 572px;
    min-height: 320px;
    object-fit: cover;
}


@media (min-width: 768px) {
    .hero .background {
        height: 470px;
    }
}

@media (min-width: 992px) {
    .hero .background {
        height: 572px;
    }
}



.hero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
    height: 320px;
}

@media (min-width: 576px) {
    .hero-text {
    }
}

@media (min-width: 768px) {
    .hero-text {
        height: 470px;
        padding-top: 5vw;
    }
}

@media (min-width: 992px) {
    .hero-text {
        height: 572px;
        padding-top: 5vw;
    }
}

.hero-text h1 {
    font-size: 30px;
    font-weight: 900;
}

.hero-text .tag-line-2 {
    font-size: 23px;
    font-weight: 400;
    padding-bottom: 15px;
}

@media (min-width: 375px) {
    .hero-text h1 {
        font-size: 36px;
    }

    .hero-text .tag-line-2 {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .hero-text h1 {
        font-size: 30px;
    }
}

@media (min-width: 640px) {
    .hero-text {

    }


        .hero-text .tag-line-2 {
            font-size: 18px;
            width: 85%;
        }
}

@media (min-width: 1250px) {
    .hero-text {

        padding-top: 7%;
    }

    .hero-text h1 {
        font-size: 70px;
    }

    .hero-text .tag-line-2 {
        font-size: 23px;
    }
}
