@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham_Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham_Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham_Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Rok-grotesk';
    src: url('../fonts/rok-grotesk-compressed.woff2') format('woff2');
    font-weight: bold;
    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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Inpage app overwrites */

#ProductTitle {
    font-family: 'Rok-grotesk';
    text-transform: uppercase;
    font-size: 2.2em;
}

/* Page styles */
body {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: 'Gotham', sans-serif;
}

.content {
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

header {
    display: block;
    background-color: #ffffff;
    /*border-bottom: 2px solid #D71921;*/
}

.brandLogo {
    width: 150px;
    display: block;
    margin: 18px auto;
}

#categoryImage {
    width: 100%;
}

footer {
    height: 60px;
    width: 100%;
    color: #000000;
    /*background-color: #000;*/
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 5px;
    text-align: center;
}

@media screen and (max-width: 800px) {

}
