/*! RESET N v3.0.2 */

img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

html, body
{
	margin: 0;
	padding: 0;
	
	height: 100%;
	width: 100%;
	
	font-family: 'Source Code Pro', Helvetica, Verdana;
	font-weight: 300;
	
	background-color: #000000;
	
	/*Remove 300ms on windows devices*/
	-ms-touch-action: manipulation; /* IE10  */
	touch-action: manipulation;     /* IE11+ */
	
	font-size: 14px;
	
/*	webkit-font-smoothing: antialiasing;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;*/
}

* 
{
	/* Fix input width consistency */
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

h1, h2, h3, h4, h5, h6
{
	font-family: inherit;
	font-weight: 300;
	font-variant: normal;
	margin: 0;
}

a 
{
	text-decoration: none;
	font-family: inherit;
	margin: 0;
	color: #ffffff;
}

a:hover
{
	cursor: pointer;
}

input, textarea, select
{
	outline: none;
}

.clear-float
{
	clear: both;
}

.high-font
{
	font-family: 'Dancing Script', cursive;
}

.fail
{
	color: #0fc0fc;
}


/*-------------------- #LANDING --------------------*/


.landing
{
	width: 100%;
	height: 100%;
	
	text-align: center;
}

	.landing .box
	{
		position: absolute;
		width: 45%;
		height: 16%;
		top: 50%;
		left: 50%;
		
		margin: -6% 0 0 -22.5%;
		padding: .3em;
		/*border: 1px dashed #fff;*/
	}

	.landing h1
	{		
		font-size: 4vw;
	}
	
	.landing .high-font
	{
		font-size: 6vw;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	
	.landing .box:hover .high-font
	{
		-webkit-animation: neon 1.5s ease-in-out infinite alternate;
		-moz-animation: neon 1.5s ease-in-out infinite alternate;
		animation: neon 1.5s ease-in-out infinite alternate;
	}
	
	@-webkit-keyframes neon {
	  from {
	    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
	  }
	  to {
	    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
	  }
	}
	
	@-moz-keyframes neon {
	  from {
	    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
	  }
	  to {
	    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
	  }
	}
	
	@keyframes neon {
	  from {
	    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FFDD1B, 0 0 70px #FFDD1B, 0 0 80px #FFDD1B, 0 0 100px #FFDD1B, 0 0 150px #FFDD1B;
	  }
	  to {
	    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFDD1B, 0 0 35px #FFDD1B, 0 0 40px #FFDD1B, 0 0 50px #FFDD1B, 0 0 75px #FFDD1B;
	  }
	}
	
	
/*-------------------- #BLOG --------------------*/


.blog
{
	width: 100%;
	height: 100%;
	
	text-align: center;
	color: #ffffff;
}

	.blog h1
	{
		width: 70%;
		font-size: 50px;
		
		margin: 0 auto;
		padding: 4% 0;
		border-bottom: 1px solid #333;
	}

	.blog article
	{
		width: 75%;	
		margin: 0 auto;	
		padding: 3em 5% 1em 5%;
	}
	
		.blog .date
		{

		}
		
		.blog p
		{
			font: 18px Georgia, "Times New Roman", Times, serif;
			line-height: 1.5em;
			text-align: left;
			color: #f2f2f2;
			letter-spacing: .75px;
			
			/*border: 1px solid #fff;*/
		}


/*-------------------- #LOG --------------------*/

.log
{
	width: 100%;
	height: 100%;
	
	color: #ffffff;
	padding: .5em;
	font-size: 18px;
}
		
	.log h1
	{
		text-align: center;
		margin: .55em 0 1em;
	}
	
	.log textarea,
	.log select
	{
		display: block;
		background-color: #000000;
		border: 1px solid #ffffff;
		border-radius: 0;
		
		padding: .5em;
		margin: .5em auto;
		font-family: inherit;
		
		/* Remove default gradient and styles */
		-webkit-appearance: none;
		-moz-appearance: 	none;
		appearance: 		none;
	}
	
	.log input[type=submit]
	{
		font-family: inherit;
		cursor: pointer;
		border: none;
		border-radius: 0;
		
		/* Remove default gradient and styles */
		-webkit-appearance: none;
		-moz-appearance: 	none;
		appearance: 		none;
	}
	
	.log textarea
	{
		width: 100%;
		height: 20em;
		
		resize: none;
	}
	
	.log select
	{
		width: 3.5em;
		height: 2.5em;
		float: right;
		
		margin: .5em 0 0 1em;
		cursor: pointer;
	}
	
	.log input[type=submit]
	{
		width: 5em;
		height: 2.5em;
		float: right;
		margin: .5em 0 0 1em;
		
		background-color: #000000;
		border: 1px solid #0fc0fc;
	}


/*-------------------- #SIZE --------------------*/


@media only screen 
and (max-width : 900px) 
{
	.landing .box
	{
		width: 100%;
		height: 16%;
		left: 0;
		
		margin: -8% 0 0;
		padding: 0;
		text-align: center;
	}

		.landing h1
		{		
			font-size: 40px;
		}
		
		.landing .high-font
		{
			font-size: 50px;
		}

	.blog h1
	{
		width: 90%;
	}
	
	.blog article
	{
		width: 95%;
	}
}


@media only screen 
and (max-width : 450px) 
{
	.landing .box
	{
		margin-top: -10%;
	}

		.landing h1
		{		
			font-size: 30px;
		}
		
		.landing .high-font
		{
			font-size: 40px;
		}
}
