.sec-hero {
	background-image: url("../img/hero.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000000;	
}

.sec-hero img {
	margin: 107px 0 170px 0;
}

.sec-main {
	background-color: #523c87;
}

.call-to-action {
	line-height: 67px;
	font-size: 35px;
	color: #523c87;
	box-shadow: none;
	font-weight: 400;
	padding-right: 50px;
	padding-left: 50px;
}

.call-to-action:hover,
.call-to-action:visited,
.call-to-action:active,
.call-to-action:focus {
	color: #523c87;
}

.sec-form .display-6 {
	color: #523c87;
}

.sec-form .btn-light {
	color: #523c87;
}

.sec-form .btn-primary {
	background-color: #523c87;
}

@media only screen and (max-width: 992px) {
	.call-to-action {
		line-height: inherit;
		font-size: inherit;
		color: #523c87;
		box-shadow: none;
		font-weight: 400;
		padding-right: 30px;
		padding-left: 30px;
	}
}