/* CSS Document */
.myHeaders{
	font: "Roboto Black", Roboto, "Poppins Black";
	font-weight:bold;
	font-size: 1.5em;
}

.myHeaderDiv{
	width: auto;
	
	text-align: center;
	margin-bottom: 30px;
	
}

.skyBlue{
	color: #fff;
}

h4{
	margin-top: 10px;
	
}

.underlineDiv{
	height: 0px;
	width: 150px;
	border-bottom: thick solid lightblue;
	margin-bottom: 20px;
}

#aboutSubHeading{
	background-image: url("../assets/img/careImage.jpg");
  	background-repeat: no-repeat;
  	text-align: left;
  	background-position: center center;
  	background-size: cover;
	height: 200px;
	padding:90px 0px 0px 20px;
}

.serviceImg{
	width: 300px;
	height: 200px;
	margin-bottom: 10px;
}

#service p{
	
}

.card-header {
	color: #000;
}

.mailLink a {
color: "orange";
text-decorations:none;

}