html, body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
footer {
  flex-shrink: 0;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
form {
  margin-bottom: 3.5rem;
}
.center {
  margin: 2.8rem auto!important;
  text-align: center!important;
}
.subtag {
  font-size: 3.0rem;
}
.hero {
  padding-left: 0;
}
.hero > .row {
  margin: 15px 0 0 0;
}
.hero-logo {
    margin: 0 auto;
    width: 100%;
    padding: 2rem 2rem 2rem 0;
}
.tagline {
  width: 288px;
  height: auto;
  position: relative;
  top: 60px;
}
.site-logo {
  margin: 10px 5px;
  width: 100%;
  max-width: 400px;
  text-align: left;
  float: left;
  clear: both;
}
.centered h1 {
  text-align: center;
  font-size: 8rem;
  line-height: 0.3;
  margin-bottom: 3rem;
}
.centered h2,
.centered h3 {
  text-align: center;
  margin-bottom: 0;
}
.nav-toggle {
  padding: 15px;
}
.navigation {
    background-image: url('/images/scratches.png'), url('/images/so-white.png');
}
.nav ul a {
  font-family: 'Fira Sans', 'Arial', sans-serif;
}
.catalogue-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.75rem;
}

.catalogue-img {
  width: 100%;
  height: auto;
}

.recent-post-container {
  margin-top: 20px;
}
.sig-footer {
  border-top: 0.5px solid #e5e5e5;
  font-family: 'Fira Sans', 'Arial', sans-serif;
  font-size: 1.25rem;
  word-wrap: break-word;
  padding-top: 35px;
}
.sig-footer form {
  display: inline;
}
.sig-footer .warning {
  background: #cc0000;
  border-top: 1px solid #b20000;
  border-bottom: 1px solid #b20000;
  padding 5px;
}
.pagination {
  font-family: Palatino, "Palatino LT STD", "Palatino Linotype", "Book Antiqua", "Georgia", serif;
  margin: 10px 0;
}
footer {
  color: #fbf9f4;
  background-color: #606c76;
  border-top: 1px solid #353535;
  font-family: 'Fira Sans', 'Arial', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.6;
  width: 100%;
  max-width: none;
}
footer span {
  color: #fbf9f4;
  font-size: 1.2rem;
}
footer ul {
  list-style: none;
}
footer li {
  text-decoration:none;
  text-align:left;
}
.social img {
  height: auto;
}
@media (max-width: 638px) {
  .hero {
    padding-left: 2rem;
  }
  .hero-logo {
      padding: 2rem;
  }
  .tagline {
    width: 190px;
    top: 0;
  }
}
