.wrapper {

    height: calc(100vh - 80px);
	
}

footer {
	text-align:center;
	width:100%;
   
}

html { 
	background: url(doggos.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.SILfont{
	font-family: 'Shadows Into Light', sans-serif;
}

.logoLayer1{
	background-color: rgba(0, 0, 0, 0);
	-webkit-filter: blur(5px); /* Safari 6.0 - 9.0 */
	filter: blur(5px);
	text-align:center;width:100%;font-size:50px;
}

 .logoLayer1 span{
	 blur:0px;
 }
 
.logoLayer2{
	margin-top:-120px;
	text-align:center;
	width:100%;
	font-size:52px;
	color:white
}
.logoLayer3{
	margin-top:-120px;
	text-align:center;
	width:100%;
	font-size:50px;
}

#content{
	margin-top:-40px;
}

.subtext{
	font-weight:bold;
	font-size:20px;
	text-align:center;
	margin:0px;
	padding:0px;
}