/* Enter Your Custom CSS Here */

.site-header h1 {
    font-size: 2.5rem;
    line-height: 2.7rem;
    margin-bottom: 1rem;
}
.site-header h2 {
     font-style: italic;
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 2.0;
}

.entry-content,
.entry-summary,
.page-content {
   -webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
   hyphens:         none;
}


img {
     margin: 2px;
     padding: 3px;
     border: solid black 1px
}
