/* PawsKit links on slides */

.hp-pawskit-link {
    cursor: pointer;
}

/* Tagline and social buttons */

#hp-tagline {
    padding: 5px 10px;
    text-align: right;
    height: 70px;
    background: #fff;
}

.hp-tagline-column {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#hp-tagline-column-2 {
    text-align: left;
}

.hp-tagline-primary-text {
    font-family: Oswald;
    font-size: 3.600em;
    color: #333333;
}

.hp-tagline-secondary-text {
    font-family: Oswald;
    font-weight: 100;
    font-size: 18px;
    color: #888;
}

#hp-tagline a {
    color: #e56060;
    text-decoration: underline;
}

#hp-description {
    padding: 50px 0;
}

@media (max-width: 1010px) {
    #hp-tagline {
        padding: 10px 1vw;
        text-align: center;
        height: 7vw;
    }

    .hp-tagline-column {
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .hp-tagline-column img {
        height: 96%;
    }

    #hp-tagline-column-1 {

    }

    #hp-tagline-column-2 {
        text-align: left;
    }

    .hp-tagline-primary-text {
        font-family: Oswald;
        font-size: 4.2vw;
        color: #333333;
    }

    .hp-tagline-secondary-text {
        font-family: Oswald;
        font-weight: 100;
        font-size: 1.8vw;
        color: #888;
    }

    #hp-tagline a {
        color: #e56060;
        text-decoration: underline;
    }
}
@media (min-width: 1010px) {

}

/* Banner video popup */

.hp-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.hp-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hp-modal .modal-header {
    text-align: center;
}

.hp-modal-header-logo {
    width: 50%;
}