/************************************************
$ Call To Action
************************************************/

.section-call-to-action {
	padding-bottom: 105px;
	padding-top: 100px;	
}

.section-call-to-action h3 {
	font-size: 30px;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}

.section-call-to-action p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 35px;	
}

.section-call-to-action h2 a,
.section-call-to-action h2 a:link,
.section-call-to-action h2 a:visited,
.section-call-to-action h2 a:active {
	color: #2980b9;
}

.section-call-to-action a.button {
	margin: 0 auto;
	width: 184px;
		
}

