/*

css

*/


/* --------------------------------------
   Layout
   -------------------------------------- */
#features{
	text-align:center;
}
#features img{
	margin: 0 0 20px;
}
#inputMessage {
	margin-bottom:15px;
}
#inputMessage1 {
	margin-bottom:15px;
}
/* --------------------------------------
   Typography
   -------------------------------------- */



/* --------------------------------------
   Navbar
   -------------------------------------- */
   
   #searchInput{
	   width: 200px;
   }
   
   
   
   
/* --------------------------------------
   Carousel
   -------------------------------------- */
  
#myCarousel {
	margin-top: 70px;
     }
.carousel-caption{
	font-size:40px;
	}
.carousel-caption h4 {
	font-size: 35px;
}
#myCarousel .item {
	height: 400px;
}
#slide1 {background: url('../../images/IMG_1920_medium.png') top center no-repeat;
}

#slide2 {background: url('../../images/IMG_4010_medium.png') top center no-repeat;
}
#slide3 {background: url('../../images/IMG_4325_medium.png') top center no-repeat;
}
#slide4 {background: url('../../images/IMG_1211_medium.png') top center no-repeat;
}
#slide5 {background: url('../../images/IMG_4331_medium.png') top center no-repeat;
}
/* --------------------------------------
   Global Styles
   -------------------------------------- */

.well img.img-thumbnail{
	margin: 0 20px 20px 0;
	}
/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 480px){}

/* Landscape phone to portrait tablet */

@media (max-width: 768px) {
	#myCarousel .item {	height: 310px;
}
	
#slide1 {background: url('../../images/IMG_1920_petit.png') top center no-repeat;
}

#slide2 {background: url('../../images/IMG_4010_petit.png') top center no-repeat;
}
#slide3 {background: url('../../images/IMG_4325_petit.png') top center no-repeat;
}
#slide4 {background: url('../../images/IMG_1211_petit.png') top center no-repeat;
}
#slide5 {background: url('../../images/IMG_4331_petit.png') top center no-repeat;
}
}

	

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


/* Large desktop */
@media (min-width: 1200px) {
	#myCarousel .item {
	height: 500px;
}
#slide1 {background: url('../../images/IMG_1920_large.png') top center no-repeat;
}

#slide2 {background: url('../../images/IMG_4010_large.png') top center no-repeat;
}
#slide3 {background: url('../../images/IMG_4325_large.png') top center no-repeat;
}
#slide4 {background: url('../../images/IMG_1211_large.png') top center no-repeat;
}
#slide5 {background: url('../../images/IMG_4331_large.png') top center no-repeat;
}	
}
* { 
	margin: 0; 
	padding: 0; 
}

#page-wrap {
	margin: 50px;
}
p {
	margin: 20px 0;
	font-size: 14px;
}

	/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	tr:nth-of-type(odd) { 
		background: #eee; 
	}
	th { 
		background:hsla(194,66%,61%,1.00); 
		color: white; 
		font-weight: bold; 
			
		
	}
	td, th { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
