/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html{
		overflow: hidden!important;
			height: 100vh;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #777;
	background: #000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden!important;
}
h1, h2, h3, h4, h5, h6{
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{
	font-size: 50px;
	line-height: 55px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 5px;
}
h2{
	letter-spacing: 0;
}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}

a {
	color: #b7b7b7;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}


#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content { 
	float:left;
	margin:40px;
	position:fixed;
	top:200px;
	max-width:600px;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}

.logo-nino{
	position: fixed;	
	width: 180px;
	height: auto;
	bottom: 37px;
	left: 45px;
}

.main-nav{
	position:fixed;
	bottom: 23px;
	left:210px;
	z-index:1001;
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #b7b7b7;
}
.main-nav ul li a.active {color: #ffa800;}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #393939;
	padding:100px 10px 5px 10px;
	margin: 1px;
	opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}


@media only screen and (max-width: 600px) {
    .logo-nino {
        bottom: 80px;
    }
    
   .main-nav {
    left: 0;
}
	h1{
		font-size: 30px;
		line-height: 34px;
		letter-spacing: 3px;
	}
	h5{
		font-size: 22px;
		line-height: 26px;

	}
	p{
		font-size: 13px;
		line-height: 15px;
	}
	.content{
		top: 100px;
	}
}
@media only screen and (max-width: 480px) {
    .logo-nino {
        bottom: 140px;
    }
    .main-nav {
    bottom: 90px;   
}

	.content{
		top: 40px;
	}
}




