/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@author			Jacques Baars <j@w3d.co.za>
*
*	@notice			This is the property of W3Designs, W3Development, W3D,
*					it is illegal to use this source code without the required permission,
*					contact j@w3d.co.za for further advice or permissions.
*
*	@license		Copyright (c) 2016 W3Designs (PTY) Ltd. (http://www.w3d.co.za)
*/

/* HTML */
html{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 100% Calibri, Verdana, Arial, Helvetica, sans-serif;
}

/* Body */
body{
	margin: 0;
	padding: 0;
	
	background: #2989D8; /* Old browsers */
	background: -moz-linear-gradient(45deg, #2989D8 0%, #2989D8 50%, #aaa 50%, #aaa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #2989D8 0%,#2989D8 50%,#aaa 50%,#aaa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #2989D8 0%,#2989D8 50%,#aaa 50%, #aaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989D8', endColorstr='#aaa',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* Headings */
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

/* Links */
a{text-decoration: none;}
a:link{color: #fff;}
a:visited{color: #fff;}
a:active{color: #fff;}
a:hover{color: #fff;}

/* Coming Soon */
#coming-soon{
	padding: 15% 0 0;
	text-align: center;
}

	#coming-soon h1{
		color: #fff;
		font-size: 800%;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	}

	#coming-soon a{
		font-size: 150%;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	}