﻿/* Common */
html {
    font-size: 16px;
    display: flex; /* establish flex container */
    flex-direction: column; /* stack flex items vertically */
    min-height: 100vh;
}

body {
    background-size: cover;
    font-family: "Nunito", sans-serif;
    line-height: 18px;
    margin: 0;
    min-height: 768px;
    padding: 0;
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a,
a:link {
    outline: none;
}

    a.store-link {
        text-decoration: none;
        width: 250px;
        height: 100px;
        display: flex;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }


a.store-link img {
            /*            height: 100%;*/

        }

            a.store-link img.google {
                height: 100px;
            }

            a.store-link img.itunes {
                height: 68px;
            }

#not-found-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 50vh;
}

.content-container {
    margin: 0 auto;
    position: relative;
}

    .content-container h1 {
        font-weight: 400;
    }

    .content-container .logo {
        opacity: .89;
    }

    .content-container .header {
        font-size: 24px;
        line-height: 28px;
        margin: auto;
        position: relative;
    }

    .content-container .store-links {
        margin: 0 auto;
        width: 630px;
        display: flex;
        flex-direction: row;
        -o-justify-content: space-around;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -ms-align-items: center;
        -o-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

.content-container .info-content {
        font-size: 14px;
        font-weight: 300;
        margin: 0 auto;
        text-align: left;
        width: 630px;
    }

        .content-container .info-content a {
            color: gold;
        }

        .content-container .info-content.privacy a.anchor {
            color: #fff;
        }

        .content-container .info-content h2 {
            font-size: 24px;
        }

        .content-container .info-content ol {
            list-style: decimal;
        }

            .content-container .info-content ol.disc {
                list-style: disc;
            }

            .content-container .info-content ol.decimal {
                list-style: decimal;
            }

            .content-container .info-content ol > li {
                margin-bottom: 10px;
            }

                .content-container .info-content ol > li > ol {
                    list-style: lower-alpha;
                }

                    .content-container .info-content ol > li > ol > li > ol {
                        list-style: disc;
                    }

        .content-container .info-content.privacy ol {
            margin: 50px 0;
        }

            .content-container .info-content.privacy ol > li > ol {
                margin: 0 auto;
            }

        .content-container .info-content.community-guidelines h1 {
            text-align: center;
            line-height: normal;
            font-size: 28px;
            font-weight: bold;
        }

        .content-container .info-content.community-guidelines h3 {
            font-size: 18px;
            font-weight: bold;
            padding-top: 20px;
        }

        .content-container .info-content.terms h1,
        .content-container .info-content.privacy h1,
        .content-container .info-content.safety h1,
        .content-container .info-content.faq h1,
        .content-container .info-content.arbitration h1,
        .content-container .info-content.cookies h1 {
            font-size: 28px;
            margin: 15px 0 50px;
            text-align: center;
        }

        .content-container .info-content.terms h2,
        .content-container .info-content.privacy h2,
        .content-container .info-content.safety h2,
        .content-container .info-content.faq h2,
        .content-container .info-content.arbitration h2,
        .content-container .info-content.cookies h2 {
            font-size: 24px;
            margin: 0;
            text-align: left;
        }

        .content-container .info-content.terms h3,
        .content-container .info-content.privacy h3,
        .content-container .info-content.safety h3,
        .content-container .info-content.faq h3,
        .content-container .info-content.arbitration h3,
        .content-container .info-content.cookies h3 {
            font-size: 18px;
            margin-bottom: 0;
            text-align: left;
        }

        .content-container .info-content.terms p + h2,
        .content-container .info-content.privacy p + h2,
        .content-container .info-content.safety p + h2,
        .content-container .info-content.faq p + h2,
        .content-container .info-content.arbitration p + h2,
        .content-container .info-content.cookies p + h2 {
            margin-top: 50px;
        }

        .content-container .info-content.terms p + h3,
        .content-container .info-content.privacy p + h3,
        .content-container .info-content.safety p + h3,
        .content-container .info-content.faq p + h3,
        .content-container .info-content.arbitration p + h3,
        .content-container .info-content.cookies p + h3 {
            margin-top: 30px;
        }

        .content-container .info-content.safety b + p {
            margin-top: 0;
        }

        .content-container .info-content.faq h1 {
            font-size: 48px;
        }

        .content-container .info-content.arbitration h1 {
            font-size: 48px;
        }

        .content-container .info-content.cookies p + table {
            width: 100%;
        }

            .content-container .info-content.cookies p + table,
            .content-container .info-content.cookies p + table thead th,
            .content-container .info-content.cookies p + table tbody th,
            .content-container .info-content.cookies p + table tbody td {
                border: 1px solid #999;
                border-collapse: collapse;
                padding: 5px;
            }

                .content-container .info-content.cookies p + table thead th {
                    background-color: blue;
                    color: #fff;
                    margin: 0;
                    text-align: center;
                }

                .content-container .info-content.cookies p + table tbody th {
                    font-weight: 600;
                    vertical-align: top;
                    width: 35%;
                }

.copyright {
    font-size: 16px;
    font-weight: 300;
    height: 18px;
    line-height: 1.13;
    letter-spacing: -0.2px;
    text-align: center;
}

.policy-separator {
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

    .policy-separator span {
        padding: 0 25px;
    }

.links {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 1.4;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

    .links li {
        display: inline-block;
        margin: 0 10px;
    }

        .links li a {
            text-decoration: none;
        }

form {
    margin-bottom: 60px;
}

    form input[type="text"] {
        background: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-family: "GothamRounded-Medium", sans-serif;
        font-size: 150%;
        margin: 10px;
        outline: none;
        text-align: center;
    }

    form input[maxlength="2"] {
        width: 50px;
    }

    form input[maxlength="4"] {
        margin-right: 30px;
        width: 75px;
    }

.button {
    background-color: rgba(255, 255, 255, .2);
}

.content-container a.button {
    margin-top: 100px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    background: rgba(255, 255, 255, .2);
    height: 60px;
    line-height: 60px;
    outline: none;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    width: 300px;
    font-weight: 600;
}

    .content-container a.button + p {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.29;
        height: 18px;
    }

.content-container button.button {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    margin: 0;
    outline: none;
    padding: 0;
    text-transform: uppercase;
    width: 160px;
}

.palette-bar {
    width: 100%;
    height: 15px;
    display: block;
}

    .palette-bar.top {
    }

    .palette-bar.bottom {
        /*margin-top: 21px;*/
    }

/* BLK */
body.app-199 {
    background-color: black;
    font-family: "Nunito", sans-serif;
    background-image: url("/content/images/199/bkgrnd.jpg");
    color: #fff;
}

    body.app-199 .bottom-links {
        margin-top: 333px;
    }

    body.app-199 .copyright,
    body.app-199 .links li a {
        color: white;
    }

    body.app-199 .content-container {
        color: #fff;
    }

        body.app-199 .content-container .logo {
            margin: 110px 0 100px 0;
        }

        body.app-199 .content-container .header {
            margin-bottom: 50px;
        }


/* Chispa */
body.app-200 {
    background-color: #fff;
    font-family: "Nunito", sans-serif;
    display: block;
}

    body.app-200.new-bg {
        background-image: url("/content/images/200/bkgrnd.jpg");
        display: flex;
    }

    body.app-200 .social-media {
        background: transparent;
        text-align: right;
    }

        body.app-200 .social-media img {
            margin: 20px 29px 18px 0;
        }

    body.app-200 .slideshow {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

        body.app-200 .slideshow,
        body.app-200 .slideshow:after {
            height: 566px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }

            body.app-200 .slideshow:after {
                content: "";
            }

            body.app-200 .slideshow li span {
                animation: imageAnimation 15s linear infinite 0s;
                background-position: 50% 50%;
                background-repeat: no-repeat;
                background-size: cover;
                color: transparent;
                height: 566px;
                left: 0;
                opacity: 0;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 0;
            }

            body.app-200 .slideshow li:nth-child(1) span {
                background-image: url("/content/images/200/bkgrnd-v2/bkgrnd-1.jpg");
            }

            body.app-200 .slideshow li:nth-child(2) span {
                background-image: url("/content/images/200/bkgrnd-v2/bkgrnd-2.jpg");
                animation-delay: 5s;
            }

            body.app-200 .slideshow li:nth-child(3) span {
                background-image: url("/content/images/200/bkgrnd-v2/bkgrnd-3.jpg");
                animation-delay: 10s;
            }

@keyframes imageAnimationStart {
    0% {
        opacity: 1;
    }

    12% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    25% {
        opacity: 1;
    }

    37% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    12% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    25% {
        opacity: 1;
    }

    37% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

body.app-200 area {
    outline: none;
}

body.app-200 .content-container {
    color: #fff;
}

    body.app-200 .content-container .logo {
        margin: 112px 0 36px;
    }

    body.app-200 .content-container .header {
        margin-bottom: 58px;
        width: 329px;
    }

    body.app-200 .content-container .media-callout {
        margin: 137px 0 57px;
    }

    body.app-200 .content-container .media-quote {
        color: #7e7c7b;
        font-size: 35px;
        font-weight: normal;
        letter-spacing: -0.1px;
        line-height: 42px;
        margin: 0 auto 50px;
        text-align: center;
        width: 439px;
    }

        body.app-200 .content-container .media-quote span {
            display: block;
            font-size: 15px;
            letter-spacing: -0.3px;
            line-height: 42px;
            text-transform: uppercase;
        }

body.app-200 .copyright,
body.app-200 .links li a {
    color: #7e7c7b;
}

body.app-200.new-bg .copyright,
body.app-200.new-bg .links li a {
    color: #fff;
}

body.app-200.new-bg #not-found-container h2 {
    color: white;
}

/* Upward */
body.app-204 {
    background-color: #10306B;
    font-family: "Lato", sans-serif;
    /*background-image: url("/content/images/199/bkgrnd.jpg");*/
    color: #fff;
}

    body.app-204 .bottom-links {
        margin-top: 200px;
    }

    body.app-204 .copyright,
    body.app-204 .links li a {
        color: white;
    }

    body.app-204 .content-container {
        color: #fff;
    }

        body.app-204 .content-container .logo {
            margin: 136px 0 0px 0;
            width: 400px;
        }

        body.app-204 .content-container .header {
            margin-bottom: 50px;
        }

    body.app-204 #site-title {
        color: #40E193;
        font-size: 28px;
        margin-top: -70px;
        position: relative;
    }

    body.app-204 .header {
        font-size: 20px;
        line-height: 30px;
    }

    body.app-204 div#divider-line {
        margin-top: 42px;
        margin-bottom: 34.5px;
        position: relative;
    }

    body.app-204 .store-links a.store-link {
        /*border-color: #FF776E;
        background-color: #000;*/
    }

/* Chispa custom */
.content-container .info-content.latinameetup h1 {
    text-align: center;
}

.content-container .info-content.latinameetup h2 {
    margin-bottom: 50px;
    text-align: center;
}

/* Small Screen */
@media only screen and (max-width: 760px) {
    /* Common */
    .content-container h1 {
        font-size: 32px;
        font-weight: normal;
        margin: 40px auto 0;
        line-height: 34px;
    }

    .content-container h2 {
        font-size: 16px;
        font-weight: normal;
        line-height: 18px;
        margin: 25px auto;
        width: 265px;
    }

    .content-container .info-content {
        width: 300px;
    }

    #not-found-container h2 {
        line-height: 1em;
    }

    a.store-link {
        margin-bottom: 15px;
        margin-right: 0px;
    }

    .copyright {
        font-size: 12px;
    }

    .links {
        font-size: 12px;
        margin: 5px auto 0;
    }

    .content-container a.button {
        margin-top: 58px;
        height: 50px;
        line-height: 50px;
        width: 250px;
    }

        .content-container a.button + p {
            margin-top: 8px;
            font-size: 12px;
        }

    .content-container button.button {
        border-radius: 20px;
        display: block;
        height: 40px;
        line-height: 40px;
        margin: 20px auto 0;
        width: 160px;
    }

    .palette-bar {
        height: 10px;
    }

    body.app-199 .bottom-links,
    body.app-200 .bottom-links,
    body.app-204 .bottom-links {
        margin-top: 73px;
    }

    .content-container .store-links {
        flex-direction: column;
    }

    a.store-link img.google {
        width: 231px;
    }

    /* BLK */
    body .app-199 .content-container, body.app-199 .content-container .info-content {
        width: 300px;
    }

        body.app-199 .content-container .logo,
        body.app-199 #not-found-container .logo {
            margin: 30px auto 20px;
            width: 125px;
        }

    body.app-199 .store-links {
        width: 100%;
    }

    /* Chispa */
    body.app-200.new-bg .content-container,
    body.app-200.new-bg .content-container .info-content {
        width: 300px;
    }

        body.app-200.new-bg .content-container .logo,
        body.app-200 #not-found-container .logo {
            margin: 30px auto 20px;
            width: 125px;
        }

    body.app-200 .slideshow,
    body.app-200 .slideshow::after {
        height: 466px;
    }

        body.app-200 .slideshow li span {
            height: 466px;
        }

    body.app-200 .content-container .logo {
        margin: 66px 0 36px;
        width: 125px;
    }

    body.app-200 .content-container .header {
        margin-bottom: 30px;
    }

    body.app-200 .store-links {
        width: 100%;
    }

    body.app-200 .content-container .media-callout {
        display: none;
    }

    body.app-200 .content-container .media-quote {
        font-size: 30px;
        margin: 100px auto 50px;
        width: 300px;
    }

    /* Upward */
    body.app-204 .content-container,
    body.app-204 .content-container .info-content {
        width: 300px;
    }

        body.app-204 .content-container .logo,
        body.app-204 #not-found-container .logo {
            margin-top: 0;
            width: 75vw;
        }

    body.app-204 #site-title {
        font-size: 7vw;
        margin-top: -40px;
        line-height: 24pt;
    }

    body.app-204 .store-links {
        width: 100%;
    }

    body.app-204 #divider-line > svg {
        width: 80vw;
    }
}
