.header-filter:before {
	background-color: rgba(0, 0, 0, 0);
}

.header-filter:after {
	background: rgba(132, 13, 121, 0.88);
	background: linear-gradient(45deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
	background: -moz-linear-gradient(135deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
	background: -webkit-linear-gradient(135deg, rgba(132, 13, 121, 0.88) 0%, rgba(208, 44, 180, 0.31) 100%);
}

.presentation-page .brand h1,
.index-page .brand h1 {
	font-size: 3em;
}

.main-raised {
	padding-bottom: 50px;
}

.contact-form {
	margin-top: 20px;
	margin-bottom: 50px;
}
