


/*Elton-id-Professionalism*/
#Content-promo{
	width: 90%;
	margin: auto;
	border-radius: 10px;
	padding: 0;
	background-color: blue;
	padding: 10px 30px 50px 30px;
	text-align: center;
	opacity: 0.6;
	margin-top: 40px;
	margin-bottom: 40px;
}
/*End of Elton-id-Professionalism*/




#Content-promo  h1{
	font-size: 26px;
	color: white;
}

#Content-promo  p{
	color: yellow;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 40px;
}

#Content-promo a{
	text-decoration: none;
	color: blue;
	background-color: white;
	padding: 10px 22px 10px 22px;
	font-size: 30px;
	border-radius: 10px;
}
@media only screen and (max-width: 1200px){
#Content-promo{
	width: 90%;
	margin: auto;
	border-radius: 10px;
	padding: 0;
	background-color: blue;
	padding: 10px 10px 50px 10px;
	text-align: center;
	opacity: 0.6;
	margin-top: 40px;
	margin-bottom: 40px;
}
#Content-promo a{
	text-decoration: none;
	color: blue;
	background-color: white;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	border-radius: 10px;
}
}













