/*----- General Classes start ------*/
h1 {
	text-align: center;
	color: #999;
	background: rgba(0, 0, 0, 0.36);
	margin: 0;
	padding: 5px;
}
h2 {
	text-align: center;
	color: #999; 
	margin: 0;
	padding: 5px;
	font-size: 1.8em;
	margin-bottom: 30px;
} 
 
.wrapper,.copyright {
	padding: 20px;
	text-align: center;
  color: #FFFFFF; 
}
hr{
	margin: 30px 20px;
	border-top:2px solid #1C1E26 ;
	border-bottom:2px solid #38404D;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 80px;
}
/*---- Genral classes end -------*/

/*Change icons size here*/
.social-icons .fab {
	font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons .fab {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fab { 
	border-radius: 50%;
}
.social-icons.icon-rounded .fab {
	border-radius:5px;
}
.social-icons.icon-flat .fab {
	border-radius: 0;
}

.social-icons .fab:hover, .social-icons .fab:active {
	/*color: #FFF;*/
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}

.social-icons.icon-rotate .fab:hover, .social-icons.icon-rotate .fab:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-twitch,.social-icons .fa-twitch-square{background-color:#6E00EC;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}
.social-icons .fa-tiktok,.social-icons .fa-tiktok{background-color:#FFFFFF; color: #000000;}

/*.fab-youtube .fab-youtube-play .fab-youtube-square{background-color:#C52F30;}
.fab-twitter .fab-twitter-square{background-color:#32CCFE;} 
.fab-twitch .fab-twitch-square{background-color:#6E00EC;} 
.fab-instagram{background-color:#A1755C;}
.fab-facebook,.social-icons .fab-facebook-square{background-color:#3C599F;} */
.fa-tiktok {
	color: #000000;
	text-shadow: 1px 1px #ff3353fc,
				-1px -1px cyan;
		}