/* THIS FILE IS COPYRIGHT ©2014 OSCAR STRANGIO AND IS INTENDED ONLY FOR USE ON THE NICOLE PRECEL SITE */

/* - - - ERROR - - - */
.nav{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 122px;
	padding-top: 0px;
}
.nav .bg{
	position: absolute;
	width: 100%;
	height: 100%;
}
.nav .bg-dark{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.nav .horizontal-wrapper{
	padding-top: 10px;
}
.nav .logo{
	background-image: url('../system/np-logo-white.png');
	background-size: cover;
}
.nav ul li{
	color: white;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}
.nav ul li a{
	color: white;
}
.nav ul li:hover{
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.nav ul li.active{
	border-bottom: 1px solid white;
}
.center{
	position: relative;
	top: 50%;
	margin-top: -20px;
}
h2, p{
	color: rgb(80, 80, 80);
	text-shadow: none;
}
input[type=button]{
	margin-top: 20px;
	font-family: inherit;
	color: rgb(100, 100, 100);
	font-size: inherit;
	border-bottom: none;
	background: transparent;
	border-radius: 4px;
	padding: 5px 10px 6px 10px;
	width: auto;
	border: 1px solid rgb(120, 120, 120);
	outline: none !important;
	text-decoration: none !important;
}
input[type=button]:active{
	color: rgb(40, 40, 40);
	border: 1px solid rgb(40, 40, 40);
}
.footer{
	position: absolute;
	bottom: 0px;
}