@charset "utf-8";

@font-face {
	font-family: "robotocondensed";
	font-style: normal;
	font-weight: normal;
	src: url("/fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

body {
	background-color: #fafaf2;
}

.navbar-inverse .navbar-inner {
    background-color: #00927b;
    }

 .incorporated {
 	border-left: #00927b 2.5px solid;
 }   

 .incorporated h5 {
 	color: #fff;
 }

 .col_1  h1{
 	    background-color: #00927b !important;
 }
 .col_1  h1, .col_8 h1 {
 	    background-color: #00927b !important;
 	 	    color: #fff !important;
 	}
.login-btn {
	background-color: #00927b!important; 
}

.welcome_home {
	padding-left: 5px !important;
}
.welcome_home h2 {
	margin-left: 10px;
}