/* For index.html */

.collapse.navbar-collapse {
	float:left; 
	padding-left:50px; 
	padding-top:30px;
}

.movingSlides {
	width:700px; 
	height:450px; 
	float:left; 
	margin-left: 0px; 
	margin-top: 120px;
	margin-bottom: 50px;
	background-color: white;
}

.movingImg {
	width:400px; 
	height:250px; 
	margin-left: 130px; 
	margin-top: 100px;
}

.introduction {
	width:390px; 
	float:left; 
	margin-top:120px; 
	margin-left: 50px;
}

.logo {
	width:10%; 
	height:10%; 
	float:left;
}

@media (max-width:1200px) {
	/* 123 */
	.collapse.navbar-collapse {
		padding-left:150px; 
	}
	
	.movingSlides {
		margin-top: 50px;
		margin-left: 100px;
	}
	
	.introduction { 
		width:650px;
		margin-top:50px; 
		margin-left: 120px;
		padding-bottom: 50px;
	}
	.logo {
		width:12%; 
		height:12%; 
	}
}

@media (max-width:1083px) {
	footer {
		height: 80px;
	}
}

@media (max-width:991px) {
	.collapse.navbar-collapse {
		padding-left:50px; 
	}
	
	.movingSlides {
		width:650px; 
		height:420px; 
		margin-left: 30px; 
		margin-top: 20px;
	}
	
	.movingImg {
		width:350px; 
		height:220px;
	}
	
	.introduction {  
		margin-left: 20px;
	}
	.logo {
		width:15%; 
		height:15%; 
	}
	footer {
		height: 80px;
	}
}

@media (max-width:768px) {
	
	.logo {
		margin-left: 40px;
	}
	
	.movingSlides {
		width:550px; 
		height:355px; 
		margin-left: 50px; 
		margin-top: 50px;
	}
	
	.movingImg {
		width:350px; 
		height:220px;
	}
	
	.introduction {  
		width:500px;
		margin-left: 50px;
	}
}

@media (max-width:650px) {
	
	.logo {
		margin-left: 20px;
	}
	
	.movingSlides {
		width: 450px; 
		height: 290px; 
		margin-left: 40px; 
		margin-top: 40px;
	}
	
	.movingImg {
		width:300px; 
		height:190px;
		margin-left: 60px; 
		margin-top: 50px;
	}
	
	.introduction {  
		width:400px;
		margin-left: 50px;
	}
	
	.logo {
		width:17%; 
		height:17%;
	}
	footer {
		height: 80px;
	}
}

@media (max-width:600px) {
	.logo {
		width:17%; 
		height:17%;
		margin-top: 5px;
	}
	footer {
		height: 80px;
	}
}

@media (max-width:500px) {
	
	.logo {
		margin-left: 20px;
	}
	
	.movingSlides {
		width: 350px; 
		height: 230px; 
		margin-left: 25px; 
		margin-top: 30px;
	}
	
	.movingImg {
		width:200px; 
		height:130px;
		margin-left: 60px; 
		margin-top: 50px;
	}
	
	.introduction {  
		width:350px;
		margin-left: 20px;
	}
	h2,h3{
		font-size: 20px;
	}
	footer {
		height: 100px;
	}
}

@media (max-width:470px) {
	h2,h3{
		font-size: 18px;
	}
	
	.logo {
		width:18%; 
		height:18%;
	}
	footer {
		height: 105px;
	}
}

@media (max-width:400px) {
	
	.logo {
		margin-left: 20px;
	}
	
	.movingSlides {
		width: 300px; 
		height: 200px; 
		margin-left: 25px; 
		margin-top: 30px;
	}
	
	.movingImg {
		width:200px; 
		height:130px;
		margin-left: 40px; 
		margin-top: 30px;
	}
	
	.introduction {  
		width:300px;
		margin-left: 20px;
	}
	
	footer {
		height: 120px;
	}
	
	h2,h3{
		font-size: 16px;
	}
	.logo {
		width:19%; 
		height:19%;
	}
}