.bg1 {
	background-image: url(/img/background.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.intro {
	margin: 0 auto;
	padding: 60px 0 30px 0;
}

.portfolio {
	background: #fce9ed;
}

.team {
	  background: #FF1744;
}

.imprint {
	text-align: left;
}

.imprint a {
	color: #FF1744;
}

.imprint a:hover  {
	color: #fce9ed;
	text-decoration: underline;
}

.imprint h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 1.5em 0 1em 0;
}


footer .main-footer {
	padding: 50px 15px;
}
