
html, body {
	margin: 0;
	padding: 0;
	background-color: rgb(134, 55, 154);
	background-color: #86379a;

	color: rgba(255,255,255,0.9);
	font-family: sans-serif;
}
a, a:visited {
	color: rgba(255,255,255,0.9);
}
body {
	font-size: 1.3rem;

	background-image: url("/template/lalectro/footer.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;

	font-family: 'Allerta Stencil', sans-serif;
}
#header img, #footer img {
	width: 100%;
	margin: 0; padding: 0;
	border: 0;
	margin-bottom: -10px;
}
#header {
	position: relative;
	z-index: 1;
	margin-bottom: -10vw;
}
#footer {
	margin-top: 2em;
	padding: 1em 1em;
	padding-bottom: 1.8em;

	text-align: center;
	font-size: 0.8em;
}
#main {
	position: relative;
	z-index: 2;
	min-height: 75vh;
	padding: 0 1em;

}

table {
	width: calc(100% + 20px);
	border-spacing: 10px;
	border-collapse: separate;
	/*border-collapse: collapse;*/
	margin: -10px;
	padding: 0;
}
td {
	vertical-align: top;
	margin: 0.5em;
	padding: 0.7em;
	width: 30vw;
	text-align: center;
	text-align: justify;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
	line-height: 1.8;
	
	color: #663c70;
	font-family: 'Oswald', sans-serif;
	background-color: rgba(255,255,255,0.5);
	/*opacity: 0.6;*/
}
td a, td a:visited {
	color: rgba(0,0,0,0.9);
}
table td > iframe:first-child, table td > img:first-child,
		table td > a.media:first-child > img {
	width: calc(33.33vw - 6.66px - 1.4em - 0.66em);
	padding: 0;
	height: 20vw;
	margin: 0;
	margin-bottom: 0.5em;
}
table td img[src="/lib/exe/fetch.php?media=now_you.jpg"] {
	object-fit: contain;
	object-position: center;

	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
table td img[src="/lib/exe/fetch.php?media=now_you.jpg"]:hover {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.wrap_title {
	font-size: 1.2em;
	text-align: center;
	font-family: 'Notable', sans-serif;
	font-family: 'Righteous', cursive;
	font-family: 'Allerta Stencil', sans-serif;
	letter-spacing: 0.1em;
	color: black;
	padding: 0 0;
	margin: 0.5em 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.wrap_desc {
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 3em;
	line-height: 1.8;
	font-family: 'Righteous', cursive;
	font-family: 'Allerta Stencil', sans-serif;
	letter-spacing: 0.1em;
}
#menuicon, #menuiconcross {
	display: block;
	position: absolute;
	right: 1em;
	top: 1em;
	background-color: rgba(255,255,255,0.5);
	padding: 0.5em 0.5em 0.3em 0.5em;
	z-index: 1000;
}
#menuiconcross {
	display: none;
}
#menuicon rect, #menuiconcross rect {
	fill: black;
}
.menucontent {
	margin: 0;
	padding: 0;
	max-height: 0;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}
.menucontent:hover {
	max-height: 500px;
	transition: max-height 0.25s ease-in;
	display: block;	
}
.menu {
	outline: 0px;
}
.menu:focus {
	pointer-events: none;
}
.menu:focus > .menucontent {
	max-height: 500px;
	transition: max-height 0.25s ease-in;
	display: block;
	pointer-events: auto;
}
.menu:focus #menuiconcross {
	display: block;
	pointer-events: auto;
}
.menu:focus #menuicon {
	display: none;
}
#menu {
	padding: 1em;
	background-color: rgb(10,10,10);
	text-align: center;
}
#menu li, #menu ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style-item: none;
}
#menu a, #menu a:visited {
	color: rgba(255,255,255,0.9);
}
@media only screen and (max-width: 640px) {
	table, table tr, table td, table tbody {
		display: block;
		width: auto;
	}
	table td > iframe:first-child, table td > img:first-child,
			table td > a.media:first-child > img {
		width:90vw;
		width:100%;
		height:60vw;
	}
}
@media only screen and (min-width: 641px) {
	.wrap_desc {
		margin: 0 20% 0 20%;
	}
}
