/* Enter Your Custom CSS Here */
#content h2 {
  color: #000000;
  border-bottom: none;
}

#content .hentry .entry-header {
  display: none;
}

#footer {
  color: yellow;
}

#footer a {
  color: yellow;
}

#footer .site-title {
  border-top: solid 3px yellow;
}

#footer ul.row > li {
      width: 100%;
}


.widget {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}


#content {
    padding: 40px 0 0 0;
}

#content .slideshow-window, .jetpack-slideshow {
    background-color: #fff;
    border: 20px solid #fff;
}

#content .hentry .entry-content h1 {
  color: #000000 !important;
  margin: 0.2em 0 !important;
}

@media (min-width: 900px) {
#content {
 width: 80vw;
}
}

#content .slideshow-window, .jetpack-slideshow {
    border: none;
}