html {
}
body {
	margin: 10px 0px;
	padding: 0px;
	text-align: justify;
	line-height: 1.6;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	background-color: #555;
	min-width: 270px;
}

form {
	margin: 0px;
	padding: 0px;
}

textarea {
	margin: 0px;
	padding: 0px;
	font-family: inherit;
	font-size: inherit;
}

input {
	margin: 0px;
	padding: 0px;
	font-family: inherit;
	font-size: inherit;
}

div {
	margin: 0px;
	padding: 2px 0px 15px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-family: 'Black Ops One', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
}

ul {
	margin: 0px;
	padding: 5px 0px;
	list-style-type: none;
}

li {
	line-height: 1.2;
	margin: 0px;
	padding: 8px 0px 0px 25px;
	background: transparent url(../img/bullet.png) no-repeat 6px 0.65em;
}

/*li:before {
	padding: 0px 8px;
	content: url(../img/bullet.png);
}*/

#container {
	max-width: 610px;
	margin-left: auto;
	margin-right: auto;
	transition: width 0.25s ease-out;
}
#banner {
	height: 122px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 610px;
	transition: background-size 0.25s ease-out, background-position 0.25s ease-out;
}

/* TODO: Adapt to wider screen
@media only screen and (min-width: 610px) {
	#container {
		max-width: unset;
		width: 610px;
	}
}
@media only screen and (min-width: 840px) {
	#container {
		width: 820px;
	}
	#banner {
		background-size: 100%;
	}
}
*/

/* Adapt banner if screen too narrow */
@media only screen and (max-width: 540px) {
	#banner {
		background-position: -40px;
	}
}

#content {
/*	width: 550px;*/
/*	min-height: 400px;*/
	margin: 0px;
	padding: 10px 30px;
	background-image: url(../img/content.png);
	background-position: center;
	background-repeat: repeat-y;
	
}

#bottom {
/*	width: 610px;*/
	height: 22px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bottom.png);
	background-position: center;
	background-repeat: no-repeat;
}

#menu {
	margin: 0px;
	padding: 0px;
	height: 105px;
	padding-right: 10px;
	list-style-type: none;
	font-family: 'Black Ops One', sans-serif;
	font-weight: 200;
	font-size: 12px;
	text-transform: uppercase;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: flex-end;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 17px;
}
.gallery > img {
	width: 100%;
	transition: width 0.4s ease-out, height 0.4s ease-out;
}
@media only screen and (min-width: 480px) {
	.gallery > img {
		width: 48%;
	}
}
.media {
	width: 100%;
}
.youtube {
	position: relative;
	padding-bottom: 74%;
}
@media only screen and (min-width: 460px) {
	.media {
		max-width: 400px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.youtube {
		max-width: 400px;
		padding-bottom: 300px;
	}
}
@media only screen and (min-width: 460px) {
}
.youtube > iframe {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

li.menuitem {
	margin: 0px;
	padding: 2px 7px;
	display: inline;
	color: #fff;
	cursor: pointer;
	background-image: none;
}

li.menuitem:before {
	content: none;
}

a.menulink:link,a.menulink:visited,a.menulink:active,a.menulink:hover {
	margin: 0px;
	padding: 0px;
	color: #bbb;
	text-decoration: none;
}

a.menulink:hover {
	color: #fff;
	text-decoration: underline;
}

a:active,a:link,a:hover,a:visited {
	margin: 0px;
	padding: 0px;
	color: #d11;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

