img.header-image {
    box-shadow: none;
}
img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
	border: none;
	box-shadow: none;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
img.wp-post-image {
    border-radius:0;
    box-shadow:0 0 0 rgba(0,0,0,0);
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border-bottom:0;
	border-top:0;
}

.main-navigation ul li:hover > a {
    background: #d54e21;
}
.main-navigation ul li:hover > a {
    background: #00ff00;
    color: #000000;
}
.site-info {
  display: none;
}
footer#colophon {
display: none;
}
.site-content article 
{
margin-bottom: 1rem;
padding-bottom: .1rem;
border-bottom: none
}