/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 31-ene-2017, 20:09:05
    Author     : Javi
*/

body { background-color: #000;
       z-index: 0; 
}

.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    background-size: cover;
}
#bg1 { 
    z-index: 10;
}

#bg2 {
    z-index: 20;
}


#content { 
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
   
    z-index: 100; opacity:1}


.icon { 
    padding: 0.5em;
    background: transparent;
    opacity: 1;
    height: 10em;
    cursor: pointer;
    margin-top: 4em;
    margin-right: 4em;
}

.reveal { z-index: 200;}
