@font-face {
    font-family: 'KettleBody';
    src: url('../fonts/kettle-body.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'KettleHeading';
    src: url('../fonts/kettle-heading.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* 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: inherit;
    vertical-align: baseline;
}
#qc-cmp2-container {
    position: absolute;
}

/* Page Styles */
body {
    min-height: 100vh;
    background-color: #ffffff;
    font-family: 'KettleBody';
    box-sizing: border-box;
}
.header-img {
    width: 100%;
    display: block;
}
section#content {
    display: block;
}
#app-wrapper {
    box-sizing: border-box;
    width: 100vw;
    background-color: transparent;
}
.importantInfo {
    color: #666666;
    font-size: 12px;
    text-shadow: 1px 1px 1px #fff;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    width: 100%;
}
footer {
    width: 100%;
    background-color: #313e5a;
    color: #ffffff;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ffffff;
}
footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
footer ul li {
    display: inline;
    margin: .9rem;
}
footer p,
footer ul li a,
footer ul li a:link,
footer ul li a:visited {
    font-size: .9em;
    color: #ffffff;
    text-decoration: none;
}
footer ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* In app forced styles */
#ProductTitle, h2.cardTitle {
    font-family: 'KettleHeading' !important;
}

@media screen and (max-width: 767px) {
    header {
        width: 100%;
        margin-bottom: 0;
    }
    section#content {
        display: block;
        box-sizing: border-box;
        width: 100%;
    }
    #app-wrapper {
        width: 100%;
        border-radius: 0;
        background-color: transparent;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .videoOuterWrapper {
        width: 100%;
        padding: 0 5px;
    }
}