body, h3, .uk-heading-large, .uk-heading-medium {
  font-family: 'Roboto Slab', serif;
}

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}

.major {
  text-align: center;
  padding-top: 50px;
}

.majorish {
  text-align: center;
  margin-top: 20px;
}

main {
  /* Background image from Toptal Subtle Patterns */
  background: url(images/geometric-leaves.png);
  flex: 1 0 auto;
}

.push {
  margin-left: 15px;
  margin-top: 10px;
}

.minor {
  background: url(images/geometric-leaves.png) !important;
} 

.slideshow-container {
  margin-bottom: 20px;
}

.uk-heading-large,
.uk-heading-medium {
  color: #fae23e !important;
  opacity: 1.0;
}

footer {
  flex-shrink: 0;
  background-color: #dce1e3;
}

.footerText {
  text-align: center;
  padding-top: 20px;
}