
.nav-link {
	background-color: rgb(29, 92, 143);
	border-radius:5px;
	margin: 0 5px;
	padding: 5px 20px !important;
	color: #fff !important;
	text-align: center!important;
}
.nav-item {
	margin: 5px 0;

}

.main-color {
	color: rgb(29, 92, 143);
}

.bg-color-1{
	background-color:rgb(235, 247, 250);
}

.bg-color-2{
	background-color:rgb(56 182 255);
}




.info-block {
	padding: 5%;
	background-color:rgb(202, 186, 145);
	border-radius:10px;
	color: #000;
}

.info-block-2 {
	padding: 5%;
	background-color:#0c84ca;
	border-radius:10px;
	color: rgb(255, 255, 255);
}
.info-block-3 {

	background-color:rgb(56 182 255);
	border-radius:30px;
	color: #000;
	font-weight:500;
}

.numbers {
	float:left;
	background-color:rgb(202, 186, 145);
	color:#fff;	
	border-radius:50%;
	margin-right: 10px;
	height:50px;
	width:50px;
	font-size: 2em;
	text-align:center;
}

.ajust-screen {
	max-width: 700px;
}

.bg-image {
	background-color: rgb(221, 221, 221);
	border-radius: 10px;
	margin-top: 5%;
}

.resize-space {
	min-height: 200px;
	width: 100%;
	font-weight: 500;
}
.resize-space-2 {
	min-height: 190px;
	width: 100%;
	font-weight: 500;
}
.bg-title {
	padding: 10px;
	background-color: #1d5c8f;
	color:#fff;
	border-radius: 50px;
}

.lead-2 {
    font-size: 1.25rem;
    font-weight: 400;
}
* p {
	font-size: 0.850rem !important;
}

.menu-gap {
	padding-top: 50px;
}

@media (max-width: 25em) {
	
	.resize-space {
		min-height: 150px;
		width: 100%;
		font-weight: 500;
	}
	
	.resize-space-2 {
		min-height: 90px;
		width: 100%;
		font-weight: 500;
	}


  } 

