.career{
	position: relative;
	padding: 100px 0;
}

@media screen and (max-width: 991px) {
	.career{
		padding: 50px 0;
	}
}

@media screen and (max-width: 600px) {
	.career{
		padding: 30px 0;
	}
}

/* .career h2{
	font-family: robotobold;
	letter-spacing: 3px;
	text-align:center; 
	color:#009abc;
	margin-bottom: 20px;
} */
.location{
	color:#0090bb; 
	padding:0px;
	font-family: robotobold !important;
}

/* .career h3{
	text-align:center;
	color:#696969;
	font-family: robotomedium;

} */
 
.career h4{
	margin-top:30px;
	color: #696969;
	font-family: robotomedium;
} 

/*.career hr{
	margin-top: 2px;
	margin-bottom: 0px;
	height: 3px;
	width: 490px; 
	background:#64dd17;
}*/

.career h5{
	color: white;
	padding:20px; 
	line-height:2;
}
.career p {
	font-family: robotoregular;
}

.resume {
	/* background-color:black;  */
	margin-top:30px;
	color: white;
		font-family: robotoregular;
		text-align: center;
		font-size: 16px;

}
@media (max-width: 570px) {
	.career hr{
		height: 3px;
		width: 300px; 
		background:green;
	}

}
@media (max-width: 460px) {
	.career hr{
		height: 3px;
		width: 250px; 
		background:green;
	}

}
@media (max-width: 320px) {
	.career hr{
		height: 3px;
		width: 150px; 
		background:green;
	}

}

.resume p{
	background-color: #3a3a3a;
	text-align: center;
}