/*
Theme Name: Providence
Author: 44pixels Dev
Description: Custom theme for Providence
Template: Divi
Version: 1.0
*/

/* =Theme customization starts here
------------------------------------------------------- */
/*This is redeclaration because Divi theme prompting cache*/
body {
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 16px;
    }
}