/*
Theme Name:   ERW
Theme URI:    
Description:  
Author:       Little Green Cube
Author URI:   http://littlegreencube.org/
Template:     wordpress-bootstrap-master
Version:      1.0.0
Tags:         
Text Domain:  erw
*/

@import url("../wordpress-bootstrap-master/style.css");

body {
	padding-top: 0;
}

#_topnav {
	background-color: rgba(0,0,0,.85);
	color: rgba(255,255,255,.8);
	border-width: 0px !important;
}
#_topnav li a {
	transition: all .2s linear 0s;
}
#_topnav li a:hover {
	color: rgba(255,255,255,1);
}
#_topnav li.active a {
	color: rgba(255,255,255,1);
	background-color: inherit;
}

#_topnav li li a {
	color: rgba(0,0,0,.5);
}
#_topnav li li a:hover {
	color: rgba(0,0,0,1);
}
#_topnav .active a {
	color: rgba(255,255,255,1);
	background-color: inherit;
}