body {
	padding-top: 56px;
}
.purple {
	background: #4c004c;
}

/* wichtig für Bild und Icons */
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.round {
  border-radius:12px;

}

.portfolio-item {
  margin-bottom: 30px;
} 

.fa {
  padding: 30px;
  font-size: 40px;
  width: 80px;
  text-align: center;
  text-decoration: none;
  margin: 10px 20px;
}
.fa:hover {
    color: #4c004c;
	opacity: 1.0;
}

/* Facebook */
.fa-facebook {
  background: white;
  color: black;
}
/* Twitter */
.fa-twitter {
  background: white;
  color: black;
}
/* youtube */
.fa-youtube {
  background: white;
  color: black;
}
/* instagram */
.fa-instagram {
  background: white;
  color: black;
}
/* soundcloud */
.fa-soundcloud {
  background: white;
  color: black;
}

.footer {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #333;
	color: #999;
	text-align: center;
 }
 
 .border {
	color: white;
	border-radius: 5rem;
	background-color: #824d82;
 }
 
