* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

body {
	background-color: #1C293A;
}

.clear {
	clear: both;
}

.container,
.container-not-mobile {
	width: 920px;
	margin: 0 auto;
}

.upper-head {
	height: 69px;
	background-color: #000;
	color: #F90000;
	font-size: 32px;
}

.upper-head a {
	display: block;
	float: left;
	height: 100%;
}

.upper-head img {
	display: block;
	max-width: 100%;
	width: 480px;
	margin-top: 10px;
}

.upper-head p {
	float: right;
	font-family: "Times New Roman", serif;
	margin: 15px 20px;
}

header>div:last-child {
	padding: 5px 0 3px;
	background-color: #3D464F;
	text-align: center;
	color: #AF8A4A;
}

.lower-head p {
	padding-bottom: 2px;
	font-size: 19px;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	border-top: 6px double #561F22;
	border-bottom: 2px solid #561F22;
}

.lower-head span {
	font-size: 12px;
	font-family: "Times New Roman", serif;
}

.hamburger {
	display: none;
	cursor: pointer;
}

.categories {
	background-color: #000;
	overflow: hidden;
	width: 100%;
}

.category {
	width: 12.5%;
	float: left;
	font-size: 13px;
	text-align: center;
	padding: 3px 2px;
}

.category a,
.hamburger {
	padding: 2px 0 4px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.category a,
.g-nav a {
	display: block;
}

.category a:hover {
	color: #F90000;
}

section {
	width: 100%;
}

section.cover div {
	text-align: center;
	margin: 8px 0;
}

section.cover p {
	width: 560px;
	margin: 0 auto;
	color: #ccc;
	font-size: 13px;
	font-family: "Times New Roman", serif;
	text-align: justify;
}

.subnav {
	background-color: #000;
}

.g-nav {
	width: 50%;
	float: left;
	text-align: left;
}

.g-nav a {
	padding: 4px 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: "Times New Roman", serif;
	margin-left: 20px;
}

.g-nav a:hover {
	color: #C5986E;
}

.g-nav span {
	padding-right: 5px;
	color: #E0A03E;
	font-size: 25px;
	line-height: 10px;
	position: relative;
	top: 2px;
}

.g-holder {
	padding: 90px 0 140px;
}

.gallery {
	width: 16.666%;
	padding: 0 25px;
	float: left;
}

.gallery img {
	display: block;
	margin: 0 auto;
}

.gallery p {
	padding: 20px 0;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", serif;
}

.content {
	color: #eee;
	padding-top: 60px;
	padding-bottom: 50px;
	font-family: "Times New Roman", serif;
}

.content p,
.content div,
.content em,
.content center,
.content ul,
.content li,
.content h1,
.content h2,
.content h3,
.content h4,
.content a,
.content b,
.content span,
.content input,
.content strong {
	font-family: inherit;
}

.content center {
	font-weight: bold;
	font-size: 22px;
}

.content-col p {
	padding-left: 20px;
}

#biopic {
	float: left;
	padding: 0 20px 10px 0;
}

#bioawards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding: 20px 0 0;
}

.content-col:first-child {
	padding-right: 10px;
}

.content-col:last-child {
	padding-left: 10px;
}

.home,
.classic,
.instructional {
	float: left;
}

img.home {
	width: 100%;
	max-width: 631px;
}

div.home {
	width: 269px;
	height: 390px;
	margin-left: 20px;
	background-color: #000;
	text-align: center;
	color: #FFFFCC;
	padding: 19px;
}

div.home img {
	margin-top: 16px;
}

.classic:nth-of-type(1) {
	width: 660px;
	padding-right: 20px;
}

.classic:nth-of-type(2) {
	width: 260px;
}

.instructional:nth-of-type(1) {
	width: 550px;
	padding-right: 20px;
}

.instructional:nth-of-type(2) {
	width: 370px;
}

.instructional img {
	float: left;
}

.instructional img:nth-of-type(1) {
	margin-top: 400px;
}

.instructional img:nth-of-type(2) {
	margin-top: 240px;
}

.instructional img:nth-of-type(3) {
	margin-top: 100px;
}

.classic img {
	padding-bottom: 25px;
	max-width: 100%;
}

.extra-page {
	text-align: center;
	margin-bottom: 50px;
}

.extra-page a {
	padding: 5px 10px;
	background-color: #000;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.extra-page a:hover {
	color: #C5986E;
}

.extra-page a span {
	padding-right: 5px;
	color: #E0A03E;
	font-size: 25px;
	line-height: 10px;
	position: relative;
	top: 2px;
}

.link {
	min-height: 100px;
	margin-bottom: 30px;
	text-align: left;
}

.link img {
	float: left;
	margin-right: 10px;
}

footer {
	margin: 10px 0;
	color: #808080;
	font-size: 13px;
	text-align: center;
}

footer a,
.content a {
	color: #AF8A4A;
}

footer a:hover,
.content a:hover {
	color: #ccc;
}

footer nav {
	font-size: 10px;
}

.bxslider {
	height: 405px;
}

.bx-controls {
	width: 35%;
	float: right;
	padding-left: 35px;
	position: relative;
	top: -20px;
}

.vertical {
	width: 300px !important;
}

.horizontal-img {
	float: left;
	width: 65%;
	text-align: right;
}

.horizontal-desc {
	float: left;
	width: 35% !important;
	margin-top: 80px !important;
	padding-left: 35px !important;
}

.pause-play-btn {
	display: inline-block;
	width: 35px;
	background-color: #808080;
	margin-left: 5px;
	padding-bottom: 1px;
	color: #fff;
	font-size: 12px;
	position: relative;
	top: -4px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}

@media (max-width:1000px) {
	.container,
	.container-not-mobile {
		width: 625px;
	}
	.upper-head p {
		margin-top: 17px;
		font-size: 28px;
	}
	.upper-head img {
		width: 390px;
		margin-top: 15px;
	}
	.category {
		width: 25%;
	}
	.category a {
		padding: 4px 0 6px;
	}
	.g-nav {
		text-align: center;
	}
	.gallery {
		width: 33.333%;
	}
	.bx-controls {
		float: none;
		width: 300px;
		margin: 0 auto;
		padding-left: 10px;
		top: 0;
	}
	.horizontal-img {
		float: none;
		width: 100%;
		text-align: center;
	}
	.horizontal-desc {
		float: none;
		width: 300px !important;
		margin: 0 !important;
		padding-left: 10px !important;
	}
	div.home {
		width: 100%;
		height: auto;
		margin: 0;
	}
	.classic:nth-of-type(1),
	.classic:nth-of-type(2) {
		width: 100%;
		padding: 0;
	}
	.classic img {
		padding: 25px;
	}
	.instructional:nth-of-type(1) {
		width: 450px;
		padding-right: 10px;
	}
	.instructional:nth-of-type(2) {
		width: 175px;
	}
	.instructional img:nth-of-type(1) {
		margin-top: 650px;
	}
	.instructional img:nth-of-type(2) {
		margin-top: 320px;
	}
	.instructional img:nth-of-type(3) {
		margin-top: 500px;
	}
	.instructional img:nth-of-type(4) {
		margin-top: 170px;
	}
}

@media (max-width:680px) {
	.container,
	.container-mobile {
		width: 320px;
		margin: 0 auto;
	}
	.container-not-mobile {
		width: 100%;
	}
	div.cover {
		padding: 0 15px;
	}
	section.cover p,
	section.cover img {
		width: 100%;
	}
	.upper-head {
		height: auto;
	}
	.upper-head a {
		height: auto;
		float: none;
	}
	.upper-head p {
		margin: 0;
		float: none;
		text-align: center;
		font-size: 24px;
		padding-bottom: 15px;
	}
	.lower-head p {
		font-size: 16px;
	}
	.categories {
		height: 0;
	}
	.category {
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 12px;
		border-bottom: 2px solid #561F22;
	}
	.category a {
		height: 25px;
	}
	.hamburger {
		display: block;
		padding: 4px 0 6px;
	}
	.gallery {
		padding: 0;
	}
	.bx-wrapper img {
		height: 210px;
	}
	.bxslider {
		height: 298px;
	}
	#biopic {
		float: none;
		padding: 0 0 20px 0;
		margin: 0 auto;
		display: block;
	}
	#bioawards {
		flex-direction: column;
	}
	.instructional:nth-of-type(1) {
		width: 100%;
		padding-right: 0;
	}
	.instructional:nth-of-type(2) {
		width: 100%;
	}
	.instructional img:nth-of-type(1) {
		margin-top: 20px;
	}
	.instructional img:nth-of-type(2),
	.instructional img:nth-of-type(3),
	.instructional img:nth-of-type(4) {
		margin-top: 0;
	}
	footer {
		padding: 13px;
	}
}
