/*
    Theme Name: Hall of Fame
    Author: JRB Software
    Version: 1.0.0
*/
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #4d4d4d;
	font-size: 1.1em;
	overflow-x: hidden;
}


a {
	all: unset;
	cursor: pointer;
	color: #34b7ed;
}

.inductee-card > a {
	color: #4d4d4d;
}

header {
	height: 100px;
	padding: 10px 25px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 5px solid #34b7ed;
	background-size: cover; 
	background-repeat: no-repeat;
}


@keyframes imgSlide {
	from { padding-left: 2000px;}
	to { padding-left: 0px;}
	}
header img {
	max-height: 100%;
	padding-left: 0px;
	/* animation-name: imgSlide; */
	animation-duration: 1.5s;
	animation-iteration-count: 1;
}


header nav > a {
	color: #34b7ed;
}
nav {
	display: flex;
	width: 500px;
	padding: 40px 0;
	color: white;
	justify-content: space-evenly;
	font-size: 1.1em;
}

	nav > a {
		color: white;
	}

@keyFrames slowShow {
	from{ opacity: 0.2 }
	to {opacity: 1}
}

main {
	width: 90%;
	margin: 0 auto;
	animation-name: slowShow;
	animation-duration: 1s;
}

footer {
	padding: 5px 25px;
	background-color: #967251;
	color: white;
	display: flex;
	justify-content: space-evenly;
	padding-bottom: 15px;
	/* position: absolute; */
	/* bottom: 0; */
	width: 100%;
}

footer a {
	color: white;
}
.footer-header {
	padding-top: 20px;
	font-size: 1.5em;
}

h1, h1 a {
	color: #967251;
}
.side-block > h1 {
	margin-top: 0px;
}

.side-block h2 {
	margin-bottom: 0px;
}

.sub-line {
	margin-top: -15px;
	margin-left: 20px;
	color: #8c8c8c;
	font-size: 0.8em;
}

.inductee-header {
	margin-bottom: 30px;
}

.tips {
	margin-left: 10px;
}

.tips > a {
	color: darkgray;
}

h2 {
	font-size: 1.2em;
	font-weight: 500;
}


.side-block {
	width: 25%;
	border: 1px solid #967251;
	float: right;
	padding: 20px;
	border-radius: 5px;
	margin: 20px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.25);
	background-color: #FFFFFF88;
}

.primary-block {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	align-content: start;
	background-color: #FFFFFF88;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
	border: 1px solid #967251;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.25);

}

.independent-title {
	flex-basis: 100%;
}


.profile-image {
	height: 200px;
	float: right;
}

.profile-image > img {
	max-height: 100%;
}

.main-image {
	z-index: -1;
	float: right;
	width: 40%;
	text-align: center;
}
.main-image > img {
		max-height: 400px;
	}

.text-content {
	width: 75%;
	margin: 0 auto;
}

.inductee a {
	color: #4d4d4d;
	font-weight: lighter;
}

.inductee-list {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 24%;
	justify-content: space-evenly;
}

.inductee-list > a {
	flex: 0 0 25%;
}

.sort-options {
	display: flex;
	justify-content: space-between;
	width: 300px;
	padding-bottom: 10px;
}

.sort-options span {
	cursor: pointer;
}
.sort-options span.selected {
	font-weight: bold;
}

.cards tbody img {
	height: 100px;
}

.cards tbody tr {
	float: left;
	margin: 10px;
	border: 2px solid #967251;
	border-radius: 5px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.25);
	background-color: white;
}

.cards tbody td {
	display: block;
	width: 225px;
	overflow: hidden;
	text-align: left;
	padding: 3px 10px !important;
}

#inductees-table .name a {
	color: #34b7ed;
	font-size: 1.2em;
}

@keyframes floating {
	from { left: 0}
	to { left: 2000px}
}

.floating-pic {
	position: absolute;
	z-index: -1;
	height: 200px;
	width: 200px;
	background-color: #34b7ed;
	opacity: 0.3;
	top: 200px;
	animation-name: floating;
	animation-duration: 10s;
	animation-iteration-count: 1;
}

.nav-list ul {
    padding: 0;
    margin: 0;
  }
  li {
    list-style: none;
  }
  .nav-list a {
    font-size: .9rem;
    color: #999;
    text-decoration: none;
  }
  footer .nav-list a {
	  color: #f0f0f0;
  }
  .nav-list a:hover {
    color: #0D3B66;
    text-decoration: underline;
  }

.card-link {
	margin: 10px;
	height: 600px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.card-info {
	height: 100px;
	/* width: 300px; */
	padding: 10px;
	padding-right: 25px;
	color: #967251;
	border: 2px solid #967251;
	font-weight: bold;
	font-size: 2em;
	border-radius: 5px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #ffffff66;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.social-list {
	display: flex;
	justify-content: space-evenly;
}
.social-list i {
	color: white;
	padding: 10px;
	border-radius: 5px;
	font-size: 1.5em;
	border: 1px solid white;
}

.inductee-card {
	margin: 10px;
	padding: 10px;
	border: 2px solid #967251;
	border-radius: 5px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.25);
	width: 45%;
}
.inductee-card h3 {
	margin-top: 10px;
}

.image-container .inductee-card {
	position: relative;
	left: 20px;
	top: 325px;
	animation-name: slideFromLeft;
	animation-duration: 1.5s;
	background-color: #FFFFFF88;
}

.inductee-name {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

.front-page-inductee {
	font-size: 2em;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
	color: #967251;
}

.inductee-attribute {
	margin-left: 25px;
	font-size: 0.9em;
}

.header-background {
	opacity: .66;
	background-size: cover;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
}
.filter-items {
	flex-direction: column;
	margin-top: 10px;
}
.filter-title {
	display: flex;
	justify-content: space-between;
}
.filter-title > i {
	margin-top: 18px;
	cursor: pointer;
}
.paging-section {
	margin: 20px 0px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.page-numbers {
	padding-right: 10px;
	color: #967251;
}

.page-numbers.current {
	font-weight: bold;
}

.page-section {
	max-width: 1300px;
	min-height: 500px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;	
	display: flex;
	align-items: flex-start;
}

.background-layer {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.2;
}
.background-tint {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.1;
	background-color: #967251;
}

.front-page-title {
	text-align: center;
	width: 100%;
}


.big-tag-line {
	font-size: 2.5em;
	margin-left: 50px;
	margin-top: 10px;
	color: #34b7ed;
	font-weight: bold;
}

.news-story {
	margin-left: 25px;
	margin-right: 25px;
	line-height: 1.4em;
}

.mission-items li {
	list-style: inside;
	line-height: 1.5em;
}

.content-image {
	float: right;
	margin-left: 20px;
}

/* DIV PLAY */
.main-container {
	height: 600px;
	width: 80%;
	/* border: 2px solid green; */
}

.image-container {
	margin: auto;
	position: relative;
	left: 20px;
	/* height: 75%; */
	height: 500px;
	/* width: 75%; */
	width: 800px;
	/* border: 2px solid red; */
	animation-name: slideFromRight;
	animation-duration: 1.5s;
	display: flex;
	align-items: flex-start;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.label-box {
	position: relative;
	left: 20px;
	top: 325px;
	height: 100px;
	width: 200px;
	border: 2px solid #967251;
	border-radius: 5px;
	box-shadow: 4px 4px 6px rgba(0,0,0,0.25);
	animation-name: slideFromLeft;
	animation-duration: 1.5s;
	background-color: #FFFFFF88;
}

.label {
	color: #967251;
	padding-left: 20px;
}

@keyframes slideFromLeft {
	from { left: 3000px; }
	to { left: 20px; }
}

@keyframes slideFromRight {
	from { left: -1000px; }
	to { left: 20px; }
}

header img {
	max-height: 100%;
	padding-left: 0px;
	animation-name: imgSlide;
	animation-duration: 1.5s;
}







