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

@font-face {
    font-family: "LilitaOne";
    src: url(../fonts/LilitaOne-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "muli-regular";
    src: url(../fonts/muli-regular-webfont.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;
}

/* In page App Overwrites */

.carousel-text h2 {
    /*text-transform: uppercase;*/
    /*font-weight: bold !important;*/
    font-family: 'SagonaEB';
    color: #1C5671;
}

/* Page styles */
body {
    min-height: 100vh;
    background-color: transparent;
    font-family: "lilitaOne", sans-serif;
}

header {
    display: block;
    background-color: #ffffff;
}

.banner {
    width: 100%;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #000000;
    background-color: #f3f3f3;
    padding: 2em;
    font-family: "muli-regular";
    & .footerLogo {
        width: 60px;
    }
    & .footerText {
        margin: 1em 0 0;
    }
    & .footerHeading {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 1.2em;
    }

}


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

}
