.contactheader {
	font-family: muli, sans-serif;
	padding: 30px;
	background: linear-gradient(to bottom, #FBB03B 0%, #F7931E 100%);
	border-radius: 10px;
}

.contactheader h2{
	font-weight: 700;
}

.contactheader p{
}

.contactheader a{
	display: block;
	width: 140px;
	padding: 12px;
	background: white;
	border: 2px solid white;
	text-align: center;
	color: black;
	border-radius: 30px;
	text-decoration: none;		
	font-weight: 600;
}
 
.contactheader a:hover{
	background: none;
	border: 2px solid white;
	color: white;
	
}
