body {
  margin:0 auto;
}
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,300);
.backgrounda {
  height: 720px;
	background: url(../img/bg.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	background-color: #1c120c;
	background-attachment:fixed;
	position:relative;
	overflow:hidden;
 }
.backgroundb {
	background: url(../img/bg2.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	background-color: #1c120c;
	background-attachment:fixed;
	position:relative;
	overflow:hidden;
 }
.backgroundc {
  height: 720px;
	background: url(https://farm6.staticflickr.com/5524/11594323675_034ef063b6_b.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
	background-color: #1c120c;
	background-attachment:fixed;
	position:relative;
	overflow:hidden;
 }
h1 {
  margin-top:110px;
  text-align:center;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-weight:300;
  color:white;
  
}