@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("../fonts/TCCC-UnityHeadline-Black.eot") format("eot"), url("../fonts/TCCC-UnityHeadline-Black.woff2") format("woff2"), url("../fonts/TCCC-UnityHeadline-Black.woff") format("woff");
}

/* 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: #f1f1f1;
    /*display: flex;*/
    /*flex-direction: column;*/
    font-family: 'TCCC-UnityText-Regular', sans-serif;
}

header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FAFAFA;
    box-shadow: 0 14px 16px rgba(0,0,0,.04);
}

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

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

#brandLogo {
    height: 64px;
    margin: 16px 0;
}

section#main-content {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex: 1 1;*/
}

#ctaHeader {
    box-sizing: border-box;
    font-size: 1.6em;
    color: #000000;
    padding: 0 0 16px;
    text-align: center;
    width: 100%;
    font-family: 'TCCC-UnityHeadline-Regular', sans-serif;
}

#ctaHeader.diet {
    background: #444444;
    color: white;
}

#ctaHeader.zero {
    background: #FE0102;
    color: black;
    display: none;
}

#ctaHeader.creations {
    background: #F50007;
    color: white;
}

#ctaHeader.stevia {
    background: #587d3f;
    color: white;
}

#ctaHeader.energy {
    background: #9d2235;
    color: white;
}

#ctaHeader.smartwater {
    background: #00346d;
    color: white;
}

#ctaHeader.zerocf {
    background: #dac48f;
    color: black;
    font-family: 'TCCC-UnityHeadline-Black';

}

#ctaHeader.zerocf #ctaHeaderText strong {
    color: #e41e2b;
}

#ctaHeader.zerocf #ctaHeaderText strong.violator {
    font-size: 2em;
    line-height: 0.5em;
    padding: 0;
}

#app-wrapper {
    box-sizing: border-box;
    width: 100%;
    /*display: flex;*/
    /*flex: 1;*/
    /*align-items: stretch;*/
    /*justify-content: stretch;*/
    #app {
        width: 100%;
    }
}

.dennysInfo {
text-align: center;
margin: 0 0 20px;
font-size: 1.2em;
}

.importantInfo {
color: #000000;
box-sizing: border-box;
padding: 0 5px;
text-align: center;
}

#dennys-block {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.cta-bottom {
padding: 10px;
font-size: 1.8em;
color: #FFFFFF;
background-color: #e41e28;
width: 100%;
text-align: center;
border-bottom: 1px solid white;
}

footer {
height: 80px;
width: 100%;
color: #FFFFFF;
background-color: #000000;
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) {
#homeLogo {
    margin-top: 25px;
}

#langSwitch {
    top: 2px;
    right: 2px;
    padding: 2px 6px;
}

#ctaHeader {
    font-size: 18px;
    padding: 10px 5px;
}

#app-wrapper {
    width: 100%;
}

.cta-bottom {
    font-size: 18px;
}

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