/*
Theme Name: Divi Child
Theme URI: http://dknmedia.gr
Description: Child Theme For Divi
Author: Kostas
Author URI: http://personalizeitnow.com
Version: 1.0.0
Template: Divi
*/

* {
    margin: 0;
    padding: 0;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
}

@media only screen and (max-width: 68.75em){html{font-size:50%}}

body {
    font-family: 'Georgia', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #554c44;
}