body{
	background-color: #222;
	padding: 0;
	margin: 0;
	font-size: 150%;
	overflow-x: hidden;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}


.background{
	min-height:1100px; 
	margin: auto;
	background-image: url("background.jpg");
	background-repeat: no-repeat;
	background-position: center;
  background-attachment: fixed;
	
}

.text{
	color: white;
	padding: 0 20%;
	text-align: center;
}

.bold{
	font-weight: bold;
}