body,
.btn-primary,
.btn,
.navbar,
h1,
h2,
h3,
h4,
h5,
.widgettitle,
input,
button,
select,
textarea {
  font-family: "effra", helvetica, sans-serif;
  color: #555555;
}
h1 {
  color: #333333;
}
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="url"],
input[type="search"] {
  border-radius: 0;
}
.entry-content p,
.entry-content ul,
.entry-content ol {
  font-family: "leitura-news", georgia, serif;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
.widgettitle {
  font-weight: 500;
}
a {
  color: #09c9ff;
}
a:hover {
  color: #3cd4ff;
}
.btn {
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 24px;
  background-color: #09c9ff;
  color: #fff;
  border-radius: 0;
}
.btn:hover {
  background-color: #00b5e8;
  color: #fff;
}
.btn.btn-primary {
  color: #fff;
  background-color: #f77710;
}
.btn.btn-primary:hover {
  background-color: #df6807;
}
.top-tag {
  font-weight: 300;
}
.stories h2.entry-title {
  font-size: 24px;
  margin-bottom: 0.5em;
}
.stories h2.entry-title a {
  color: #555555;
}
.stories h2.entry-title a:hover {
  color: #09c9ff;
}
.stories h5.byline {
  display: none;
}
.type-pull-quote {
  border-left: 1px solid #aaaaaa;
  padding-left: 40px;
  color: #555555;
}
@media (max-width: 768px) {
  .type-pull-quote {
    padding: 20px 10px;
    text-align: center;
    border: none;
    border-top: 3px solid #555555;
    border-bottom: 3px solid #555555;
    margin: 0 auto 1em;
    max-width: 90%;
  }
}
.site-hero {
  width: 100%;
  text-align: center;
}
.site-hero img {
  margin: 2em auto 1em;
  display: block;
  width: 300px;
}
.site-hero .tagline {
  color: #666;
  font-size: 18px;
}
.site-hero p {
  font-size: 14px;
}
.site-hero .btn {
  padding: 24px 36px;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.footer-bg {
  background: transparent;
}
.footer-bg #site-footer {
  padding-top: 3em;
  border-top: 1px solid #ddd;
  color: #111;
  text-align: center;
}
.footer-bg #site-footer p {
  font-size: 16px;
  margin: 0;
}
.footer-bg #site-footer .github-star-fork {
  margin-bottom: 2em;
}
.footer-bg #site-footer ul.largo-links {
  margin: 2em 0;
}
.footer-bg #site-footer ul.largo-links li {
  font-size: 16px;
  list-style-type: none;
  margin-right: 12px;
  display: inline;
}
@media (max-width: 480px) {
  .site-hero .tagline {
    font-size: 15px;
  }
  #site-footer .credit-and-license p {
    margin-bottom: 0.75em;
    font-size: 13px;
  }
}
