body{
	align: center;
	vertical-align: middle;
	background-color: black;
	font-family: Avenir, Arial, Verdana, Helvetica, Helv, sans-serif;
	font-size: medium;
}

.coming-text{
	vertical-align: middle;
	color: white;
	font-family: Avenir, Avenir-Medium, Arial, Verdana, Helvetica, sans-serif;
	#font-size: 24px;
	src: url('fonts/Avenir-Medium.eot');
	src: local('Avenir Medium'), local('Avenir'),
		url('fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Avenir-Medium.woff2') format('woff2'),
		url('fonts/Avenir-Medium.woff') format('woff'),
		url('fonts/Avenir-Medium.ttf') format('truetype'),
		url('fonts/Avenir-Medium.svg#AvenirMedium') format('svg');
	font-weight: normal;
	font-style: normal;

    position: relative;
    font-size: 24px;
    text-align: center;


}


.coming-text div {
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    width: 100%;
}
  .coming-text:after {
    #text-shadow: 10px 10px 11px #fff;
    #color: transparent;
  }

  #coming:after {
        content: 'Coming Soon, the Clan Leaderboards website!';
  }