body{
	font-family: 'Lato', sans-serif;
}
.navbar-brand{
	padding: 0px;
}

.navbar-brand img {
	height: 90px;
    width: 270px;
}

.navbar-fixed-top {
    min-height: 70px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 70px
}

@media (max-width: 767px) {

	.navbar-brand img {
	height: 50px;
    width: 200px;
}

    .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;}

    .carousel {
        height: 500px !important;
        margin-top:60px !important;
        margin-bottom:30px !important;
    }
 
}

.navbar-collapse .collapse .nav .navbar-nav{
	height: 60px !important;
    margin-top: 10px !important;
    margin-left: 28px !important;
}
 
.navbar-inverse{
	background-color: #0079c1;
    border-color: #0079c1;
}

.navbar-inverse .navbar-nav>li>a {
	color: white;
}

.innner_page{
	margin-top: 87px;	
}

.featurette .featurette-heading {
    margin-top:0px!important;
}

.carousel {
    height: 350px !important;
    margin-top: 110px;
    margin-bottom:30px;
}

.carousel-inner{
    height: 350px !important;
}

.carousel .item{
    height: 350px !important;
}

.carousel-inner > .item > img{
    height: 350px !important;
}