/*-----------------------------------------------------------------------------
Primary Style Sheet for kuhai.us

version:   1.0
author:    Mouse & the Billionaire
website:   kuhai.us

-----------------------------------------------------------------------------*/

/* Page Styles */

html, body {
	margin: 0;
	border: 0;
	outline: 0;
	padding-left: 60px;
	padding-top: 40px;
	font-weight: inherit;
	font-style: inherit;
	line-height: 100%;
	font-family: inherit;
	text-align: left;
	background-color: #000;
	color: #fff;
	font-size: 150%;
	min-width: 600px;
}

a {
	color: #22eb83;
	text-decoration: none;
}

a:hover {
	color: #fff;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease; 
}

h3 {
	color: #aaa;
	padding-bottom: 20px;

}

#reloadButton {
	font-size: 90%;
	margin-top: 100px;
}

#credits {
	position: fixed;
	bottom: 0;
	font-size: 50%;	
	color: #999;
	/*line-height: 130%;*/
	background-color: #3b3a3a;
	width: 100%;
	padding: 5px 5px 10px 140px;
	margin-left: -140px;
	
}

/*
@media only screen and (min-width: 480px) {
  	body {
	  	font-size: 250%;
		padding-top: 80px;
		padding-left: 20px;
	}
	#credits {
		font-size: 50%;
	}
}
*/
@media only screen 
	and (min-device-width: 320px)
	and (max-device-width: 568px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: portrait) {
	body {
		font-size: 250%;
		padding-top: 10px;
	}
	#credits {
		font-size: 30%;
	}

}

@media only screen 
	and (min-device-width: 320px)
	and (max-device-width: 568px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: landscape) {
	body {
		margin-top: -100px;
	}
	#credits {
		position: relative;
		margin-top: 200px;
	}
}
	



</stlye>