.content {
  position: relative;
  margin: 0;
  padding: 10px; }
  .content a {
    color: #284a80; }
  .content a:hover {
    color: blue; }
  .content p {
    margin: 0.5em 0 0.5em 0; }
  .content p img {
    border: 1px solid #bbbbbb;
    padding: 5px;
    margin: 10px;
    background: white;
    float: right; }
  .content h1 {
    font-size: 2rem;
    margin: 0.25rem 0 0.4rem;
    clear: both; }
  .content h2 {
    font-size: 1.6rem;
    margin: 1rem 0 0;
    clear: both; }
  .content h3 {
    font-size: 1.2rem;
    clear: both; }
  .content h4 {
    clear: both; }
  .content h5 {
    clear: both; }
  .content .jumbotron {
    min-height: 250px;
    margin: 4em; }
    .content .jumbotron h1 {
      font-size: 3rem; }
