html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Lato', sans-serif;
  
}

.hero-section {
  position: relative;
  z-index: 1;
}