/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-top: 60px;
  margin-bottom: 160px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}
.logo{
  width: 30%;
  margin-bottom: 20px;
}

h1, p{
  font-family: 'Fira Sans', sans-serif;
}
h1 {
  font-weight: 700;

}
.footer p{
  margin-top: 20px;
}
.statement p{
  margin-top: 20px;
  font-size: 1.4em;
  font-family: 'Merriweather', serif;
}