@font-face {
    font-family: 'Knockout';
    src: url('../fonts/Knockout-51Middleweight.woff') format('woff');
    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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Page styles */
body {
    min-height: 100vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: 'Knockout', arial, sans-serif;
    font-size: 90%;
    line-height: 1.5;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
}
#homeLogo {
    cursor: pointer;
    line-height: 0;
    width: 100%;
}
.brandLogo {
    width: 100%;
}
section#main-content {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    align-items: center;
    justify-content: space-evenly;
}
#ctaHeader {
    box-sizing: border-box;
    font-size: 2.8rem;
    line-height: 1em;
    color: #ffffff;
    padding: 10px 0;
    background: #c9ad72;
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-family: 'Knockout', sans-serif;
    text-transform: uppercase;
}
#app-wrapper {
    box-sizing: border-box;
    width: 100vw;
}
.importantInfo {
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 5px;
    text-align: center;
}
footer {
    height: 60px;
    width: 100%;
    color: #FFFFFF;
    background-color: #c9ad72;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 5px;
    text-align: center;
}
.footerText {
    font-size: 14px;
}
.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) {
    #webLink {
        top: 5px;
        right: 5px;
        padding: 1px 10px;
        font-size: 15px;
    }
    #ctaHeader {
        font-size: 24px;
        padding: 10px 5px;
    }
    #app-wrapper {
        width: 100%;
    }
    footer {
        display: block;
        height: 100px;
    }
}
