body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-image: url(imgs/robot-7738898_1920.jpg);
	background-repeat: no-repeat;
	background-position: top center, bottom center;
	background-attachment: scroll;
	background-color: #D2B48C;
	margin: 0px;
	padding: 0px;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #B8860B;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #8B4513;
}
a:hover, a:active {
	text-decoration: underline;
	color: #CD853F;
}

acronym {
	border-bottom: none;
}

#container {
	margin: 0 auto;
	width: 1200px;
}

#jar-header {
	padding: 20px;
	height: 50px;
	color: #FFF;
}

#jar-header h1 {
	margin: 0;
	font-size: 3em;
	color: #FFF;
	text-shadow: 2px 2px 2px #000;
}
#jar-header h2 {
	margin: 0;
	font-size: 1.5em;
	color: #EEE;
}

#jar-summary {
	clear: both;
	margin: 0 20px;
	padding: 20px 0;
	color: #333;
}

#jar-preamble, #jar-explanation, #jar-participation, #jar-benefits, #jar-requirements {
	padding: 20px;
	margin: 0 20px;
	background: rgba(210, 180, 140, 0.5);
	border: 2px solid #8B4513;
	border-radius: 10px;
	margin-bottom: 20px;
}

#jar-preamble h3, #jar-explanation h3, #jar-participation h3, #jar-benefits h3, #jar-requirements h3 {
	font-size: 1.8em;
	color: #8B4513;
	border-bottom: 2px solid #CD7F32;
	padding-bottom: 5px;
}

.sidebar {
	position: absolute;
	top: 0;
	right: -230px;
	width: 200px;
	padding: 20px;
	background: #D2B48C;
	border: 5px solid #8B4513;
	transition: right 0.5s ease-in-out;
}

.sidebar:hover {
	right: 0;
}
.sidebar h3 {
	font-size: 1.5em;
	color: #8B4513;
}
.sidebar ul {
	list-style-type: none;
	padding: 0;
}
.sidebar li a {
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	background: #CD853F;
	color: #FFF;
	border-radius: 5px;
}
.sidebar li a:hover {
	background: #8B4513;
}

#jar-footer {
	text-align: center;
	padding: 20px;
	border-top: 5px solid #CD7F32;
	background: #8B4513;
	color: #FFF;
}
#jar-footer a {
	color: #FFF;
}