@charset "UTF-8";
/* CSS Document */

		/* Necessary to keep the columns from overflowing with horizontal scrollbar */ 
.row {
  margin-left: 0px;
  margin-right: 0px;
}
	
	/* Nav styles */ 
.navbar {
	margin-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	border: 0;
	font-size: 13px !important;
	letter-spacing: 2px;
	opacity: 1;
	position: fixed; /* Make it stick/fixed */
   	top: 0; /* Stay on top */
   	width: 100%; /* Full width */
   	transition: top 0.3s; /* Transition effect when sliding down (and up) */
	z-index: 8000;
	padding-left: 10px;
}	

/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand { 
    color: #333 !important;
	margin-top: 15px;
}

/* On hover, the links will turn white */
.navbar-nav li a:hover {
    color: #999 !important;
}

/* The active link */
.navbar-nav li.active a {
	color: #fff !important;
	background-color: #fff !important;
}
.navbar-header .navbar-toggle {
	margin-top: 20px;
}
