@font-face {
    font-family: 'gotham_boldregular';
    src: url('fnts/gb.eot');
    src: url('fnts/gb.eot?#iefix') format('embedded-opentype'),
         url('fnts/gb.woff2') format('woff2'),
         url('fnts/gb.woff') format('woff'),
         url('fnts/gb.ttf') format('truetype'),
         url('fnts/gb.svg#gotham_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: 'gotham_boldregular', sans-serif;
	background: #fff;
	}
h1{
	font-family: 'gotham_boldregular', sans-serif;
	font-size: 24px;
}
#album{
	width: 400px;
	position: absolute;
	top: 5%;
	margin: 0 auto;
	text-align: center;
}
#bottomlogo{
	width: 100%;
	height: auto;
	position: absolute;
	top: 62%;
}
