/*
 Theme Name:   Devon Minor Works
 Template:     generatepress
 Version:      0.1
*/

body {
    background-color: #fff;
}



header .main-nav a{font-weight:bold !important}

.inside-right-sidebar, .sidebar .widget {
    background: #ebecf1;
	padding: 5px !important;
	margin-bottom: 0px !important;
}

.inside-right-sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#content{margin-bottom: 20px;}

#main .inside-article{padding-bottom: 0;}

p{margin-bottom: 0;}





footer {
            display: flex;
            justify-content: space-between;
            padding: 2em 1em;
            background-color: #3c464b;
        }
        footer .footer-column {
            width: 32%;
        }
        @media (max-width: 768px) {
            footer {
                flex-direction: column;
            }
            footer .footer-column {
                width: 100%;
                margin-bottom: 1em;
            }
        }


/* hide Home on homepage */
body.home .entry-header{display:none}
body.home .entry-content:not(:first-child), body.home .entry-summary:not(:first-child), body.home .page-content:not(:first-child) {
    margin-top: 0;
}
/* /hide Home on homepage */