@import "normalize.css";

html,
body
{
	height: 100%;
}

body
{
	background-image: url("images/blank-2000.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 0.8rem;
	font-weight: bold;
	text-align: center;
}

a
{
	transition: 0.3s;
}

a,
a:active,
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	opacity: 0.5;
}

#caption
{
	letter-spacing: 1px;
	margin: 1.5rem 0;
	text-transform: uppercase;
}

#caption .title
{
	font-size: 1.5rem;
}

#footer
{
	margin: 1.5rem 0;
}

#album
{
	background-image: url("images/cover-2000.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 90vw;
	min-height: 300px;
	min-width: 300px;
	max-height: 500px;
	max-width: 500px;
	width: 90vw;
}

#logo-midnightreality
{
	background-image: url("images/logo-midnightreality.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	filter: invert(100);
	height: 16px;
	margin: auto;
	width: 200px;
}

#main
{
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}
