/* Move down content because we have a fixed navbar that is 50px tall */


/********** top branding *********/
body > div:nth-child(1) {
	background-color: orange !important;
}


/********* Top nav area ********/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: orange;
}

body > div.navbar.navbar-default {
	background-color: #337ab7;
}

body > div.navbar.navbar-default > div > div.collapse.navbar-collapse > ul > li a {
	color: #ffffff;
	font-weight: bolder;
	font-size: 18px;
}

body > div:nth-child(2) > div > div.collapse.navbar-collapse > ul > li {
	margin-left: 45px;
}

/********* Ad space *************/



/*********** Jumbotron Section starts here ************/

.jumbotron {
	background-color:none;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
}


/*************  google maps ***********/
#map-canvas {
	width: 500px;
	height: 400px;
	border-radius: 10px;
	margin-bottom: 20px;
}


/********* Services area ***********/

