*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    padding:0;
    margin: 0;
    width: 100%;
    height: auto;
    background: #FFF;
	font-family: 'Fira Sans', sans-serif;
	font-size:20px;
	color: #1b2b5a;
}

header{
	width: 100%;
	height: 100vh;
	background-image: url(../img/header.jpg);
	background-size: cover;
	background-position: center;
	
	display: flex;
    justify-content: center;
    align-items: center;

}

header img {
    width: auto;
    height: 100%;
    padding: 20px;
}

#contenuto {
    background-image: linear-gradient(#d47d3a, #f3cb68);
    margin: 0;
    padding: 20px;
}

h1 {
    
    font-size: 1.3em;
    margin: 0;
    padding: 0;
	text-align: center;
	margin-top:30px;
}
p {
line-height: 1.4em;
}
p.intro{
	padding:0 20px;
}
.center {
text-align:center;
}

img.icona {
    display: block;
    height: 20vh;
    margin: 40px auto;
    max-width: 100%;
    width: auto;
}
img.intestazione {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.btn {text-decoration:none;color:#fff;border:2px solid #fff;padding:20px;display:inline-block;text-align:center;margin-bottom:50px}


.biimmagine {
    display: flex;
    justify-content: space-between;
    width: 100%;
	align-items: center;
	flex-wrap: nowrap;
	margin: 30px 0;
}
.biimmagine img {
    width: 50%;
}
p.bio  {
	font-weight: 300;
}
p.bio span {
	color: #dc052b;
	font-size: 1.2em;
	font-weight: bold;
}
img.mano {
    width: auto;
    height: 15px;
    display: inline-block;
    margin-bottom: 7px;
}
p.dove {
    margin-top: 0px;
    font-weight: 300;
    font-size: 1.2em;
}
p.dove span {
  
    font-weight: bold;

}
img.linee {
    width: 100%;
    height: auto;
	display: block;
	margin: 30px 0;
	margin-bottom: 50px;
}
p.prossimamente {
    font-size: 1.3em;
    text-align: center;
}
footer p {
    text-align: center;
    font-weight: 300;
    font-size: 1.1em;
    color: #dc052b;
    margin: 0 0 20px 0;
}

footer .biimmagine {
    width: auto;
    margin: 0 auto;
	justify-content: space-around;
	align-items: center;
    max-width: 30vw;
    margin-bottom: 40px;
    
}
footer .biimmagine img {
    width: 10vw;
}
@media only screen and (max-width: 1024px) {
    img.icona {
        display: block;
        
        height: auto;
        width: 100%;
    }

    header {
        width: 100%;
        height: 40vh;
        padding: 0;
    }

    footer .biimmagine {        
        max-width: 100vw;
        flex-direction: column;
    }

    footer .biimmagine img {
        
         width: 40vw;
         margin-bottom: 40px;

    }
}

