/* Enter Your Custom CSS Here */


/* reduce Title box padding and push beyond lamp */ 
.inside-header {
    padding: 1px 15px 40px 250px;
}

/* align Title text right */

.header-aligned-center
.site-header {
    text-align: right;
}

/* reduce font on Title and increase bold */
.main-title {
    font-weight: 600;
    font-size: 40px;
}




/* strip copyright GeneratePress at the bottom */
.site-info {display:none;}




/* line spacing in footer widget - from 1.5 */
.footer-widgets {
    line-height: 1.2;
}

/* footer widget menu margin on the bottom - from 0 0 30px */
.widget {
    margin: 0 0 1px;
}

/* scrap padding around log on the bottom - from 0 30px 
.simpleimage-4 {
    padding: 0 0px;
}
*/