* {
  text-rendering: optimizeLegibility;
}

body section#content p {
  font: 400 14px/22px "arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.9rem;
}

@media screen and (max-width: 768px) {
  body section#content p {
    font-size: 18px;
    line-height: 24px;
  }
}

body section#content .jumbotron {
  padding-bottom: 1rem;
}

body section#content .overview-list > li figure .grade {
  font: 600 31px "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  letter-spacing: -0.7rem;
  color: #1eb1ca;
  padding: 1.7rem 2rem 1.7rem 1.3rem;
}

body section#content .overview-list > li figure a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

body section#content article.article header h1 {
  font: 500 32px/40px "Playfair Display", Georgia, "Times New Roman", Times, serif;
}

body section#content article.article .content * {
  font: 400 14px/22px "arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body section#content article.article .content * strong {
  font-weight: 600;
}

body section#content .hero-block > li > figure figcaption {
  font: 400 24px/32px "arial", "arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body section#content aside.sidebar .sidebar-block {
  margin: 7rem 0 0;
}

body section#content aside.sidebar .sidebar-block .sidebar-content > h5 {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
}

body section#content aside.sidebar .sidebar-block .sidebar-content > p {
  font: 400 14px/22px "arial", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.9rem;
  margin: 1.5rem 1.25rem 1.25rem;
}

body section#content .login-form-container {
  background-color: white;
  padding: 2rem;
}

body section#content .login-form-container .btn, body section#content .login-form-container .social-login, body section#content .login-form-container .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 1rem;
}

body footer > div.links {
  color: white;
}

body footer > div.links h5 {
  border-bottom: 1px solid white;
  color: white;
}

body footer > div.links ul > li > a {
  color: white;
}
