/*---------FONTS--------*/
.navContent,
.navContent li .button,
.pageTitle,
.contentTitle,
.button,
.ctaButton {
    font-family: "bebas-kai",sans-serif;
}
html,
body {
    font-family: "chalet-london-sixty",sans-serif;
}
/*-------END FONTS------*/

div.footer-logo {
    position: absolute;
    margin-top: 585px;
    top: 100%;
    left: 100%;
    margin-left: -70px;
    z-index: 11000;
}
div.footer-logo img{
    width: 40px;
}