.carousel-item img{
	width: 100%;
	max-height: 55vh;
}
.col-10{
	float: left;
}
.col-10 h4{
	color: royalblue;
}
.col-2{
	float: left;
	font-size: 40px;
	padding: 10px;
	color: gray;
}
.nav-item a{
	font-weight: bold;
	color: white;
}
.nav-link b{
	float: right;
	font-size: 20px;
}
.container h2{
	color: royalblue;
	text-align: center;
	font-weight: bolder;
}
.container h3{
	color: white;
	min-height: 100px;
}
.col-lg-3{
	float: left;
}
.col-lg-9{
	float: left;
}
.col-lg-5{
	float: left;
}
.col-lg-7{
	float: left;
}
.input-group-text{
	width: 100px;
}