@font-face {
	font-family: "Gabriola";
	src: url("../fonts/GABRIOLA.TTF");
	font-family: "Pollock3CTT";
	src: url("../fonts/POLLOCK3CTT.TTF") format('truetype');
}

* {
	background-color: #000;
	color: white;
}

body {
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: normal;
}

.bandass {
	font-family: "Gabriola", cursive;
	color: red;
	line-height: 28pt;
	letter-spacing: 2px;
	font-weight: bold;
}

.albums {
	font-family: "Pollock3CTT", fantasy;
	color: #FF6A00;
	font-size: 64px;
	-webkit-font-smoothing: none !important;
}

.album, i {
	font-family: "Pollock3CTT", fantasy;
	color: #FFD800;
	font-size: 64px;
	font-weight: normal;
	-webkit-font-smoothing: none !important;
	line-height: 16pt;
}

.download {
	font-family: "POLLOCK3CTT", fantasy;
	text-decoration: none;
	color: #0026FF;
	font-size: 32px;
	font-weight: 100;
	-webkit-font-smoothing: none !important;
}

footer {
	position: fixed;
	left: 0; 
	bottom: 0; 
	right: 0;
	padding: 0;
	margin: 0;
    width: 500px;
	background-color: transparent;
}

.thumbnail{
	width: 30%;
}