link{
    display: block;
}
body  { 
    margin: 0;
    display: block;
     min-width:   auto;
     min-height:  auto;
     height: 100%;
     display: block;
}
img.bg {
	position: fixed;
	display:block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 1024px;
	min-height:1280px;
	max-width: 100%
	max-height:1280px;
	z-index: -9999;
}
head{
    margin: 0;
    display: flex;
    
    }
    
#intestazione{
  background-image: url(sfondi/sfondo.jpg.png);
    background-repeat: no-repeat;
    backface-visibility: visible;
    background-position: right center;
    background-size: 100%;
    width: 100%;
    max-width: 100%;
    height:60%;
    max-height: 60%;
    
}
#titolo {
    text-align: center;
    font-family: 'Arimo', sans-serif;
    color: #FF831C;
    font-size: 3%;
    font-weight:bold;
}
#sottotitolo{
    font-family: 'Arimo', sans-serif;
    font-weight:bold;
    text-align: center;
    color: #FF831C;
    font-size: 30px;
}
.testa{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 200%;
    
        
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
li{
    float: left;
    
}
.menu li a:hover {
	text-shadow: 0px 0px 1px #FFF;
  transition: .2s linear;
}
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover:not(.active) {
    background-color: #111;
    border-bottom: 5px solid #FF831C;
    font-family: 'Arimo', sans-serif;
    color: #FF831C;
}
.active {
    background-color: #333;
	
}
nav {
    display: block;
    position: relative;
    top:20%;
}
.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 2% 2%;
}
.footera{
    position: relative;
    top: 2%;
    background-color: #FF831C;
    background-size: auto;
    font-family: 'Arimo', sans-serif;
    color: black;
    font-size: 16px;
    font-weight:bold;
    padding:20%;
    display: block;
    }
footer{
    position: relative;
    top: 100%;
    background-color: #FF831C;
    background-size: auto;
    font-family: 'Arimo', sans-serif;
    color: black;
    font-size: 16px;
    font-weight:bold;
    padding:50px;
    display: block;
}
.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 3px 3px;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}
.fa:hover {
    opacity: 0.7;
}
p{
    font-family: 'Arimo', sans-serif;
    font-style: italic;
    font-size: 20px;
}
div#corpo{

    margin-left:10px;
    display: block;
}
p#titolod{
    color: #FF831C;
    font-size: 25px;
}
p#titolod{
    color: #FF831C;
    font-size: 25px;
}
