@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i);

body {
	background: #C6E6D6;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#0b615e;
	line-height:2;
	font-weight:400;
	
	
}

p {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#0b615e;
	line-height:2;
	font-weight:400;
}
h2 { margin-bottom:0px; }
h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 25px;
	font-weight: 500;
	margin: 0px;
	padding: 5px 0px;
	color: #09C;
}
h4 {
font-family: 'Roboto', sans-serif;
color:#669900;
}
.welcome,  .welcome ul li{
font-family: 'Roboto', sans-serif!important;
	font-size:15px;
	color:#0b615e;
	line-height:2;
	font-weight:400;
}

.logo {
	width: 50%;
	margin: auto 50px;
	float:left;
	padding-top:10px;
}
.navbar a {
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 500;
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: #000;
}
.nav > li > a.active {
	background:#669900;
}

.heading-title {
	font-family: "Bitter", Times, serif;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 9px;
	font-size: 28px;
	color: #343434;
	padding-bottom: 5px;
	border-bottom:3px solid #343434;
}

.carousel {
	padding-top:20px;
}
.carousel-control {
	top:135px!important;
}