@font-face {
    font-family: 'TCCC-UnityText-Regular';
    src: url('../fonts/TCCC-UnityText-Regular.eot') format('eot'), url('../fonts/TCCC-UnityText-Regular.woff2') format('woff2'), url('../fonts/TCCC-UnityText-Regular.woff') format('woff'), url('../fonts/TCCC-UnityText-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'TCCC-UnityHeadline-Regular';
    src: url('../fonts/TCCC-UnityHeadline-Regular.eot') format('eot'), url('../fonts/TCCC-UnityHeadline-Regular.woff2') format('woff2'), url('../fonts/TCCC-UnityHeadline-Regular.woff') format('woff'), url('../fonts/TCCC-UnityHeadline-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'TCCC-UnityHeadline-Black';
    src: url("https://content.dotter.me/coke/fonts/TCCC-UnityHeadline-Black.eot") format("eot"), url("https://content.dotter.me/coke/fonts/TCCC-UnityHeadline-Black.woff2") format("woff2"), url("https://content.dotter.me/coke/fonts/TCCC-UnityHeadline-Black.woff") format("woff"), url("https://content.dotter.me/coke/fonts/TCCC-UnityHeadline-Black.ttf") format("truetype");
}

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, a, img, ol, ul, li {
    margin: 0;
~ padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Page styles */
body {
    min-height: 100vh;
    background-color: #ffffff;
    /*display: flex;*/
    /*flex-direction: column;*/
    font-family: 'TCCC-UnityText-Regular', sans-serif;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #efefef;*/
}

#homeLogo {
    cursor: pointer;
    line-height: 0;
}

#langSwitch {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #e41e28;
    border: 1px solid white;
    border-radius: 4px;
    padding: 4px 6px;
    color: white;
    cursor: pointer;
}

.brandLogo {
    width: 100%;
}

section#main-content {
    /*background: #efefef;*/
}

#ctaHeader {
    font-size: 38px;
    color: white;
    padding: 10px 0;
    background: #e41e28;
    text-align: center;
    width: 100%;
    font-weight: 500;
    box-sizing: border-box;
}

.coca-cola-creations--text--sup {
    position: relative;
    top: -1.6em;
    vertical-align: baseline;
    font-size: 30%;
    line-height: 0;
}

.sl-info-text {
    text-align: center;
    padding: 20px;
}

#app-wrapper {
    box-sizing: border-box;
    width: 100vw;
}

.videoOuterWrapper, .imgWrapper {
    max-width: 600px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

.videoWrapper #video {
    width: 100%;
}

a.explore-button {
    display: block;
    max-width: fit-content;
    margin: 10px auto;
    padding: 10px 15px;
    border-radius: 25px;
    background: #000;
    color: #fff;
    font-size: .9em;
    text-decoration: none;
}

a.explore-button:hover {
    background: #474747;
}

.importantInfo {
    font-size: small;
    color: #333333;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto 10px;
    text-align: center;
}

footer {
    height: 80px;
    width: 100%;
    color: #FFFFFF;
    background-color: #e41e28;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 5px;
    text-align: center;
}

.footerText {
    font-size: 12px;
    line-height: 1.5em;
}

.footerText a:link, .footerText a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.footerText a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

@media screen and (max-width: 800px) {
    #ctaHeader {
        font-size: 24px;
        padding: 10px 5px;
    }

    #app-wrapper {
        width: 100%;
    }

    footer {
        display: flex;
        height: 100px;
    }
}
