*{
    margin:0;
    padding:0;
}
/* para garantir que estes elementos ocuparão toda a tela */
body, html {
    width: 100%;
    height: 100%;
}
body{
    background:#fff;
	font-family:Helvetica, Arial, sans-serif;
	color: #000;
}
.section{
    margin:0px;
    width:100%;
    float:left;
    /* text-shadow:1px 1px 2px #f0f0f0; */
}

#Home{height: 800px;}
#About{height: 1200px;}
#Services{height: 800px;}
#GetInTouch{height: 900px;}


.section h2{
   margin-top: 90px;
   font-size: 20pt;
}

div#boxPortfolio h2{
	font-size: 32pt;
	font-weight:100;
	word-spacing: -2px;
	letter-spacing: -2px;
}

.section h2 span{
   font-size: 28pt;
}
.section p{
    /* margin:20px 0px 0px 50px;
    width:600px; */
}
.black{
    color:#000;
}
.white{
    color:#000;
}

.section ul{
    list-style:none;
    margin:0px;
}
.black ul li{
    float:left;
    padding:5px;
    margin:5px;
    color:#aaa;
}
.black ul li a{
    /* display:block;
    color:#f0f0f0; */
}
.black ul li a:hover{
    text-decoration:none;
    color:#fff;
}
.white ul li{
    float:center;
    /*
	padding:5px;
    margin:5px;
    color:#aaa;
	*/
}
.white ul li a{
    display:block;
    color:#222;
}
.white ul li a:hover{
    text-decoration:none;
    color:#000;
}
