h1, h2, h3, h4 {
  font-family: 'Francois One', sans-serif;
  font-weight: 400;
}

body {
  font-family: 'Gentium Book Basic', serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 50px;
}

html {
  position: relative;
  min-height: 100%;
}

#footer, #header {
  width: 100%;
  background-color: #f5f5f5;
  color: #999;
}

#footer {
  position: absolute;
  bottom: 0;
  height: 50px;
  padding-top: 10px;
}

#footer .text {
  padding-top: 4px;
  text-align: right;
  font-size: 14px;
}

#header {
  height: 45px;
  padding-top: 10px;
}

.jumbotron {
  background-image: url(/img/sequences.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .jumbotron p {
    font-size: 24px;
  }
  .homepage {
    font-size: 24px;
  }
  .homepage h2 {
    font-size: 36px;
  }
}

.longtext {
  max-width: 800px;
}

.well p:last-of-type {
  margin: 0;
}