@import url('normalize.css');
@font-face {
	font-family:'RaphaelIcons';
    src: url('raphaelicons-webfont.eot');
    src: local('☺'), 
		url('fonts/raphaelicons-webfont.woff') format('woff'), 
		url('fonts/raphaelicons-webfont.ttf') format('truetype'), 
		url('fonts/raphaelicons-webfont.svgwebfontKOf9F4sx') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* General Demo Style */
body{
	font-family: Georgia, serif;
	background: #ddd;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
a{
	color: #555;
	text-decoration: none;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
/* Header Style */
.codrops-top{
	z-index: 9999;
	position: relative;
	right: 0;
}

.codrops-top a{
	padding: 10px 20px 0px 10px;
	letter-spacing: 1px;
	color: #3b3a36;
	display: inline-block;
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
.codrops-top a:hover {
	text-decoration: underline;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

@media screen and (max-width: 490px) {
	.codrops-top a{
		padding: 10px 10px 0px 10px;
	}
	
	.codrops-top span img {
		width: 12vw;
	}
}

@media screen and (min-width: 490px) and (max-height: 490px) {
	.codrops-top a{
		padding: 10px 10px 0px 10px;
	}
	
	.codrops-top span img {
		width: 12vh;
	}
}
