/*@import url('reset.css');*/

/* General Codrops Demo Style */
html {
	background: none;
}

body{
	background:#1F1F1F url(../images/pattern.png) repeat top left;
	color:#fff;
}

nav {
	width: 60px;
	padding: 5px 10px;
	line-height: 1.8em;
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

#bigName {
	display: inline;
	max-width: 310px;
	width: 60%;
	float: right;
	margin: 0 0 0 0;
	background-color: #FFF;
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	filter:alpha(opacity=70);
}

#bigName img {
	width: 100%;
}

h1 {
	clear: both;
	font-size: 1.8em;
	text-align: center;
	padding: 20px 0 0 0;
}

@media screen and (min-width: 25em) {

h1 {
	font-size: 2.3em;
	padding: 20px 0 0 0;
}

}