.homepage{
	background: none
}
.nav-header{
	background: linear-gradient(to bottom, #2c728b, #000000 45%, #000000);;
	color:#e6f6fd;
}
.slick-dots li.slick-active button::before{	/* Active color carousel dot */
	color:#4897ae;
	opacity: 1;
}
.slick-dots li button::before{	/* color carousel dot */
	color:white;
	opacity: 1;
}
.active .menu-text{
	color:#bd9f5d;
}
.nav-container{
  	background: linear-gradient(to bottom, #82dad7, #225b56 59%, #60d0ce);
	color:#88feff;
	font-weight: bold;
}
.menu-btn.active{
  background: linear-gradient(to bottom, #112a28, #193735 21%, #193735 76%, #112a28);
}
.announcements {
  background: #edf3f6;
  color:#2a8887;
 }
 .game-container{
  background: white;
  box-shadow: 0 3px 6px 0 #99999954;
}
.trending-section{
 background:white; 
 box-shadow: 0 3px 6px 0 #99999954;
}
.trending-header{
	color:#2a8887;
}
.bottom-nav{
	background: linear-gradient(to bottom, #2c738b, #358da7);
	color:#88feff;
}
.trend-play{
	background: linear-gradient(to bottom, #82dad7 9%, #225b56 63%, #60d0ce);
}
.trend-image{
	box-shadow: 0px 0px 2px 2px #50b0ae;
}
.bottom-link:hover{
	color:#2774aa
}
.new-label, .hot-label {
	right: -3%;
	width: 40%;
}
