h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #000;
}
body {
	position: relative;
	min-height: 100vh;
}
/* Slideshow Styling */
#slide{
	margin: 1%;
    display: flex;
    margin-left: auto;
	margin-right: auto;
   	min-width: "100%";
	width: fit-content;
   	background-color:#125a5a;
   	border: 2px black;
   	border-style: solid;
   	border-radius: 10px;
   	position: static;
}

.previous, .next{
	cursor: pointer;
	position: auto;
	top: 50%;
	width: auto;
	height: fit-content;
	padding: 16px;
	align-self: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	user-select: none;
	left: 0;
	border-radius: 0px 3px 3px 0px;
}

.next{
	right: 0;
	border-radius: 3px 0px 0px 3px;
}

.previous:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1s;
	animation-name: fade;
	animation-duration: 1s;
}
  
@-webkit-keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
  
@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #f3f3f3 inset !important;
}

.slideFade {
	width:  auto;
	max-width: 100%;
	height: 125px;
	margin: auto;
	object-fit: fill;
}
/* End of Slideshow Styling */

.content-wrap {
	padding-top: 78px;    /* Navbar height */
	padding-bottom: 86px;    /* Footer height */
}

footer {
	position: absolute;
	font-weight: bold;
	font-size: x-small;
	bottom: 0;
	width: 100%;
	height: 120px;            /* Footer height */
	margin-top: 10px;
}

.stickyFooter {
	position: absolute;
	font-weight: bold;
	font-size: x-small;
	width: 100%;
	height: inherit;
	border: 0;
	overflow: hidden;
}

.stickyNav {
	position: fixed;
	font-weight: bold;
	font-size: x-small;
	width: 100%;
	height: 80px;
	border: 0;
	overflow: hidden;
}

body {
	margin: 0px;
}

tr {
	margin: 0;
}	