body {
padding: 0px;
margin: 0px;
font-family: sans-serif;
background-color: #131313;
color: #DCDCDC;
}


.hidden {
display: none;
}


#main {
text-align: center;
}

#content{
position: relative;
z-index: 85;
top: 0px;
width: 100%;

}

#logocell{
position: relative;
z-index: 100;
width: 100%;
}
#logopc{
display: none;
}

h1 {
padding: 0px;
margin: 0px;
font-size: 26px;
text-shadow: 2px 2px #000;
}

h2{
color: #DD5921FF;
margin: 2px;
}


a:link {
color: #00E7FF;
}
a:visited {
color: #00E7FF;
}
a:hover {
color: #00E7FF;
text-decoration: none;
text-shadow: 0px 0px 3px #D7FEFF;
}
a:active {
color: #000;
text-decoration: none;
text-shadow: 0px 0px 3px #fff;
}


#bottom {
position: relative;
z-index: 100;
top: 80px;
left: 0px;
width: 100%;
height: 50px;
text-align: center;
color: #fff;
text-shadow: 2px 2px #000;
font-size: 16px;
letter-spacing: 2px;
line-height: 24px;
}

#bottompc{
display: none;
}
#bottomcell{
position: relative;
z-index: 90;
margin: 0px;
padding: 0px;
width: 100%;
}


#contatti {
text-align: center;
marign-bottom: 100px;
}

#contatti img{
display: inline-block;
width: 30%;
margin: 20px;
}

.evento{
padding: 8px;
border: 1px solid #c0c0c0;
margin: 8px;
}

.social{
width: 30%;
}