@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|PT+Serif:400,700,400italic');
* {box-sizing: border-box;}
html, body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: 'PT Serif', serif;
  color: #555;
}

h1 {
  font-family: 'Source Sans Pro', serif;
}
h1 a {color: #fff!important;}

.barba-container {
  position: relative;
}

nav {
	width: 100%;
	padding: 16px;
	font-family: sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #555;
	color:#fff;
	display: block;
	/*position: absolute;*/
	position: fixed;
	top: 0; 
	/*left: 0;*/
	z-index: 999;
	/*height: 36px;*/
}
.site-title {
	margin-right:24px;
}
nav a {
	color: rgba(255,255,255,0.5);
	margin: 0 8px;
}
.is-active {
  color: rgba(255,255,255,1);
}

header {
	display: block;
  top: 50px;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

header h1 {
  position: relative;
  width: 90%;
  text-align: center;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.content {
	display: block;
}
h2, p {
	display: block;
	position: relative;
  margin: 15px auto;
  width: 90%;
  max-width: 600px;
  line-height: 1.7;
}
h2 {margin-top: 32px;}

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;
}
