/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */



.is-style-headline2, .editor-styles-wrapper .is-style-headline2 {
    font-family: ct_font_muncie,"arial", serif;
    font-size: 80px;
    margin: 0;
}
@media(min-width: 1200px){
    .is-style-headline2, .editor-styles-wrapper .is-style-headline2 {
        font-size: 140px;
    }
}

.is-style-headline3, .editor-styles-wrapper .is-style-headline3,
.is-style-headline3.has-background, .editor-styles-wrapper .is-style-headline3.has-background{
    display: inline;
    line-height: 1.8;
    padding: .1em .4em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

#main-container {
    overflow: visible;
}