.testo-verde{
    color: #04823D;
    font-weight: bold;
}
.testo-nero{
     color: #00000a;
}
h1,h2,h3,h4,h5,h6{
    color: #04823D;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: 0;    
}
.h5, h5 {
    font-size: 15px;
}
.primo-in-alto{
    margin-top: 0;
}

.header{
    margin-bottom: 2em;
    text-align: center;
}

#background {
    width: 100%; height: 100%; top: 0; left: 0;
    background: url(images/background.jpeg) no-repeat center top;
    position: fixed;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.5;
}

#logo-header{
    max-width: 100%;
}

#logo-footer{
    width: 100%; height: 100%; top: 0; left: 0;
    background: url(images/logo.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer{
    text-align: center;
    margin-top: 2em;
    background: #fff;
    padding: 2em;
}

.padding-maggiore{
    padding-right: 45px;
    padding-left: 45px;
}

.padding-maggiore p{
    text-align: justify;
}

@media (max-width: 992px) {
    .padding-maggiore{
        padding-right: 35px;
        padding-left: 35px;
    }
}
@media (max-width: 768px) {
    .primo-in-alto{
        margin-top: 2em;
    }
    .padding-maggiore{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 550px) {
    .img-header{
        width: 100%;
    }
}