/*Programmed by Brian Montgomery*/


/*---------------MAIN MENU STYLES---------------*/

@import url('https://fonts.googleapis.com/css2?family=roboto');
body {
	background: #c9b890;
	color: #000000;
	margin-bottom: 50px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow-wrap: break-word !important;
	font-family: 'roboto', sans-serif;
}

.logo {
	width: 30%;
	height: auto;
}

.responsive {
	width: 100%;
	height: auto;
}

.img {
	width: 100%;
	height: auto;
}

.topnav {
	overflow: hidden;
	background-color: #333;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.active {
	background-color: #006666;
	color: #996633;
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0 8px 16px 0 rgb(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover,
.dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}

.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child),
	.dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {
		position: relative;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {
		float: none;
	}
	.topnav.responsive .dropdown-content {
		position: relative;
	}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}

.button {
	background-color: #c9b890;
	border: none;
	color: #c9b890;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}

.button1 {
	background-color: #c9b890;
}

.button1:hover {
	background-color: #c9b890;
	color: white;
}

h1 {
	font-family: serif;
	display: block;
	font-size: 2em;
	margin-top: 0.10em;
	margin-bottom: 0.67em;
	font-weight: bold;
	font-style: italic;
}

h1.u-center {
	font-family: serif;
	display: block;
	font-size: 2em;
	margin-top: 0.10em;
	margin-bottom: 0.67em;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	color: #254441;
	font-style: italic;
}

h1.center {
	font-family: serif;
	display: block;
	font-size: 2em;
	margin-top: 0.10em;
	margin-bottom: 0.67em;
	text-align: center;
	font-weight: bold;
	color: #254441;
	font-style: italic;
}

h2 {
	font-family: serif;
	display: block;
	font-size: 1.5em;
	margin-top: 0.10em;
	margin-bottom: 0.67em;
	text-align: center;
	font-weight: bold;
	color: #254441;
	font-style: italic;
}

h3 {
	text-decoration: underline;
	font-weight: bold;
	font-size: 22px;
}

h11.center {
	font-family: serif;
	display: block;
	font-size: 2em;
	margin-top: 0.10em;
	margin-bottom: 0.67em;
	text-align: center;
	font-weight: bold;
	color: #254441;
	font-style: italic;
}

p.doe {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #505049;
}

p.light {
	font-weight: lighter;
}

p.normal {
	font-weight: normal;
}

p.normal-background {
	font-weight: normal;
	background: #e3c598;
}

p.normal-grey {
	font-weight: normal;
	background: #bec7a9;
}

p.thick {
	font-weight: bold;
}

p.medium {
	font-size: 20px;
	font-weight: bold;
}

p.tiny-bold-red {
	color: #cc0000;
	font-size: 75%;
	font-weight: bold;
}

p.red-medium-bold {
	color: red;
	font-size: 20px;
	font-weight: bold;
}

p.medium-center {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

p.orange {
	background: black;
	color: #FF7B19;
	font-weight: bold;
}

p.thicki {
	font-weight: bold;
	font-style: italic;
}

p.thicker {
	font-weight: 900;
}

p.center {
	text-align: center;
}

p.right {
	text-align: right;
}

p.center-bold {
	text-align: center;
	font-weight: bold;
}

p.small-font {
	font-weight: bold;
	font-size: 95%;
}

p.tiny-red {
	text-align: center;
	font-weight: bold;
	color: red;
	font-size: 75%;
}

p.backtotop {
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

p.small {
	line-height: 70%;
}

p.big {
	line-height: 200%;
}

p.i {
	font-style: italic;
}

p.center-bold-red {
	text-align: center;
	color: red;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

text.center {
	text-align: center;
}

div.indent {
	margin-left: 15px;
	margin-right: auto;
	font-weight: bold;
	text-decoration: underline;
	color: #0000ff;
}

div.indent_a {
	margin-left: 15px;
	margin-right: auto;
	color: #000000;
}

hr {
	display: block;
	text-align: center;
	width: 75%;
	border-style: inset;
	border-width: 2px;
}

caption {
	font-size: 20px;
}

.error {
	color: #FF0000;
}

table#plain {
	border-collapse: collapse;
	width: 100%;
}

#plain th,
td {
	text-align: left;
	padding: 10px;
}

table#index {
	background-color: #C7B79E;
	border-collapse: collapse;
	border: #996633 solid 2px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#index th,
td {
	border: #996633 solid 1px;
	width: 50%;
}

table#index1 {
	background-color: #C7B79E;
	border-collapse: collapse;
	border: #996633 solid 2px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#index1 th,
td {
	border: #996633 solid 2px;
}

table.dates {
	background-color: tan;
	border-collapse: collapse;
	border: #0B3B0B solid 3px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	width: 90%;
}

.dates th,
td {
	padding: 5px;
	width: auto;
	border: #0B3B0B solid 1px;
}

table#striped {
	border-collapse: collapse;
	background-color: #dec5a0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#striped th,
td {
	padding: 4px;
	border-bottom: 2px solid #c9ac7f;
	border-top: 2px solid #92a84a;
}

#striped tr:nth-child(even) {
	background-color: #e3c598;
}

#striped tr:hover {
	background-color: #bdd687;
}

table#striped1 {
	border-collapse: collapse;
	background-color: #bdd687;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#striped1 th,
td {
	padding: 4px;
	border-bottom: 2px solid #c9ac7f;
	border-top: 2px solid #92a84a;
}

#striped1 tr:nth-child(even) {
	background-color: #dff5ab;
}

#striped1 tr:hover {
	background-color: #e3c598;
}

table.normal {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.normal td {
	padding: 10px;
	border: none;
	font-size: 95%;
}

table.normal2 {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.normal2 td {
	padding: 10px;
	border: none;
	font-weight: normal;
	font-size: 95%;
}

.square {
	height: 50px;
	width: 50px;
	background-color: #eb633d;
}

.slideshow-container {
	max-width: 750px;
	position: relative;
	margin: auto;
	border-radius: 10px;
}

.mySlides {
	display: none;
	height: 100%;
	background-color: #c9b890;
	border-radius: 10px;
}

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: #222428;
	font-weight: bold;
	font-size: 30px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

.next {
	right: 0;
	border-radius: 10px 0 0 10px;
}

.prev {
	left: 0;
	border-radius: 0 10px 10px 0;
}

.prev:hover,
.next:hover {
	color: #f2f2f2;
	background-color: rgb(0, 0, 0, 0.8);
}

.text {
	color: #f2f2f2;
	font-size: 15px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: #717171;
}


















































