div{
/*	outline: solid red 1px;*/
}
body{
    font-family: "aktiv-grotesk", sans-serif;
    background-color: #fff;

    /*width: 320px;
    outline: solid red 1px;
    margin: 0px auto;*/
}
.container-fluid{
	background-color: #eee;
}
#starters{
	background-color: #eee;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}
h1{
	font-family: parkside, cursive;
	color: #014260;
	font-size: 400%;
}
h2, h3{
	font-style: italic;
	color: #014260;
}
header{
	background-image: url("../_images/header.jpg");
	background-position: center;
	background-size: cover;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
nav{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
nav a{
	color: #fff;
	font-weight: bold;
}
a{
	text-decoration: none;
}
#navBar{
	background-color: #523A8C;
	position: sticky;
	top: 0px;
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
#news{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px;
}
#newsHeader{
	padding-bottom: 20px;
}
.dateStyler{
 color: #014260;
}
.spacer{
	padding-top: 100px;
}
#rivalDay{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#rivalDayDesc{
	padding: 20px;
}
#steamSplashImage{
	float: left;
	padding-left: 0px;
	text-align: left;
}
#cavsSplashImage{
	float: right;
}
#overrideRightMargin{
	padding-right: 0px;
}
#versus{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	h2{
		color: #000;
	}
}
#ticketsButton{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
	padding-bottom: 10px;
	width: 150px;
	border-radius: 25px;
	background-color: #523A8C;
	a{ color: #fff; }
}
#starters{
	text-align: center;
	margin: 20px;
	img{ 
		padding-top: 20px;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 15px;
	}
}
#teamRedirect{
	margin-top: 20px;
	background-color: #A0C8F9;
	text-align: right;
	a{
		color: #fff;
	}
	padding-top: 15px;
	padding-bottom: 10px;
}
#ourHouse{
	padding-top: 50px;
	padding-bottom: 50px;
}
#arenaDesc{
	h3{
		text-align: center;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	p{
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
	}
}
#vidEmbed{
	margin: 20px auto;
}
#socials{
	padding: 20px 0px;
}
.socialButton{
	h5{
		padding-top: 25px;
		padding-left: 20px;
		line-height: 5px;
		color: #fff;
	}
	img{
		display: block;
		padding-left: 20px;
		width: 70px;
		height: auto;
	}
	p{
		color: #eee;
		padding-left: 20px;
	}
	padding: 5px 0px;
	background-color: #A0C8F9;
	margin: 20px auto;
}
#teamStarters img{
	padding: 20px;
}
.numPos{
	text-align: right;
}
#starterName{
	padding: 0px 20px;
}
#starterInfo{
	padding: 10px 40px;
}
.spacer2{
	margin-top: 70px;
}
#benchTable{
	margin-top: 30px;
	a{
		color: #000;
	}
}
#coaches{
	text-align: center;
}
#coaches img{
	padding: 20px;
}
#teamBanner{
	background-image: url("../_images/team-banner.jpg");
	background-size: cover;
	background-position: center;
}
.bannerContents{
	margin: 50px 0px;
	padding: 20px;
	color: #fff;
	h1{
	  color: #fff;
	}
}
#shopBanner{
	background-image: url("../_images/shop-banner.jpg");
    background-size: cover;
    background-position: center;
}
.spacer3{
    margin-top: 20px;
}
#emailHeading{
    font-style: normal;
}
#sendButton{
    background-color: #A0C8F9;
    border-radius: 25px;
    border: none;
    margin-bottom: 70px;
    padding: 10px;
    width: 125px;
    float: right;
    color: #fff;
    font-weight: bold;
}
#shopContents{
    text-align: center;
    padding: 20px;
}
.category{
    img{
	    visibility: hidden;
    }
    margin: 20px 10px;
    position: relative;
    text-align: center;
    h4{
	    position: absolute;
	    bottom: 5px;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    color: #fff;
    }
}
#apparel{
    background-image: url("../_images/apparel-thumbnail.jpg");
    background-size: cover;
}
#headwear{
    background-image: url("../_images/headwear-thumbnail.jpg");
    background-size: cover;
}
#accessories{
    background-image: url("../_images/accessories-thumbnail.jpg");
    background-size: cover;
}
#jerseys{
    background-image: url("../_images/jerseys-thumbnail.jpg");
    background-size: cover;
}
#shopByPlayer{
    background-image: url("../_images/players-thumbnail.jpg");
    background-size: cover;
}
#throwbacks{
    background-image: url("../_images/throwbacks-thumbnail.jpg");
    background-size: cover;
}
#featuredItemImage{
    padding: 0px;
}
#featuredItemDesc{
	img{
		visibility: hidden;
    }
    background-color: #010101;
    position: relative;
    h1, h6{
	    position: absolute;
	    padding-left: 50px;
    }
    h1{
	    bottom: 50px;
    }
    h6{
	    bottom: 30px;
	    color: #fff;
    }
}
#printerIcon{
  display: flex;
  justify-content: right;
  img{
  	float: left;
  }
  h6{
    padding-left: 15px;
    float: right;
    margin-top: 12px;
    color: #A0C8F9;
  }
}
#scheduleHeader{
  border-bottom: 2px solid #eee;
}
#calendar{
  text-align: center;
  margin-top: 20px;
  td, th{
    width: 14%;
  }
}
.calendarTile{
  aspect-ratio: 1 / 1;
}
.gameTile{
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  h6{
    color: #fff;
  }
  .loss{
    color: #EA4545;
  }
  .win{
    color: #4FBB2B;
  }
  .details{
    color: #fff;
  }
  button {
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
}
#homeGameLoss .modal-body,
#homeGameWin .modal-body,
#awayGameLoss .modal-body,
#awayGameWin .modal-body,
#upcomingAwayGame .modal-body, 
#upcomingHomeGame .modal-body{
  text-align: center;
  a{
    color: #523A8C;
  }
}
.loss{
    color: #EA4545;
}
.win{
    color: #4FBB2B;
}
#calendarLegend{
  display: flex;
  justify-content: right;
}
#legendIcons{
  display: flex;
  text-align: center;
  p{
    line-height: 16px;
  }
}
#homeIcon{
  margin-right: .5rem;
  height: 1rem;
  width: 1rem;
  background: #523A8C;
}
#awayIcon{
  margin-left: 40px;
  margin-right: .5rem;
  height: 1rem;
  width: 1rem;
  background: #A0C8F9;
}
#scheduleBanner{
  background-image: url("../_images/schedule-banner.jpg");
  background-size: cover;
  background-position: center;
}
#gameList{
  padding: 20px;
}
#awayList{
  border: solid #A0C8F9 2px;
  background-color: #A0C8F9;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#homeList{
  border: solid #523A8C 2px;
  background-color: #523A8C;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#gameDesc{
  background-color: #fff;
  border-top: solid #eee 2px;
  border-bottom: solid #eee 2px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
}
#ticketsOrScore{
  background-color: #fff;
  border-top: solid #eee 2px;
  border-bottom: solid #eee 2px;
  border-right: solid #eee 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  a{
    color: #523A8C;
  }
}
.modal-dialog{
  margin-top: 35vh;
}
header #carouselHeader{
  .active.carousel-item-start,
  .carousel-item-prev:not(.carousel-item-end){
    transform: translateY(-100%);
  } 

  .carousel-item-next,
  .active.carousel-item-right {
      transform: translateY(-100%);
  }
}
.footerSpacer{
	padding-bottom: 100px;
}
.pageBreak{
  height: 250px;
  background-position: center;
  background-size: cover;
  background-color: #eee;
}
#credits{
  font-size: 12px;
  padding-top: 40px;
}
#footer{  
  background-color: #010101;
  padding: 40px 40px 20px 40px;
  color: #fff;
}
#footerNav{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  a{
    color: #fff;
  }
}
#footerSocials{
  margin: 0px auto;
  table td{
    padding: 10px;
  }
  img{
    width: 48px;
  }
}
#footerDivider{
  padding: 40px;
}
.currentPage{
	font-weight: bold;
	border-bottom: solid 1px #fff;
}
nav a:hover{
	border-bottom: solid 1px #fff;
}
.siteLogo:hover{
	border-bottom: none;
}
.playerProfileRelative{
  position: relative;
}
.playerProfile{
  #profileDefault{
    display: block;
  }
  #profileHover{
    display: none;
  }
  h4{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
  }
}
.playerProfile:hover{
  #profileDefault{
    display: none;
  }
  #profileHover{
    display: block;
  }
}
#bioButton{
  text-align: center;
  padding-bottom: 30px;
}
#bioButton a{
  margin: 0px auto;
  padding-top: 18px;
  padding-bottom: 10px;
  width: 150px;
  border-radius: 25px;
  background-color: #A0C8F9;
  color: #fff;
}


/*Small devices*/
@media (max-width: 576px) {
	h1{
		font-size: 300%;
	}
	.category h4{
		font-size: 90%;
	}
    #featuredItemDesc h6{
    	position: unset;
	    padding: 0px 20px;
		padding-bottom: 20px;
    }
    #featuredItemDesc h1{
	    position: unset;
	    padding: 0px 20px;
	    padding-top: 20px;
	    line-height: auto;
	    font-size: 275%;
    }
    #featuredItemDesc img{
	    display: none;
    }
    .hideMe{
    	display: none;
    }
}



/*Medium devices*/
@media (min-width: 768px) {
	#sabonisImage{
		width: 316px;
		height: 455.72px;
	}
	.category h4{
		font-size: 100%;
	}
}
@media (max-width: 768px) {
	#carouselHeader{
		display: none;
	}
	#printerIcon h6{
		display: none;
	}
}

/*Large devices*/
@media (min-width: 992px) {
	#murrayImage{
		width: 282.66px;
		height: 407.2px;
	}
	#sabonisImage{
		width: 282.66px;
		height: 407.2px;
	}
	.category h4{
		font-size: 100%;
	}
}

/*X-Large devices*/
@media (min-width: 1200px) {
	#murrayImage{
		width: 342.66px;
		height: 494.52px;
	}
	#sabonisImage{
		width: 342.66px;
		height: 494.52px;
	}
	.category h4{
		font-size: 100%;
	}
}

/*XX-Large devices*/
@media (min-width: 1400px) {
	#murrayImage{
		width: auto;
		height: auto;
	}
	#sabonisImage{
		width: auto;
		height: auto;
	}
	.category h4{
		font-size: 125%;
	}
}