        
        body {
        	margin: 0px;
        }
 
/* main body */
        
        #parallax-background {
        	width: 100%;
            height: 55vh;
            background-position: center;
  			background-repeat: no-repeat;
  			background-size: cover;
            background-image: url(../images/macchine.jpg);
            background-attachment: scroll;
        }
        
        #main {
        	position: relative;
            top: 0px;
        }
        
        #body p {
            font-size: 20px;
            margin: 0 10%;
            padding: 7vw 0;
        }
        
        #body h1 {
        	font-size: 80px;
            top: -78px;
            text-shadow: 0px -3px 3px black;
        }
        
        #main-chisiamopc {
        	background: #665ece;
            width: 100%;
            height: 400px;
            box-shadow: 0px -1px 5px black;
        }
        
        #main-chisiamopc h1 {
        	color: #665ece;
            position: absolute;
            left: 20px;
            margin: 0;
            
            font-family: Futura;
        }
        
        #main-chisiamopc p {
        	color: white
        }
        
        #main-teampc {
        	background: white;
            width: 100%;
            height: 400px;
            box-shadow: 0px -1px 5px black;
        }
        
        #main-teampc h1 {
            color: white;
    		position: absolute;
    		right: 20px;
    		margin: 0;
            padding: 0;
    		font-family: Futura;
        }
        
        #main-teampc img {
            height: 270px;
            position: absolute;
            top: 50%;
            margin-top: -135px;
            left: 5%;
        }
        
        #main-teampc p {
        	color: #665ece;
            margin-right: 10%;
            margin-left: 30%;
        }
        
        #main-partnerspc {
        	background: #665ece;
            width: 100%;
            height: auto;
            box-shadow: 0px -1px 5px black;
        }
        
        #main-partnerspc h1 {
            color: #665ece;
            position: absolute;
            left: 20px;
            margin: 0;
            font-family: Futura;
        }
        
        #main-partnerspc img {
        	width: 200px;
            position: absolute;
            top: 35%;
            margin-top: -100px;
            right: 5%;
        }
        
        #main-partnerspc p {
        	color: white;
            margin-right: 30%;
            margin-left: 10%;
            text-align: right;
        }
        
        #main-mottopc {
        	height: 400px;
            width: 100%;
            background-image: linear-gradient(to right, #665ece, transparent 40%);
        }
        
        #main-mottopc img {
        	width: 225px;
            height: 400px;
            position: absolute;
            top: 50%;
            margin-top: -200px;
            left: 5%;
        }
        
        #main-mottopc p {
        	padding: 5vw 0;
            margin: 0;
            font-size: 24px;
            margin-left: 25%;
            color: grey;
            font-style: italic;
        }
        
        #main-mottopc h1 {
        	color: #665ece;
    		font-size: 40px;
    		position: absolute;
            text-shadow: none;
    		right: 20%;
    		top: 65%;
    		margin: 0;
            padding: 0;
            font-style: italic;
    		font-family: Futura;
        }
        
        /* footer */
        
        #parallax-background-bottom {
        	width: 100%;
            height: 110vh;
            background-position: center;
  			background-repeat: no-repeat;
  			background-size: cover;
            background-image: url(../images/facciata-ditta2.jpg);
            background-attachment: fixed;
        }
        
        #mappa h1 {
        	color: #665ece;
            background: white;
            text-shadow: none;
    		position: absolute;
    		right: 20px;
            top: -15px;
            border-radius: 15px;
    		margin: 0;
            padding: 0 10px;
    		font-family: Futura;
        }
        
        #mappa iframe {
        	width: 100%;
            border: 0;
            height: 100%;
        }
        
        #main-parlanodinoipc{position: relative;background: white;width: 100%;height: auto;box-shadow: 0px -1px 5px black;}
        #main-parlanodinoipc h1{color: white;position: absolute;right: 20px;margin: 0;padding: 0;font-family: Futura;}
        #main-parlanodinoipc p{    color: #665ece;margin-right: 15%;margin-left: 15%;}
        #main-parlanodinoipc h2{margin: 0;position: absolute;width: 90%;margin-left: 5%;text-align: center;color: #665ece;}
        #body{position:relative;}