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

.logo{
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 2%;
}

.menu{
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 2%;
}

.carousel{
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 2%;
}

.text{
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 2%;
}

.footer{
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 2%;
	background-color: aqua;
		
}