@charset "UTF-8";
@font-face {
    font-family: 'umbrageregular';
    src: url(../fonts/umbrage2-webfont.eot);
    src: url(../fonts/umbrage2-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/umbrage2-webfont.woff) format('woff'),
         url(../fonts/umbrage2-webfont.ttf) format('truetype'),
         url(../fonts/umbrage2-webfont.svg#umbrageregular) format('svg');
    font-weight: normal;
    font-style: normal;

}
* {margin: 0;}
html {
	margin: 0;
	padding: 0;
	min-height: 100% !important;
	height: 100%;
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: #fff;
	background-color: rgb(0,0,0);
}
a:link, a:visited {
	text-decoration: none;
	color:rgb(255,255,255) ;
}
.yellow {
	color: rgb(221,221,102);
}
.clear {
	clear: both;
}
body {
	height: 100%;
}
h1#logo  {
	display: flex;
	justify-content: center;
	width: 100%;
}
h1#logo img {
	height:auto;
	width:50rem;
	align-self: flex-start;
}
#album {
	display: flex;
	justify-content: flex-start;
	align-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 5rem auto;
}
#album > div {
	width: 100%;
}

p, ul, li {font-size: 1.5rem}
ul {
	list-style-type: none;
	line-height: 1.75rem;
}
ul li {list-style: none}

#title {
	text-align: center;
	margin-bottom: 4rem;
}
#title h1 {
	font-family: umberageregular, arial black;
	font-size: 4rem;
	color: rgb(245,145,0);
}
#cover {
	display: flex;
	justify-content: center;
	align-content: space-between;
	margin-bottom: 3rem;
}
#cover img {
	width: 30rem;
	height: 30rem;
	border: 1px solid rgb(153,153,153);
}
#description {
	text-align: center;
}



