/* General Settings */

/* body {
	background-image: url(img/BlackThatch.png);
	background-repeat: repeat;
} */

body {
	font-family: Times New Roman;
	font-size: 18px;
	color: #FFFFFF;
}

.wrapper {
	width: 800px;
	height: 667px;
	margin: auto;
}

.header, .header a {
	text-decoration: none;
	margin-bottom: 5px;
}

iframe {
	width: 300px;
	height: 667px;
	border: 0px;
	outline: 1px solid #888888;
}

.content {
	max-width: 300px;
}

.photo {
	width: 275px;
}

/* Content - Regular Text/Information */

h1, h2, h3, h4 {
	border-bottom: 2px solid #FFFFFF;
}

h2 {
	font-size: 28px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

hr {
	color: #FFFFFF;
}

.back {
	width: 280px;
	margin: auto;
	text-align: center;
	font-size: 20px;
}

/* Image Map */

.hoverframe {
	outline: 1px solid white;
	width: 200px;
}

.outline {
	position: absolute;
}

a:hover ~ .infobox {
	opacity: 1;
}

.infobox {
	opacity: 0;
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding:  7px 12px 7px 12px;
	background-color: #fced7c;
	outline: 2px ridge #302014;
	transition-duration: .3s;
}

/* Progress Bar */

.progressbar {
	width: 280px;
	height: 20px;
	background-color: #FFFFFF;
	margin-top: -13px;
	text-align: right;
}

.footnote {
	font-size: 12px;
	margin-top: 2px;
}

/* Individual Cases/IDs */

#PC {
	float: right;
	width: 500px;
	outline: 1px solid #888888;
}

#RGB {
	animation: rgbanimate 2.5s linear infinite;
}

@keyframes rgbanimate {
	0%, 100% {color:#FF0000;}
	33% {color:#00FF00;}
	66% {color:#0000FF;}
	
}	