.section{
	text-align:center;
}

.section .bg-content {
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 20px 35px;
    /*width: 100%;*/
    color: #333;
}

#section0 .bg-content {
    background-color: transparent;
}

/* Sections
 * --------------------------------------- */
 #section0,
 #section1,
 #section2,
 .slide{
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
 }
 #section0{
	/*background-image: url(../images/MichaelEggers-2.jpg);*/
	background-image: url(../images/ralfstruss.jpg);
 }
 #section1{
	/*background-image: url(../images/MichaelEggers-3.jpg);*/
	background-image: url(../images/w3developer.jpg);
 }
 #section2{
	/*background-image: url(../images/MichaelEggers-4.jpg);*/
	background-image: url(../images/rsd-home-studio.jpg);
 }
 