/* Enter Your Custom CSS Here */
body {
  font-family: 'Quicksand', serif;
  color: #111 !important;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
}

header {
  display: none
}
#page {
  border: none !important;
}
#page:before, #page:after {
  background-color: white !important;
}

article footer {
  display: none;
}

.hentry {
  border: none !important;
}

a:hover {
  color: #fff !important;
  text-decoration: none !important;
  background: #111 !important;
}
a:link, a:visited {
  color: #111;
  text-decoration: none;
  background: #efefef;
}

footer {
  display: none;
}

.footer-comment {
  font-size: 0.8em;
}