
html{
	 background: url('/images/IMG_1301.JPG') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
	z-index:-999;
}
button{
	background:rgba(255,255,255,0.5);
	margin-top:20px;
}
.btn{
	padding-top:20%;
	padding-bottom:20%;
}
body{	
	background:none;
}	
h1{
	color:#fff;
	text-shadow:0px 0px 5px #000;
	text-align:center;	
	font-family: 'Oswald', sans-serif;
	font-weight:700;
}
.container{
	min-height:100%;	
}
.container.footer{
	color:#fff;
	background:#333;	
}