@charset "utf-8";
/* CSS Document */
* { 
	box-sizing: border-box;
	padding: 0;
    margin-top: 0px;
	line-height:0;
  }

body { 
	font-family: sans-serif; 
	background-color: #9e9690;
}

.carousel {
  background: #EEE;
}

.carousel img {
  display: block;
  height: 200px;
}

@media screen and ( min-width: 800px ) {
  .carousel img {
    height: 500px;
  }
}

.header {
	text-align: center;  
}

.footer{
	text-align: center;  
}