/* 
______________________________________________________

Hover Effects for Directors, Coaches, and Player Pics
______________________________________________________
*/

.center {
	margin: auto;
    width: 50%;
}

.playerpic{
	margin-left: 2%;
	margin-top: 20px;
	width: 230px;
	border: 1px solid #013668;
	float: left;
}

.img-list {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	text-align: bottom;
}

.img-list li {
	display: inline-block;
	height: 300px;
	margin: 0 1em 1em 0;
	position: relative;
	bottom: 0;
	width: 230px;
}

.text-content {
	background: rgba(0,0,0,0.5);
	color: white;
	cursor: pointer;
	display: flex;
	height: 30%;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
}

.img-list li:hover .text-content {
  
	width: 100%;
	height: 30%;
	visibility: visible;
	opacity: 0.7; 
}

.text-content {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg, rgba(1, 54, 104, .8), rgba(1, 54, 104, .8));
	background-image: linear-gradient(180deg, rgba(1, 54, 104, .8), rgba(1, 54, 104, .8));
	opacity: 0;
	-webkit-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
}


/* 
______________________________________________________

Hover Effects for Teams and Games
______________________________________________________
*/


.center2 {
	margin: auto;
    width: 35%;
}

.container{
	margin-bottom:20px;
	margin-left: 20px;
	margin-right:20px;
	margin-top: 20px;
}

.space{
	margin-right:40px;
}

.img-list2 {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	text-align: bottom;
}

.img-list2 li {
	display: inline-block;
	height: 150px;
	margin: 0 1em 1em 0;
	position: relative;
	bottom: 0;
	width: 300px;
}

.img-list2 li:hover  .text-content2{
  
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 0.7; 
}

.text-content2 {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg, rgba(1, 54, 104, .8), rgba(1, 54, 104, .8));
	background-image: linear-gradient(180deg, rgba(1, 54, 104, .8), rgba(1, 54, 104, .8));
	opacity: 0;
	-webkit-transition: opacity 350ms ease;
	transition: opacity 350ms ease;
}

.game {
	
	list-style-type: none;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	text-align: bottom;
	width: 320px;
	height: 150px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.game::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.game:hover {
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}

.game:hover::after {
    opacity: 1;
}


/* 
______________________________________________________

Profile Pages
______________________________________________________
*/


.profilesection {
	padding-top: 25px;
	padding-left: 2%;
	padding-bottom: 50px;
	background-color: #fff;
	margin: auto;
	
	float: left;
	clear:both;
	position:relative;
	
	
}

.profilecontainer {
	border: 1px solid #013668;
	margin: 0;
	padding: 0; 
	text-align: bottom;
	overflow: auto;
	position:relative; 
}

.teamsection {
	padding-top: 25px;
	padding-bottom: 50px;
	background-color: #fff;
	margin: auto;
	width: 50%;
	position:relative;
}

.teamcontainer {
	border: 1px solid #013668;
	margin: 0;
	padding: 0; 
	text-align: bottom;
	overflow: auto;
	position:relative; 
}

.profileplayerheader {
	background-color: #013668;
	height:60px;
}

.teamrosterheader {
	background-color: #013668;
	height:60px;
	margin-bottom:5%;
	
	
}

.profileplayertitle {
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	float: left;
	color: #fff;
	font-weight: 400;
}

.teamrostertitle {
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	float: left;
	color: #fff;
	font-weight: 400;
}

.teamrostertitledr {
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
	text-align: center;
	color: #fff;
	font-weight: 400;
}

.profilegm {
	margin-bottom: 10px;
	margin-right:10px;
	padding: px;
	float: right;
	color: #fff;
	font-weight: 400;
}
.profile{
	float: left;
	margin-right:10%;
}

.profileplayerlisttitle{
	color: #013668;
	font-weight:600;
	margin:10px 10px;
	list-style-type: none;
	
}

.profileplayerlist{
	margin: 10px 10px 10px;
	list-style-type: none;
	
}

.bio{
	list-style-type: none;
	display: inline-block;
	float:clear;
	margin-left:auto;
	margin-right:auto;
	/*margin: 10px 2em 1em 2em;*/
	position: relative;
	bottom: 0;
	width: 50%;
}

.bioplayerlisttitle{
	color: #013668;
	font-weight:600;
	margin:0px 10px;
	list-style-type: none;
	
}

.bioplayerlist{
	margin: 0px 10px 10px;
	list-style-type: none;
}

.gamepic{
	position: absolute;
    top: 100px;
    right: 20px;
}