@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Oswald');


*{
    padding: 0px;
    margin:0px;
    box-sizing: border-box;
}

.header{
    height:0%;
    width:100%;
    margin:auto;
    top: 0;
    background-size:cover;
}

.navbar{
    height: 15%;
    width:100%;
    padding: 20px;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    transition: 0.5s;
    
}

.navbar ul li{
    list-style-type:none;
    display: inline-block;
    padding: 18px 55px;
    color: white;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    border-radius: 10px;
    transition: 0.2s;
    opacity: 1;
}

.navbar ul li:hover{
    background: orange; 
}


img {
    width: 100%;
    height: auto;
    
}

body {
    background-color: transparent;
    background: url("        http://www.esaelectromech.eu/application/files/9414/8058/5895/energie-rinnovabili.jpg ") fixed 0% 100%;
    top: 0;
    background-size: cover;
}

h1 {
    text-align:left;
    font-size:600%;
    color: white;
    letter-spacing: 1%;
    margin: 20% 0;
    margin-bottom: 0%;
    -webkit-text-stroke: 1px black;
}

h2 {
    text-align:center;
    font-size:375%;
    color: white;
    letter-spacing: 1%;
    padding-top: 10%;
    padding-bottom: 1%;
    
}

p{
    text-align: left;
    font-size: 200%;
    color: white;
    letter-spacing: 1%;
    padding-top: 3%;
    padding-left: 10%;
    -webkit-text-stroke: 0.5px #808080;
    font-family: 'Raleway', sans-serif;
    
}

.rightIMG, 
.leftIMG{
    margin-top: 20px;
    margin-left: 110px;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom:1;
}

/*--------Start Parallax-----*/
.parallax {
    background: url("https://wallpapercave.com/wp/wp1910083.jpg") no-repeat fixed 100%;
    background-size: cover;
   
}
.parralax-inner {
    padding-top: 40%;
    padding-bottom: 40%;
}

.parallax2 {
    background: url("http://theartmad.com/wp-content/uploads/2015/07/New-Beginning-Wallpaper-5.jpg") repeat fixed 100%;
    background-size: cover;
}

.parralax-inner2 {
    padding-top: 40%;
    padding-bottom: 20%;
}
/*--------End Parallax------*/

a:link
{
    color:#FFFFFF;
    text-decoration: none;
}

a:visited
{
    color:#FFFFFF;
    text-decoration: none;
}

a:hover 
{
    color:#FFFFFF;
    text-decoration: none;
}
