html {
	overflow: scroll;
}

body {
	background: repeat;
	background-image: url('/LEGO/white_plate_bg.png');
	background-attachment: fixed;
	background-color: #ffffff;
	font-family: sans-serif, monospace;
	font-weight: bold;
}

hr {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 90%;
	height: 1px;
}

p {
	margin: 0px;
	padding: 0px;
}
span {
	margin: 0px;
	padding: 0px;
}

/* header */
p.header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* padding-top: 10px; */
}
span.header {
	font-size: 28pt;
	color: #000000;
	text-shadow: 1px 1px #996699;
}

/* text */
div.div_show_hide {
        position: fixed;
	left: 10px;
	bottom: 5vh;
}
div.div_left_arrow {
	position: fixed;
	left: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
div.div_right_arrow {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}
div.div_controls {
	position: fixed;
	right: 30px;
	top: 10px;
}
div.div_copyright {
	position: fixed;
	right: 10px;
	bottom: 5px;
}
div.name {
	font-size: 16pt;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	opacity: 0;
}
div.blank {
	font-size: 16pt;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div.quote {
	font-size: 12pt;
	font-style: italic;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 5px;
	opacity: 0;
}
div.desc {
	font-size: 12pt;
	font-style: italic;
	color: #000000;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	margin-top: 5px;
	opacity: 0;
}
div.space {
	margin-top: 25px;
	margin-bottom: 25px;
}

/* image */
p.image {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
span.image {
	font-size: 22pt;
	color: #000000;
	text-shadow: 1px 1px #996699;
}
img.image {
	max-width: 70vw;
	max-height: 70vh;
}
img.arrow {
	max-width: 10vw;
}

/* footer */
p.footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
span.footer {
	font-size: 8pt;
	color: #000000;
}

/* buttons */
button.button {
	background-color: purple;
	border: none;
	color: white;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
}
a.arrow {
}
a.controls {
}
button.arrow {
	background: rgba(0,0,0,0);	/* transparent */
	border: none;
	color: purple;
	padding: 5px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
/*	font-size: 60px;*/
}
