@charset "utf-8";
/* CSS Document */

#main {
	max-width: 1000px;
	min-height: 1000px;
	margin: -10px auto;
	text-align:center;
	background-color: #f6d5b6;
/* background: #f6d5b6 url(images/main_index.jpg) repeat-x; */
}

#bannerhome {
	max-width: 1000px;
	width: 100%;
  height: fit-content;
  background-image: linear-gradient(#dc7306, #f4ceaa);
	margin: 10px auto;
}

.slide {
	width: 600px;
	height: 450px;
	border: solid 1px black;
	margin: 20px auto;
}

#features {
	margin: auto;
	width: 60%;
	min-width: 350px;
}
#feature {
	margin: auto;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.mySlides {
  display: none;
}