
/* CSS Document */



@media screen and (min-width:320px) and (max-width:399px) {
.carousel-title{
	font-size: 20px;
}
							
}
@media screen and (min-width: 400px) and (max-width:499px){
.carousel-title{
	font-size: 22px;
}
	
}

@media screen and (min-width: 500px) and (max-width:639px){
.carousel-title{
	font-size: 24px;
}
	
}

@media screen and (min-width: 640px) and (max-width:767px){
	.carousel-title{
	font-size: 26px;
}
	
}
@media screen and (min-width: 768px) and (max-width:991px){
	.carousel-title{
	font-size: 28px;
}
		
}
	
@media screen and (min-width: 992px)and (max-width:1199px){
	.carousel-title{
	font-size: 32px;
}
		
}

@media screen and (min-width: 1200px)and (max-width:1400px){
}

.parallax-window .carousel-title{
	font-size: 30px;
}
.parallax-window p{
	color: #ffffff;
}