@font-face {
    font-family: 'CanvasBasic-sans';
    src: url('../fonts/36A61E_1_0.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/pe0qMImSLYBIv1o4X1M8cce9I9tAcVwo.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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* Page styles */
body {
    min-height: 100vh;
    background-color: #F5B7CA;
    display: flex;
    flex-direction: column;
    font-family: 'Nunito Sans';
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #166933;
}
#homeLogo {
    cursor: pointer;
    line-height: 0;
}
.brandLogo {
    width: 100%;
}
section#main-content {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    align-items: center;
    justify-content: space-evenly;
    background: #F5B7CA;
}
#ctaHeader {
    box-sizing: border-box;
    font-size: 38px;
    font-family: CanvasBasic-sans, Helvetica, Arial, sans-serif;;
    color: #ffffff;
    padding: 10px 0;
    background: #c4225a;
    background: linear-gradient(180deg, rgba(196,34,90,1) 0%, rgb(236, 167, 191) 100%);
    text-align: center;
    width: 100%;
    font-weight: 500;
}
#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: #f28ba9;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 5px;
    text-align: center;
}
.footerText {
    font-size: 12px;
}
.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) {
    #ctaHeader {
        font-size: 24px;
        padding: 10px 5px;
    }
    #app-wrapper {
        width: 100%;
    }
    footer {
        display: block;
        height: 100px;
    }
}
