@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: #000000;
	font-family: Consolas, monospace;
	font-size: 0.8rem;
	text-align: right;
}

a
{
	transition: 0.3s;
}

a,
a:active,
a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	opacity: 0.5;
}

#caption
{
	margin: 1.5rem 0;
}

#footer
{
	margin: 1.5rem 0;
}

#album
{
	background-image: url("images/cover-2000.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: 5px 5px 10px #cccccc;
	height: 400px;
	min-height: 200px;
	min-width: 200px;
	max-height: 75vw;
	max-width: 75vw;
	width: 400px;
}

#logo
{
	background-image: url("images/jakesargent.svg");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 50px;
	margin-bottom: .5rem;
	width: 150px;
}

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

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