@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|PT+Serif:400,700,400italic');

html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  color: #555;
}

h1 {
  font-family: 'Source Sans Pro', serif;
}

.barba-container {
  position: relative;
}

header {
  position: relative;
  height: 40vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

header h1 {
  position: absolute;
  width: 90%;
  text-align: center;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  webkit-transform: translate(-50%, -50%);
  moz-transform: translate(-50%, -50%);
}

p {
  margin: 15px auto;
  width: 90%;
  max-width: 600px;
  line-height: 1.7;
}

a.nav {
  font-family: 'Source Sans Pro', serif;
  display: block;
  position: fixed;
  text-decoration: none;
  top: 25vh;
  background: #555;
  color: #fff;
  padding: 10px;
  z-index: 99;
}

a.nav.next {
  right: 0;
}

a.nav.prev {
  left: 0;
}
