/*
	font-family: 'Parisienne', cursive;

	font-family: 'Libre Baskerville', serif;

	font-family: 'Voltaire', sans-serif;

	font-family: 'Playball', cursive;

	font-family: 'Spirax', cursive;
	
	font-family: 'Great Vibes', cursive;

	font-family: 'Romanesco', cursive;

	font-family: 'Monsieur La Doulaise', cursive;
	
	font-family: 'Yanone Kaffeesatz', sans-serif;
	
	font-family: 'Archivo Narrow', sans-serif;

	font-family: 'Oswald', sans-serif;
*/
html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #85663E;
	font-size: 15px;
	background-image: url('honlaphatter4.jpg');
	background-position: center bottom;
	background-attachment: fixed;
	
}

body {
	width: 900px;
	margin: auto;
	margin-bottom: 0px;
	min-height: 100%;
	text-align: center;
	font-family: Tahoma;
	border: 0px;
	background-image: url('hattermozaik01.png');
	border-left: 3px double #ffff99;
	border-right: 3px double #ffff99;
	color: white;
	padding: 50px;
}

img {
	margin: 20px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 3px solid #444400;
	border-bottom: 3px solid #444400;
	padding: 2px;
}

a {
	text-decoration: none;
	color: #dddddd;
}
h1 {
	font-size: 2em;
	font-family: 'Berkshire Swash', cursive;
	margin: -10px 0px;
	color: #dddd77;
}


h2 {
	font-size: 1.5em;
	font-family: 'Voltaire', sans-serif;
	margin-top: -5px;
	margin-bottom: -10px;
	text-align: center;
	line-height: 1.5em;
}


h3 {
	font-size: 1.5em;
	font-family: 'Berkshire Swash', cursive;
	margin: -10px 0px;
	color: #dddd77;
}

h4 {
	font-size: 0.8em;
	font-family: 'Arial', cursive;
	color: #ffffff;
	margin: 0px 0px;
}

h5 {
	font-size: 2.5em;
	font-family: 'Kurale', serif;
	margin: 0px;
	color: #dddd77;
	border-bottom: 1px dotted #666666;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.sor {
	border-bottom: 3px double #dddd88;
}

.galeria {
	display: flex;
  flex-wrap: wrap;
  align-items: center;
    justify-content: center;
}