html
{
	height:		100%;
	box-sizing:	border-box;
}

*,
*:before,
*:after
{
	box-sizing:	inherit;
}

body
{
	position:			relative;
	margin:				0;
	min-height:			100%;
}

.center-main
{
	max-width:	1000px;
	background:	aliceblue;
	margin:		auto;
	max-height:	100%;
}

.logo
{
	padding-top:		1rem;
	padding-left:		0.6em;
	padding-bottom:	0.2em;
}

.img-top
{
	background-repeat:	no-repeat;
	background-size:		cover;
	background-position:	center bottom;
	height:					400px;
	width:					100%;
	background-image:		url("../img/galleri/emils1_1000x410.jpg");
}

.rectangle-top
{
	width:				100%;
	max-width:			1000px;
	height:				90px;
	background-color:	aliceblue;
	opacity:				0.80;
}

.rectangle-links
{
	display:				flex;
	justify-content:	space-between;
	font-size:			larger;
	padding-left:		1rem;
	padding-right:		1rem;
}

.page-text
{
	padding-left:		1rem;
	padding-right:		1rem;
	padding-bottom:	4rem;
	background-color:	aliceblue;
	font-family:		Arial, Helvetica, sans-serif;
	width:				100%;
	max-width:			1000px;
	font-size:			120%;
	text-align:			justify;
}

.spacer
{
	z-index:				-1;
	position:			absolute;
	bottom:				0;
	width:				100%;
	max-width:			1000px;
	padding-bottom:	-1rem;
	padding-top:		80%;
	background-color:	aliceblue;
}

.footer
{
	position:			absolute;
	bottom:				0;
	width:				100%;
	max-width:			1000px;
	padding-bottom:	0;
	padding-top:		0;
	padding-left:		1rem;
	background-color:	aliceblue;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			70%;
	text-align:			center;
}	

pre
{
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		120%;
}
.align_left
{
	position:	absolute;
	bottom:		0.5rem;
	left:			1rem;
}

.align_right
{
	position:	absolute;
	bottom:		0.5rem;
	right:		1rem;
}

a.link:link
{
	font-family:		Arial, Helvetica, sans-serif;
	text-decoration:	none;
	color:				#363636;
}
a.link:visited
{
	color:	#363636;
}
a.link:hover
{
	color:	#737373;
}
a:active
{
	color:	blue;
}
.copyright
{
	position:	absolute;
	top:			377px;
	margin:		0.5em 1rem;
	font-size:	70%;
	font-style:	italic;
	color:		#ddd;
}