@charset "UTF-8";
/* CSS Document */



body {background-color: #d2c9c8; margin: 0px auto auto; max-width: 800px; background-image: url("backgroundhead.jpg"); background-repeat: no-repeat; background-size: 100% 400px}

.content {
	min-height: 800px;
	width: 100%;
	height: auto;
	background-image: url("banner.png");
	background-repeat: no-repeat;
	background-size: auto 300px;
	font-family: filosofia, serif; 
  	background-position: center top;
	margin-bottom: 0px;
	padding: 350px 20px 20px 20px;
}


h1 {font-family: "filosofia-unicase", sans-serif; font-size: 18pt;}


.navigation {
	display: flex; 
	justify-content: space-between;
	padding: 0px;
	margin: auto;
	width: 90%;
	font-family: dalliance-roman, sans-serif;
	font-size: 16pt;}

.linkblock {align-content: center; text-align: center;}

.external {width: 10px;}


a {color: #000; text-decoration: none;}
a:hover {font-style: italic;}