html {
	background-color: gray;
	background: url(landingbg.jpg) no-repeat center center fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

h1{
	color: white;
	/* font-family: 'Jura', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 50px;
	margin: 0px;
}

h2{
	color: white;
	/* font-family: 'Helvetica Neue', Helvetica; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	margin: 0 0 10px 0;
	font-style: italic;
	font-size: 20px;
}

p {
	color: white;
	/* font-family: 'Roboto Slab', serif; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 200;
	text-align: justify;
	text-indent: 30px;
}

.box{
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	width: 350px;
	margin: 100px auto;
	text-align: center;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	border-radius: 10px;
}

img{
	border: none;
}

a:hover, a:visited, a:link, a:active{
	text-decoration: none;
	padding: 0 10px;
}