/* CSS Document */
.img-fluid-50{
	max-width: 220px !important;
    width: 70%;
}
.img-fluid-30{
	max-width: 20% !important;
    margin-top: 15px;
}
.anv-bar-1rem{
	padding: .5rem 1rem !important;
}
.admission{
	text-align: center;
    color: white;
    font-weight: bold;
}
.mt-100{
	margin-top: 100px;
}
.white{
	color: white;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}
@media (min-width: 992px){
	.carousel-caption {
		top: 72%;
	}
}
@media (max-width: 500px){
	.carousel-caption {
		top: 55%;
	}
}
.bg-white{
	background-color: white;
}
