*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

.js .fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.js .fade-in.visible {
  opacity: 1;
}

body {
  background: #ffffff;
  color: #ffffff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

#main {
  background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url(/thomas-moran-grand-canyon-of-the-yellowstone.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

#h1 {
  font-family: 'Roboto Slab', serif;
  font-size : 48px;
  font-weight: 300;
  text-align: center;
}