* {
margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 vertical-align: baseline;
 box-sizing: inherit;
}

html {
 overflow-y: scroll;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%
}

body {
-webkit-font-smoothing: antialiased;
/*-moz-osx-font-smoothing: grayscale;*/
font-family: sans-serif;
font-size: 16px;
}

a {
 color: #CC3300;
 text-decoration: none;
 font-weight: bold;
 text-decoration: none
}

a:hover {
 color: #FFFFFF;
 background-color: #CC3300;
}

.container {
 width: 100%;
 max-width: 960px;
 margin: 0 auto;
 padding: 0 10px;
 display:block;
 box-sizing: border-box;
}

.container h1 {
 color: #cc3300;
 text-align: center;
 margin-bottom: 1rem;
 font-size: 1.5rem;
}
.container p {
 line-height: 1.3;
 margin-bottom: .5rem;
 font-size:1rem;
}

img {
 height: auto;
 width: 100%;
 display: block
}

.logo {
 margin: 1rem 0 2rem 0;
}

.sezioni {
 font-size: 0;
}

.sezione {
 display: inline-table;
 font-size: 1rem;
 vertical-align: middle;
}

.sezione_sx {
 width: 25%;
 margin: 0 3% 2px 0;
 color:#fff;
 padding: .9rem;
 text-align: center;
 font-weight: bold;
}

.eventi {
 background: #ca2c3b;
}

.bibliografia {
 background: #377d48;
}

.articoli {
 background: #3a627f;
}

.video {
 background: #6d6d6d;
}

.volti_voci {
background: #e5a400;
}

.sezione_dx {
 width: 72%;
}

.footer {
 border-bottom: 1px solid #000;
 padding-bottom: 1rem;
 text-align: center;
 font-size: .9rem;
 margin: 1rem 0;
}

.sostieni {
 font-size: .8rem;
 padding-bottom: 1rem;
}

.sostieni_title {
 text-align: center;
 text-transform: uppercase;
 font-weight: bold;
}

p.sostieni_title {
 margin-bottom: 2rem;
 border-bottom: 1px solid #000;
 padding-bottom: 1rem;
}
@media screen and (max-width: 960px) {
 .sezione_dx {
    width:68%
 }
}
@media screen and (max-width: 480px) {
 body {
    overflow-x: hidden;
 }
 h1 {
    font-size:1.4rem;
 }
 .sezione_sx,
 .sezione_dx {
    width:100%;
 }
 .sezione_sx {
    margin: 1rem 3% 2px 0;
 }
 .sostieni {
    text-align: center;
 }

}