/*
Theme Name:     Ava Child
Theme URI:      http://demo.themebeans.com/ava
Description:    Make your modifications to Ava in this child theme.
Author:         ThemeBeans
Author URI:     https://themebeans.com
Version:        1.0
Template:       ava
*/


.screenwriting-post h6 {
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
    text-decoration: underline;
    margin-bottom: 5px;
    /* border-bottom: 1px solid; */
}

.screenwriting-post p {
    font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
    
    }
    
    
.project-inner article.screenwriting img {
    width: 100%;
    max-width:500px;
    height: auto;
}
    
.screenwriting-post h4,
.screenwriting em {
    font-family: Karla,sans-serif;
    font-size: 19px;
    margin-bottom: 3px;
    letter-spacing: 2px;
}

.screenwriting em {
     display:block;
     font-style:normal;
     text-transform:uppercase;
     margin-top:10px;
 }