/* CSS Document */

body {
	color: rgba(76,175,160,1.00);
	font-family: 'Share Tech Mono', monospace;
	background-image: url(img/gynoid-bg-sm2.jpg);
	background-color: rgba(14,14,14,1.00);
	background-repeat: no-repeat;
background-attachment: fixed;
	background-position: center;
		background-size:cover;
	cursor: crosshair;

}


section {
/*	margin-bottom: 100px;
*/	 width: 100%;
    position: relative;
	/*height: 100%;*/
	margin-top: 100px;
    
}
nav {
	/*text-align: right;*/
	font-size: 10px;
	/*z-index: 20;*/
}
section h2 {
	padding-top: 50px;
}


main {
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: scroll;
	
 }







nav.navbar-inverse {
	background-color: rgba(14,14,14,0.30);
	background-image: none;
	border: none;
/*	text-align: right;*/

}
nav.navbar-inverse ul li a {
	color: rgba(76,175,160,0.90);
	line-height: 20px;
	/*box-sizing: border-box;*/
}
#menu li a:hover {
	background-color: rgba(14,14,14,0.20);
	color: rgba(76,175,160,0.50);
	border-right: solid 5px rgba(76,175,160,0.50);
}
#menu li a:active, #menu li a:focus {
	background-color: rgba(14,14,14,0.20);
	color: rgba(76,175,80,0.90);
	border-right: solid 5px rgba(76,175,160,0.90);
}






a {
	color: rgba(150,209,200,1.00)
}


a:hover {
	color: rgba(150,209,200,0.75)
}




/*SOCIAL BUTTON */

#social {
	text-align: center;
	padding-top: 20px;
	
}



/* SELECTOR POSITION */


#selector{
		position: fixed;
		background-color:rgba(8,10,14,1.00);
	z-index: 100;
}


/* ################################## MEDIA QUERIES ################################## */

/*  mm-menu extra   */

@media(min-width: 768px) {
	nav.sidebar .navbar-nav > li  {
		border-bottom: 0px rgba(76,175,160,1.00)  hidden;

	}
	
	nav.sidebar .navbar-nav > li:active {
		border-bottom: 0px rgba(76,175,160,1.00)  hidden;
	}

}
/* Medium devices (desktops, 992px and up) */


@media (min-width: 992px) { 
	 body {
		background-size: cover;
		background-position: center;
	background-image: url(img/gynoid-bg-verybig.jpg);
		background-attachment: fixed;
	}
	
}


