@import url("webfonts/Regular_Medium/stylesheet.css");
/* Style the video: 100% width and height to cover the entire window */
#slideshow, img.bgM {
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index:-9999;
  object-fit: contain;
}

#embeddedvideo {
  position: fixed;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  object-fit: contain;
}

embed {
	position:fixed;
	/*min-height: 100%;
	max-height: 100%;*/
	max-width: 100%;
	height: auto;
	width: auto;
	overflow: scroll;
	overflow-x: scroll;
	overflow-y: scroll;
	display: table;
}

.pdfembed {
	position:absolute;
	/*min-height: 100%;
	max-height: 100%;*/
	max-width: 100%;
	height: 1000px;
	width: 100%;
	overflow: scroll;
	overflow-x: scroll;
	overflow-y: scroll;
	display: block;
}

.embedimage {
	position:relative;
	max-width: 100%;
	height:auto;
	width: auto;
	overflow: hidden;
	float: left;
	display: block;
}

iframe {
	position:fixed;
	min-height: 90%;
	max-height: 90%;
	height: 90%;
	width: 100%;
	overflow: scroll;
	display: block;
}

.button {
  border: none;
  color: white;
  background-color: #DA291C;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: "Regular Medium";
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 12px;
}

/* Add some content at the bottom of the video/page */
.content {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 20px;
  display: table;
}

.content p, .content h1, .content button, .content a {
	display: table-cell;
	margin: auto;
	vertical-align: middle;
}

.contenthidden {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 20px;
  display: table;
  visibility: hidden;
}

.contenthidden h1, .contenthidden button, .contenthidden a {
	display: table-cell;
	margin: auto;
	vertical-align: middle;
}

.footerright {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 20px;
	z-index: 1;
	visibility: visible;
}

.footerleft {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 20px;
	z-index: 1;
	visibility: visible;
}

body,td,th {
	font-family: "Regular Medium";
	color: #FFFFFF;
	font-size: 36px;
}

body {
	background-image: url(images/black-jersey.jpg);
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.topnav {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  right: 0;
  top: 0;
  width: 22%;
  margin: 10px;
  z-index: 1;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #DA291C;
  color: white;
}

.biocontent {
    position: absolute;
    bottom: 0;
    top: -16px;
    right: 0;
    left: -31px;
    width: 100%;
    height: 100%;
    margin: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 20px;
    display: block;
    max-width: 100%;
    overflow: auto;
}

.biocontent h1, .biocontent h2, .biocontent button, .biocontent a {
	display: block;
	margin: auto;
	vertical-align: middle;
	max-width: 70%;
	width: 70%;
}

.biocontent img {
	display: block;
	margin: auto;
	vertical-align: middle;
}

.biocontent h2{
	font-size: 30px;
}

.biocontent p {
	display: block;
	margin: 20px;
	vertical-align: middle;
	text-align: left;
	max-width: 70%;
	width: 70%;
	white-space: normal;
	font-size: 22px;
}

.biocontent li, .biocontent ul {
	margin: 20px;
	vertical-align: middle;
	text-align: left;
	max-width: 70%;
	width: 70%;
	font-size: 22px;
}

.biodircontent {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 20px;
  display: block;
  max-width: 100%;
  overflow: auto;
}

.biodircontent h1, .biodircontent h2, .biodircontent button, .biodircontent a {
	display: block;
	margin: auto;
	vertical-align: middle;
	max-width: 90%;
	width: 90%;
}

.biodircontent h1{
	font-size: 30px;
}

.biodircontent h2{
	font-size: 24px;
}

.biodircontent img{
	max-width: 15%;
}
