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


/* Style for the Divs that remain the same in both media queries
for the Home Page 'html file', index.html*/
#Container {
	height: 1227px;
	width: 1200px;
	background-color:#1210f9;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	height: 500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#CarouselBar {
	height: 500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}																																										
.item{
	width: 1000px !important;
	height: 550px !important;
	margin-left:auto;
	margin-right:auto;
}
.CarouselExample{
	margin-bottom:-20px;
	margin-left:-350px;
}

#CelebrationBar {
	height: 200px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 27px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}