#funky-canvas {
    line-height: 1.8;
}

#funky-canvas footer .block-site_footer_fat a,
#funky-canvas .block-site_footer_fat a,
#funky-canvas .block-site_footer_fat,
#funky-canvas footer .block-site_footer_fat,

#funky-canvas footer .block-site_footer_narrow a,
#funky-canvas .block-site_footer_narrow a,
#funky-canvas .block-site_footer_narrow,
#funky-canvas footer .block-site_footer_narrow {
    color: #fff;
}

.bg-light {
    background-color: #ccc !important;
}


#funky-canvas footer a,

#funky-canvas footer span{
    color: #fff;
}
/* Default styles for the body */
body {
    font-size: 16px !important;
    line-height: 17px;
    font-family: 'sofia-pro', sans-serif !important;
    font-weight: 500;
}

/* Heading 1 */

.h1 {
    font-size: 55px !important;
    
    line-height: 80px;
    font-family: 'plantin', serif !important;
    font-weight: normal;
}

h1 {
    font-size: 55px !important;
    line-height: 80px;
    font-family: 'plantin', serif !important;
    font-weight: normal;
}

/* Heading 2 */
h2 {
    font-size: 40px !important;
    line-height: 50px;
    font-family: 'plantin', serif !important;
    font-weight: normal;
}

/* Heading 3 */
h3 {
    font-size: 28px !important;
    line-height: 30px;
    font-family: 'plantin', serif !important;
    font-weight: normal;
}
h4 {
    font-size: 20px !important;
    line-height: 30px;
    font-family: 'sofia-pro', sans-serif !important;
    font-weight: normal;
}
h5 {
    font-size: 18px !important;
    line-height: 17px;
    font-family: 'sofia-pro', sans-serif !important;
    font-weight: normal;
}
h6 {
    font-size: 16px !important;
    line-height: 30px;
    font-family: 'sofia-pro', sans-serif !important;
    font-weight: normal;
}


div {
    font-family: 'sofia-pro', sans-serif !important;
}

@media (max-width: 768px) {
    body {
        font-size: 14px !important;
        line-height: 17px;
        font-family: 'sofia-pro', sans-serif !important;
        font-weight: 500;
    }
    .h1 {
        font-size: 40px !important;
        line-height: 45px;
    }
    h1 {
        font-size: 40px !important;
        line-height: 45px;
    }

    h2 {
        font-size: 32px !important;
        line-height: 35px;
    }

    h3 {
        font-size: 24px !important;
        line-height: 25px;
    }
    h4 {
        font-size: 18px !important;
        line-height: 25px;
    }
    h5 {
        font-size: 16px !important;
        line-height: 17px;
    }
    h6 {
        font-size: 14px !important;
        line-height: 25px;
    }
}


.navbar-light {
    width:100% !important;
}
.navbar-dark {
    width:100% !important;
}