/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

.menu ul li a{
	text-align: center;
}

.home{
	min-height:75vh;
	width:100%;
}

.home .content{
	padding-top: 1.5rem;
	text-align: center;
}

.home .content h3{
	font-size: 2.5rem;

}


.about .row .content h3 span{
	font-size: 2.3rem;
	}


.services .box-container{

	grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));

}

.services .box-container .box{
width:100%;
padding:1rem .5rem;
}


.services .box .info i{
	
	font-size: 2rem;
}


}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

.menu ul li a{
	text-align: center;
}




	}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

.menu ul li a{
	text-align: center;
}





}