/*	
*/* 
{ 
margin:0; 
padding:0; 
}
body 
{ 
background:#000; 
height:100%; 
}

    p {
        margin: 0 0 2em 0;
    }
    
    ::-webkit-scrollbar {
        width: 7px;
    }
    
    ::-webkit-scrollbar-track {
          background-color: #000000;
    } /* colore di sfondo delle scrollbar */

    ::-webkit-scrollbar-thumb {
          background-color: #FFFFFF; 
    }

    ::-webkit-scrollbar-button {
          background-color: ;
    } /* codice per personalizzare i bottoni alle estremità delle scrollbars */

    ::-webkit-scrollbar-corner {
          background-color: black;
    } /* se sia il verticale e le barre orizzontali appaiono, probabilmente l'angolo in basso a destra ha anche bisogno di avere uno stile */    


#menu1{
	height: 40px;
  	width: 100%;
  	position: absolute;
        bottom: 28px;
	margin:0 auto;
	background: rgba(0,0,0,0.5);
	}


#menu{
	height: 40px;
  	width: 100%;
  	position: absolute;
        bottom: 28px;
	margin:0 auto;
	}

#logo{
	height: 40px;
  	width: 300px;
  	bottom: 28px;
	position:absolute;
	margin:0 auto;
	}

#home{
	display: none;
}

#profile{
	display: none;
	height: 480px;
  	width: 807px;
	position: absolute;
	bottom: 100px;
	right: 40px;
	float: right;
	margin:0 auto;
	background: rgba(0,0,0,0.5);
	overflow:auto;
}


#projects{
	display: none;
	height: 480px;
  	width: 807px;
	position: absolute;
	bottom: 100px;
	right: 40px;
	float: right;
	margin:0 auto;
	background: rgba(0,0,0,0.5);
	overflow:auto;
}

#services{
	display: none;
	height: 480px;
  	width: 807px;
	position: absolute;
	bottom: 100px;
	right: 40px;
	float: right;
	margin:0 auto;
	background: rgba(0,0,0,0.5);
	overflow:auto;
}


#portfolio{
	display: none;
	height: 400px;
  	width: 807px;
	position: absolute;
	bottom: 100px;
	right: 40px;
	float: right;
	margin:0 auto;
	background: rgba(0,0,0,0.5);
	overflow:auto;

}

#contacts{
	display: none;
	height: 480px;
  	width: 807px;
	position: absolute;
	bottom: 100px;
	right: 40px;
	float: right;
	margin:0 auto;
	background: rgba(0,0,0,0.5);
	overflow:auto;
}


.clr{
	clear: both;
}



