@charset "utf-8";
/* CSS Document */
body {
	background-color: #999;
}
.container-fluid {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	background-color: #999;
	padding: 0px;
}
header {
	color: #FC0;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	line-height: 75px;
}
footer {
	font-size: x-small;
	color: #000;
	text-align: center;
}
.nonbold {
	font-weight: normal;
}
section {
	color: #eee;
	width: 100%;
	background-color: #666;
}
#title {
	background-color: #000;
	height: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 30px;
}
img.size {
	display:block;
	width:auto;
	max-height: 620px;
}
#content {
	padding: 2% 17%;
	text-align: center;
}
.centre-img {
	margin-right: auto;
	margin-left: auto;
}
a {
    color: #CCC;
}

/* Responsive Styles */
@media only screen and (max-width: 620px) {
header {
	font-size: large;
	line-height: 75px;
}
}
.centrebold {
	text-align: center !important;
	font-weight: bold;
	color: #CCC;
}
#content p {
	text-align: justify;
}
ul {
	display: inline-block;
}
footer {
	clear: both;
}
#Shuffle {
	height: 40px;
}
#nav-buttons {
	height: 29px;
	width: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left-arrow {
	margin: 0px;
	padding: 0px;
}
#left-page {
	margin: 0px;
	padding: 0px;
}
.caption {
	font-size: small;
	font-style: italic;
	text-align: left;
}
#content p.caption-r {
	text-align:right;
}
.caption-r {
	font-size: small;
	font-style: italic;
	text-align: right; !important
}
