﻿.pagecontainer{
    margin:0px auto;
    width: 100%; 
    bgcolor: #FFFFFF;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.top-left {
  position: absolute;
  top: 60px;
  left: 35px;
  font-family: "Ink Free";
  font-size: 32px;
}

.centered {
  position: absolute;
  top: 40%;
  left: 75%;
  transform: translate(-50%, -20%);
  font-size: 20px;
  font-family: "Arial";
}

.selectbtn {
  background-color: #FFFFFF;
  color: #1E1E1E;
  font-family: "Arial";
  padding: 6px;
  font-size: 18px;
  border: none;
}

.headerfont {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 40px;
  text-decoration: underline;
  text-decoration-color: #26120F;
}

.whitetitle {
    font-family: "Fields Black";
    font-size: 32px;
    color: white;
}

.burgundyhdr {
    font-family: "Ink Free";
    font-size: 32px;
    color: #26120F;
}

.poperahdr {
    font-family: "Ink Free";
    font-size: 64px;
    color: #26120F;
}

.burgundytitle {
    font-family: "Fields Black";
    font-size: 32px;
    color: #26120F;
}

.redtitle {
    font-family: "Fields Black";
    font-size: 32px;
    color: #8A1D1C;
}

.blacktitle {
    font-family: "Fields Black";
    font-size: 32px;
    color: black;
}

.burgundyheader {
    font-family: "Arial";
    font-size: 24px;
    color: #26120F;
}

.redhdr {
    font-family: "Ink Free";
    font-size: 32px;
    color: #8A1D1C;
}

.blackheader {
    font-family: "Arial";
    font-size: 24px;
    color: black;
}

.redcontent {
    color: #8A1D1C;
    font-family: Arial;
    font-size: 18px;
}

.blackcontent {
    font-family: "Arial";
    font-size: 18px;
    color: black;
}

.burgftr {
	font-family: "AriL";
	font-size: 12px;
	color: #26120F;
}

.navbar {
    font-family: "Arial";
    font-size: 18px;
    background-color: white;
    color: #26120F;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

a.navbar:link {
    color: #26120F;
    font-size: 18px;
    text-decoration: none;
}
a.navbar:visited {
    color: #26120F;
}
a.navbar:hover {
    color: #8A1D1C;
    background-color: none;
}

.buzzlink {
    font-family: "Arial";
    font-size: 18px;
    background-color: white;
    color: #26120F;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

a.buzzlink:link {
    color: #26120F;
    font-size: 18px;
    text-decoration: none;
}
a.buzzlink:visited {
    color: #26120F;
}
a.buzzlink:hover {
    color: #8A1D1C;
    background-color: none;
}

.copyrightfont {
	font-family: "Arial";
	font-size: 12px;
	color: #26120F;
}

.footerfont {
	font-family: "Ink Free";
	font-size: 24px;
	color: #26120F;
}

.contentfont {
	font-family: "Arial";
	font-size: 18px;
	color: black;
}

.errorfont {
	font-family: "Arial";
	font-size: 18px;
	color: #FF0000;
}

ul.subcontent {
	font-family: "Arial";
	font-size: 18px;
	color: black;
        list-style-type: circle;
}

a.contentlink:link {
    color: #508E98;
    font-size: 18px;
    text-decoration: none;
}
a.contentlink:visited {
    color: #508E98;
}
a.contentlink:hover {
    color: #09454F;
    background-color: none;
}

a.footerlink:link {
    color: #508E98;
    font-size: 18px;
    text-decoration: none;
}
a.footerlink:visited {
    color: #508E98;
}
a.footerlink:hover {
    color: #09454F;
    background-color: none;
}

a.hdrlink:link {
    color: #26120F;
    font-size: 32px;
    font-family: "Comic Sans MS";
    text-decoration: none;
}
a.hdrlink:visited {
    color: #26120F;
}
a.hdrlink:hover {
    color: #8A1D1C;
    background-color: none;
}

a.internallink:link {
    color: #508E98;
    font-size: 20px;
    text-decoration: none;
}
a.internallink:visited {
    color: #508E98;
}
a.internallink:hover {
    color: #09454F;
    background-color: none;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #8A1D1C;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.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;
}

a.admin:link {
    font-family: "Arial";
    color: #508E98;
    font-size: 16px;
    text-decoration: none;
}
a.admin:visited {
    color: #508E98;
}
a.admin:hover {
    color: #09454F;
    background-color: none;
}

a.photo:link {
    font-family: "Arial";
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}
a.photo:visited {
    color: #000000;
}
a.photo:hover {
    color: #888888;
    background-color: none;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail:hover img{
border: 1px solid #09454F;
}

.thumbnail span img { /*CSS for enlarged image*/
position: absolute;
border: 1px white;
width: 450px;
height: 350px;
visibility: hidden;
}

.thumbnail:hover span img { /*CSS for enlarged image*/
visibility: visible;
top: -378px;
left: 0;
z-index: 50;
}
