﻿body {
    padding-top: 0rem;
}

.app-logo img {
    content: url("/_content/Sarsis.Theme.SierraClub/images/sierra-club-san-diego-logo-color-horizontal.png");
}

.navbar-nav {
    background-color: white;
}

@media (min-width: 768px) {
    .app-logo img {
        content: url("/_content/Sarsis.Theme.SierraClub/images/sierra-club-san-diego-logo-white-horizontal.png");
    }
    .app-menu .nav-item a {
        color: #fff;
    }

    .app-menu .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: white;
    }

    .app-menu .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

    .navbar-nav {
        background-color: transparent;
    }
}


@media (min-width: 768px) {
    .dropdown-menu span {
        mix-blend-mode: difference;
    }

}


.content {
    padding-top: 5%;
}

@media (min-width: 480px) {
    .content {
        padding-top: 15%;
    }
}

@media (min-width: 550px) {
    .content {
        padding-top: 25%;
    }
}

@media (min-width: 576px) {
    .content {
        padding-top: 25%;
    }
}

@media (min-width: 800px) {
    .content {
        padding-top: 25%;
    }
}

@media (min-width: 1600px) {
    .content {
        padding-top: 25%;
    }
}

.btn {
    padding: 13px 40px;
}


.hero-video {
    position: absolute;
    top: 74px;
    z-index: -1;
    width: 100%;
}

@media (min-width: 768px) {
    .hero-video {
        top: 0px;
    }
}

@media (min-width: 992px) {
    .hero-video {
        top: 0px;
    }
}

.video-crop {
    height: 0;
    padding-bottom: 140%;
    padding-top: 0px;
    overflow: hidden;
}



.video-container {
    position: relative;
    padding-bottom: 52.8%;
    padding-top: 0px;
}

@media (min-width: 576px) {
    .video-crop {
        padding-bottom: 100%;
    }

    .video-container {
        padding-bottom: 62.8%;
    }
}



@media (min-width: 992px) {
    .video-crop {
        margin-bottom: -100px;
        padding-bottom: 53%;
    }

    .video-container {
        height: 0;
        overflow: hidden;
        padding-bottom: 52.8%;
    }
}

#sierraclub-video {
    pointer-events: none;
    cursor: default;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-placeholder {
    position: absolute;
    width: 100%;
}

.hero-text {
    margin: auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-top: 300px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30vw;
}

@media (min-width: 400px) {
    .hero-text {
        padding-bottom: 45vw;
    }
}

@media (min-width: 576px) {
    .hero-text {
        padding-top: 350px;
        padding-bottom: 160px;
    }
}

@media (min-width: 768px) {
    .hero-text {
        padding-top: 40px;
        padding-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .hero-text {
    }
}

.hero-text.fundraiser-mode {
    height: 300px;
}

.hero-frame {
    position: absolute;
    bottom: 0px;
}

@media (max-width: 600px) {
    .hero-text.fundraiser-mode h1 {
        display: none;
    }

    .hero-text.fundraiser-mode {
        padding-top: 100px;
    }
}

.hero-text h1 {
    font-size: 46px;
    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: 46px;
    }

    .hero-text .tag-line-2 {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .hero-text h1 {

    }
}

@media (min-width: 640px) {
    .hero-text {
        width: 533px;
    }


    .hero-text .tag-line-2 {
        font-size: 18px;
        width: 85%;
    }
}

@media (min-width: 1250px) {
    .hero-text {
        width: 780px;
        padding-top: 7%;
    }

    .hero-text h1 {
        font-size: 70px;
    }

    .hero-text .tag-line-2 {
        font-size: 23px;
    }
}

.responsive-img-child img {
    max-width: 100%;
    height: auto;
}

.page-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.page-title h2 {
    font: normal normal normal 44px/54px;
    color: #48C2C7;
}

.salesforce-plugin {
    padding-top: 50px;
}

@media (min-width: 992px) {
    .salesforce-plugin {
        padding-top: 120px;
    }
}

.three-circles h3 a {
    color: #003B4A;
    font-weight: 900;
    font-size: 24px;
    text-decoration: none;
}

.take-action, .imperial {
    background-color: #508142;
    color: #fff;
}

.take-action h2, .imperial h2 {
    color: #fff;
    padding-top: 50px;
}

.section-outings {
    padding-top: 50px;
}

.section-outings h3 a {
    text-decoration: none;
    color: #003B4A;
    font-weight: 900;
    font-size: 24px;
}

.section-outings h2 {
    text-align: center;
}

.section-outings .app-rule {
    color: #fff;
}

