<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* --- */

@font-face{
	font-family: 'FluxischElse';
	src:url('../fonts/FluxischElse-Regular.woff');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'FluxischElse';
	src:url('../fonts/FluxischElse-Light.woff');
	font-weight: normal;
	font-style: italic;
}
@font-face{
	font-family: 'FluxischElse';
	src:url('../fonts/FluxischElse-Bold.woff');
	font-weight: bold;
	font-style: normal;
}

/* --- body --- */

body{
	background-color: white;
	font-family: "FluxischElse", sans-serif;
	font-size: 18px;
	line-height: 1.3;
	margin:1em;
	padding:0;
	background-color: rgba(25,25,25,1);
	color:rgba(200,200,200,1);
}
a,
a:hover,
a:visited,
a:active{
	color:rgba(200,200,200,1);
}

/* --- index --- */

#index{
	margin:0 0 4em 0;
}
#index img{
	width: 100px;
	vertical-align: middle;
}
small.caption{
	width: 100%;
	text-align: center;
}
#index #name{
	position: absolute;
	left: calc(200px + 2em);
	top: 10px;
}
#index #back {
	position: absolute;
	top: 10px;
}
#index #back a{
	text-decoration: none;
}

/* --- info --- */

div#info{
	margin-top:5em;
}

/* --- images --- */

#images{
	margin:0 -1em;
}
.image{
	display: inline-block;
	margin:1em 0 1em 1em;
	vertical-align: middle;
}
.image.block{
	width: 200px;
}
.image.large{
	width: calc(100% - 3em - 200px);
	max-width: 800px;
}
img{
	width: 100%;
}
body.view img:hover{
	cursor:pointer;
}
.caption{
	font-size: small;
	margin-top:1em;
}

/* --- info + contact --- */

#info, 
#contact {
	max-width: 700px;
}
h1{
	font-size:100%;
	margin:2em 0 1em 0;
}
p{
	margin:0 0 1em 0;
}

a, 
a:hover, 
a:visible,
a:active{
	color:black;
	text-decoration:underline;
}

</pre></body></html>