body {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 300;
	hyphens: none;
	-webkit-hyphens: none;
 	-moz-hyphens: none;
 	-ms-hyphens: none;
 	-o-hyphens: none;
} 
h1{
	font-family: brandon-grotesque, sans-serif;
	font-weight: 300;
	font-size: 260%;
	color: #fff;
	margin:0;
}
a {
	color: #fff;
	text-decoration: none;
}
#section0 .intro {
	margin-bottom: 20vh;
}
#section1 .intro p {
	text-align: justify;
}
.intro p{
	color: #fff;
	font-size: 18px;
	margin: 0;
}
.section{
	text-align:center;
	background-size: cover;
	background-position: center;
}
.block {
	padding-left: 20%; 
	padding-right: 20%; 
}
#section0 {
	background-image: url(img/LPDO_001.jpg);
}
#section1 {
	background-image: url(img/LPDO_002.jpg);
}
#section2 {
	background-image: url(img/LPDO_003.jpg);
}
ul.social {
	list-style: none;
	padding: 0;
} 
ul.social li {
	display: inline-block;
	margin:0 10px;
}
.icon-circle {
	background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 40px;
}
ul.social li a {
	color: #000;
}
ul.social li a i {
	line-height: 40px;
	font-size: 20px;
}

.logo {
	position: absolute;
	bottom:6vh;
	margin: auto;
    left: 0;
    right: 0;
    width: 90px;
}
@media only screen and (max-width: 980px) {
  	.intro p{
		font-size: 33px;
	}
	h1 {
		font-size: 300%;
	}
	.logo {
    	width: 110px;
	}
	#section0 .intro {
		margin-bottom: 13vh;
	}
	#section1 .intro p {
		text-align: left;
	}
	.block {
		padding-left: 15%; 
		padding-right: 15%; 
	}
}