.section {
	height: auto;  
	margin: 0 auto; 
    width: 100%; 
    position: relative; 
    /*box-shadow: 0 0 50px rgba(0,0,0,0.8);*/
    background: url('../images/intro.png') 50% 0 fixed; 
}

.intro { 
    padding: 100px 0;
}

.bimbim { 
	background: url('../images/bim-bim.jpg') 50% 0 fixed;
    padding: 200px 0;
}

.touchtalk { 
	background: url('../images/touchtalk.jpg') 50% 0 fixed; 
    padding: 200px 0;
}

.chaptermarker { 
	background: url('../images/chaptermarker.jpg') 50% 0 fixed; 
    padding: 100px 0;
}

.c2alc {
	padding: 200px 0;
}

.about {
	padding: 200px 0 0 0;
	color: #fff;
	padding-bottom: 10px;
}

.footer {
	margin-top: 100px;
	padding-bottom: 20px;
}

.hero-unit {
	background-color: #fff;
	background-color: rgba(255,255,255,0.6);
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    padding: 10px 30px;
    border-radius: 5px;
    color: #000;
    
    font-size: 18px;
	font-weight: 200;
	line-height: 30px;

}

.hero-unit p {
	margin-bottom: 20px;
}

.avatar {
	float: left;
	padding-right: 10px;
	padding-top: 20px;
}

.app-logo {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10%;
	text-align: center;
	margin-top: 20px;
}