@font-face {
    font-family: 'ClearSans';
    src: url('./fonts/ClearSans/ClearSans-Light-webfont.eot');
    src: url('./fonts/ClearSans/ClearSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/ClearSans/ClearSans-Light-webfont.woff') format('woff'),
         url('./fonts/ClearSans/ClearSans-Light-webfont.ttf') format('truetype'),
         url('./fonts/ClearSans/ClearSans-Light-webfont.svg#clear_sans_lightLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'plqaD';
    src: url('./fonts/plqaD/plqad.eot');
    src: url('./fonts/plqaD/plqad.eot');
    src: url('./fonts/plqaD/plqad.eot?#iefix') format('embedded-opentype'),
         url('./fonts/plqaD/plqad.woff2') format('woff2'),
         url('./fonts/plqaD/plqad.woff') format('woff'),
         url('./fonts/plqaD/plqad.ttf') format('truetype'),
         url('./fonts/plqaD/plqad.svg#plqaD') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { 
	background: url('../images/bar.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: 'ClearSans', 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	line-height: 1.2;
	height: 100%;
}

.klingon {
	font-family: 'plqaD';
	font-size: 80%;
}

h1 {
	font-size: 32px;
	margin: 50px 0 20px;
}

h2 {
	font-size: 24px;
	margin: 40px 0 0;
}

h3 {
	font-size: 20px;
	margin: 20px 0 10px;
}

h4 {
	font-size: 18px;
	margin: 20px 0 10px;
}

a {
	color: #aa1698;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

nav.navigation ul, nav.locales ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

nav.navigation ul {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

nav.locales ul {
	text-align: right;
	margin-bottom: 20px;
}

nav.navigation ul li {
	display: inline;
	margin-right: 15px;
}

nav.locales ul li {
	display: inline;
	margin-left: 5px;
}

a.current {
	text-decoration: underline;
}

#container {
	max-width: 520px;
	margin: 0px auto;
	padding: 10px 30px 40px;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	min-height: 100%;
	box-sizing: border-box;
	position: relative;
}

#content p {
	margin: 0 0 40px;
}

#content ul {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}

#content ul li {
	margin: 0 0 10px;
	padding: 0;
}

dfn {
	font-style: normal;
	border-bottom: 1px dotted;
	cursor: help;
}

#logos {
	margin-top: 40px;
}


table.contact {
	width: 100%;
	border-collapse: collapse;
}

table.contact td {
	padding: 10px;
}


.price {
	color: #666;
	font-size: 90%;
	margin-left: 1ex;
}

#sticker {
	position: absolute;
	right: -80px;
	top: 50px;
	width: 100px;
}

#sticker img {
	width: 100%;
}


#content .gallery li {
	display: block;
	float: left;
	margin-right: 20px;
	width: 140px;
}

#content .gallery li:nth-of-type(3n + 3) {
	margin-right: 0px;
}

#content .gallery .tools {
	visibility: hidden;
}

#content .gallery li:hover .tools {
	visibility: visible;
}

#content .gallery .tools a {
	color: gray;
}

#content .gallery .tools a:hover {
	color: #aa1698;
	text-decoration: none;
}


.motto {
	font-style: italic;
}


button.accordion {
	background: none;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    font-weight: bold;
}

button.accordion:hover {
	color: #aa1698;
	text-decoration: underline;
}

button.accordion:active, button.accordion:focus {
	outline: none;
}

#content ul.items {
    display: none;
    margin-top: 10px;
}

.info {
	font-style: italic;
}


table.generator {
	margin: 0 auto 50px;
}

.error {
	color: red;
}

.error td {
	padding-bottom: 10px;
}
