@charset"utf-8"
 

html{
   font-size: 10px;
}
@font-face {
    font-family: 'source_sans_probold';
    src: url('sourcesanspro-bold-webfont.eot');
    src: url('sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('sourcesanspro-bold-webfont.woff') format('woff'),
         url('sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proregular';
    src: url('sourcesanspro-regular-webfont.eot');
    src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('sourcesanspro-regular-webfont.woff') format('woff'),
         url('sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



}



body{
    background-color: rgba(245, 225, 225, 0.46);
    }
div#pagina{
            
    
            }
header{
   
   width: 100%;
    height: 30%;
    background-position: left;
	background: url(../img/IMG_20160322_205112249_HDR.jpg);
	background-repeat: space;
	background-size:cover;
	background-attachment: fixed;
    transition: background-position 25s ease;
    }

header h1{
    font-family: 'source_sans_proregular';
    font-size: 2rem;
    color: #fff;
    text-align-last: center;
}


nav ul{
    list-style: none;
}
nav ul li a{
font-family: 'source_sans_probold';
display: block;
text-decoration: none;
color: #ff6369;
font-size:1rem;
margin:auto;
text-align: center;
    
}

    



