body {
	font-family: 'Lato', Arial, sans-serif;
}
a, button {
	outline: none;
}
a {
	text-decoration: none;
}
/* To Navigation Style */
.codrops-top {
	background: rgba(255, 255, 255, 0.1);
	width: 100%;
}
.codrops-top a {
	text-decoration: none;
	background-color: #090;
	border: 3px solid #ffff00;
	border-radius: 7px;
	padding-right:15px;
	padding-left: 2px;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	z-index:9;
}
.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #777;
}
.codrops-top span.right {
	float: right;
	position:fixed;
	right:2px;
	top:0;
	z-index:10;
}
.codrops-top span.right a {
	float: right;
	display: block;
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}