body {
	background-color: #ffffff;
	font-family: 'Raleway';
	color: #000000;
}

.blue_text {
	color: #0096e8;
}

.bold_text {
	font-weight: 600;
}

.blue_background {
	background-color: #0096e8;
}



.shadow {
-webkit-box-shadow: 1px 1px 18px 1px rgba(0,0,0,0.85);
-moz-box-shadow: 1px 1px 18px 1px rgba(0,0,0,0.85);
box-shadow: 1px 1px 18px 1px rgba(0,0,0,0.85);
}




.navbar-header {
	background-color: #0096e8;
}

.navbar-button  {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	background-color: #0096e8;
	border: none;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #ffffff;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

.navbar-nav {
	margin-top: 3px;
	margin-bottom: 0px;
	background-color: #0096e8;
	font-family: 'Raleway';
	font-weight: 400;
	font-size: 18px;
}

.navbar-nav > li {
	background-color: #f0f0f0;
}

.navbar-nav > li:not(:last-child) {
	border-bottom: 3px solid #ffffff;
}
.navbar-nav > li:last-child {
	border-bottom: 3px solid #0096e8;
}



.navbar-nav > li a {
	color: #fff00f;
}

.navbar-nav > li .active {
	border-bottom: 3px solid #ffffff;
	background-color: #0096e8;
	color: #0096e8;
}
