@import url("https://fonts.googleapis.com/css?family=Space+Mono|");
.site-logo .custom-logo {
  display: inline-block;
  margin-right: 0px;
  padding-right: 0px;
  margin-top: -43px;
  margin-bottom: -61px;
}
.archive-header .archive-title {
  font-size: 40px;
  font-family: Space Mono;
  font-weight: 800;
}
.site-footer {
  background-color: #0c59a9;
}
.header-main {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: -10px;
  box-shadow: 0px 2px 10px 0px #202020;
}
.entry-title {
  color: #0c59a9;
  font-weight: 800;
  font-family: Space Mono;
  word-spacing: -10px;
  letter-spacing: 0pt;
}
.entry-content h2 {
  font-family: Space Mono;
  word-spacing: -2px;
  letter-spacing: -1px;
}
.primary-navigation {
  padding-bottom: 5px;
}
.site-content {
  position: static;
  top: auto;
}
.entry-content h3 {
  font-family: Space Mono;
  color: #6C6C6C;
}
.more-link {
  background-color: #0c59a9;
}
.more-link:hover {
  background-color: #f6d66b;
}
