body {
	font-family: 'Montserrat', sans-serif;
}

#header {
	color: #ffffff;
	width: 100%;
}

.navbar-brand {
	padding: 13px 15px;
}


/* --------------------------------------
   Layout
   -------------------------------------- */


/* --------------------------------------
   Typography
   -------------------------------------- */


/* --------------------------------------
   Navbar
   -------------------------------------- */


/* --------------------------------------
   Carousel
   -------------------------------------- */

#myCarousel {
	margin-top: 60px;
}

.carousel-caption {
	font-size: 14px;
}

.carousel-caption h4 {
	font-size: 24px;
}

#myCarousel .item {
	height: 400px;
}

#slide1 {
	background: url('../../images/s4.jpg') top center no-repeat;
}

#slide2 {
	background: url('../../images/banner1.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../images/s6.jpeg') top center no-repeat;
}

#demoImage {
	background: url('../../images/bimage.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
}

#demoImage1 {
	background: url('../../images/s3.jpg')top center no-repeat;
}


/* --------------------------------------
   Global Styles
   -------------------------------------- */


/* --------------------------------------
   Media Queries
   -------------------------------------- */


/* Portrait & landscape phone */

@media (max-width: 480px) {
	#slide1 {
		background: url('../../images/s4.jpg') top center no-repeat;
	}
	#slide2 {
		background: url('../../images/banner1.jpg') top center no-repeat;
	}
	#slide3 {
		background: url('../../images/s6.jpg') top center no-repeat;
	}
}



/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
	#myCarousel .item {
		height: 310px;
	}
	
	#slide1 {
		background: url('../../images/s4.jpeg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../images/banner1.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../images/s6.jpeg') top center no-repeat;
	}
	
	#demoImage {
		background: url('../../images/bimage.jpg')top center no-repeat;
	}
}

/* Large desktop */
@media (min-width: 1200px) {
	#myCarousel .item {
		height: 500px;
	}
	
	#slide1 {
		background: url('../../images/s4.jpeg') top center no-repeat;
	}
	
	#slide2 {
		background: url('../../images/banner1.jpg') top center no-repeat;
	}
	
	#slide3 {
		background: url('../../images/s6.jpeg') top center no-repeat;
	}
	
	#demoImage {
		background: url('../../images/bimage.jpg')top center no-repeat;
	}
	
	#demoImage1 {
		background: url('../../images/s3.jpg')top center no-repeat;
	}
}
.p {
	padding-top: 60px;
	font-size: 22px;
}
.p1 {
	padding-top: 140px;
	margin-right: 30px;
}
.mbody {
	align-items: center;
	padding: 10px;
}
.co {
	padding: 30px;
}
.jumbotron {
	color: whitesmoke;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	text-align: center;
	background: url('../../images/bg.jpg')top center no-repeat;
}
/*.fb-body-footer {
	width: 100%;
	position: absolute;
	left: 0px;
	height: 100px;
   background-color: black;
}
.fb-body-footer-base {
	width: 100%;
	top: 15px;
	color: white;
	height: 30px;
	background-color: black;
	float: center;
	padding-left: 20px;
}*/
/*#footer{background:#333;color:#eee;font-size:15px;}#social-icons{font-size:30px;}*/
#social-icons {
	font-size: 30px;
	width: 30px;
	margin-right: 90px;
	float: right;
	color:white;
	text-decoration: none;
	float: center;
}

footer{
	background: #333;
	color: #eee;
	font-size: 11px;
	padding: 20px;
}