/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     http://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

 /* =Theme customization starts here*/

html,body {
    height:100%;
}

.h1, h1{font-size: 40px!important; text-transform:uppercase; font-weight: 300!important;}
.h2, h2{font-size: 32px!important; text-transform:uppercase; font-weight: 300!important;}
.h3, h3{font-size: 24px!important;}

@media only screen and (max-width: 980px) {

    .h1, h1{font-size: 32px!important; text-transform:uppercase; font-weight: 300!important;}
.h2, h2{font-size: 24px!important; text-transform:uppercase; font-weight: 300!important;}
.h3, h3{font-size: 24px!important;}
}
