html, body, div, h1, h2, h3, h4, h5, h6, img, p, hr, ol, ul, li, dl, dt, dd, button, nav, section, aside, fieldset {
    margin: 0;
    border: 0;
    padding: 0;
}

html {
    position: relative;
    background: #000000;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

body {
    box-sizing: border-box;
    background: transparent;
}

body:after {
    content: "";
    display: block;
    padding-top: 0;
}

.parallax {
    background: url('../images/cncbanner_bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.header-area {
    position: relative;
    height: 500px;
}

.header-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.header-logo {
    position: absolute;
    padding-top: 192px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.header-logo-image {
    display: block;
    max-width: 1274px;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.main-content {
    position: relative;
    background: #000;
    background: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
}

.page-container {
    position: relative;
    font-size: 0px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    box-sizing: border-box;
}

.content-container {
    position: relative;
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 853px;
    margin-left: auto;
    margin-right: auto;
}

.video-wrapper-inner {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.humble-wrapper {
    position: relative;
    max-width: 853px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.storelinks {
    text-align: center;
    position: relative;
	margin-bottom: 60px;
}

.storeimage {
    height: 120px;
}

.humble-wrapper-inner {
    position: relative;
}

.humble-wrapper iframe {
    width: 100%;
}

.copy-container {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 853px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
}

.copy-heading {
    color: #D85C34;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    font-family: 'Oswald', Arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.copy-text, .features-list {
    color: #CCCCCC;
    font-size: 18px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.features-list {
    padding-left: 20px;
}

.image-container {
    position: relative;
    font-size: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.image-container .image {
    vertical-align: top;
    width: 33%;
    display: inline-block;
    box-sizing: border-box;
    padding: 2px;
    opacity: 0.7;
    position: relative;
    transition: opacity 0.2s ease-in-out;
}

.image-container .image:hover {
    opacity: 1;
}

.release-text {
    color: #D85C34;
    font-family: 'Oswald', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 56px;
    font-weight: bold;
    max-width: 853px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}

.know-more {
    line-height: 1.5;
}

.copy-container a {
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #BBBBBB;
    transition: color 0.2s ease-in-out;
}

.copy-container a:hover {
    color: #FFFFFF;
}

.copyright {
    background: #D40048;
    color: #FFFFFF;
    line-height: 1.5;
    padding: 32px;
}

.copyright-inner {
    max-width: 853px;
    margin-left: auto;
    margin-right: auto;
}

.copyright-text {
    font-size: 20px;
    font-family: 'Oswald', Arial, sans-serif;
    text-decoration: uppercase;
}

.copyright .language-select {
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Oswald', Arial, sans-serif;
    text-decoration: uppercase;
    padding-bottom: 16px;
    padding-top: 24px;
}

.copyright .language {
    color: #FFFFFF;
}

.copyright a {
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: color 0.2s ease-in-out;
}

.copyright a:hover {
    color: #FFDD99;
}


@media screen and (max-width: 853px){
    html {
        min-height: 100%;
    }
    
    .header-area {
        height: 300px;
    }

    .header-overlay {
        background: transparent;
        background: rgba(0, 0, 0, 0.2);
    }

    .header-logo {
        padding-top: 80px;
        overflow: hidden;        
    }

    .header-logo-image {
        max-width: none;
        width: 95%;
    }

    .copy-container {
        padding: 24px 32px;
        line-height: 1.75;
    }

    .release-text {
        margin-left: 32px;
        margin-right: 32px;
        font-size: 40px;
    }

    .copy-heading {
        font-size: 20px;
    }

    .copy-text, .features-list {
        font-size: 14px;
    }

    .image-container .image {
        width: 50%;
    }

    .humble-wrapper-inner {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media screen and (max-width: 640px){
    .header-area {
        height: 200px;
    }

    .image-container .image {
        width: 100%;
        display: block;
        padding: 2px 0;
    }

    .release-text {
        margin-left: 32px;
        margin-right: 32px;
        font-size: 24px;
    }
}