@import url('https://fonts.googleapis.com/css?family=Sedgwick+Ave+Display');


body{
	padding-top:55px;
}

img{
	max-width:100%;
}

footer{
	color:#aaa;
	font-size:0.8em;
	height:80px;
}

footer a {
	color:#999;
}
footer a:hover{
	color:#FA709A;
	text-decoration: none
}


.graffiti{
	font-family: 'Sedgwick Ave Display', cursive;

}

.tape-image{
	max-height:200px;
}

.tape-title{
	font-size:15px;
}

.tape-creator{
	font-size: 12px;
}

.splash{
	 background: url(images/splashbg.jpg) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}