/*-- TESTO --*/

a {text-decoration:none;}
a:hover {color: #932826;}

.text-rosso {color: #f05160;}
.text-verde {color: #79b530;}
.text-giallo {color: #f8b334;}
.text-azzurro {color: #6cb4c3;}
.text-bianco {color: #ffffff;}
.centrot {text-align: center;}
.text-grigio {color: #263b46;}
.rigasotto {color: #6a8268; border-bottom: solid; border-width: thin;}
.rigadx {color: #6a8268; border-right: dotted; border-width: thin;}
.rigasx {color: #6a8268; border-left: dotted; border-width: thin;}

/* TESTO BOX AVONDE */


p {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 200;
    line-height: 120%;
    color: #515151;
    width: 80%;
    padding-left: 7%;
    padding-right: 7%;
    padding-top:2%;
    padding-bottom: 10px;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 120%;
    color: #6a8268;
    width: 80%;
    text-align: left;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 20px;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    color: #798d74;
    width: 80%;
    text-align: left;
    padding-left: 7%;
    padding-right: 7%;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2em;
    text-align: center;
    color: #6a8268;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 20px;
}

strong {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    color: #6a8268;
}

.nopad {
    padding:0;
}

@media(max-width:1280px){
    h1 {font-size: 55px;}
    h2 {font-size: 27px;}
    p {font-size: 20px;}
    }

@media(max-width:1024px){
    h1 {font-size: 50px;}
    h2 {font-size: 25px;}
    p {font-size: 19px;}
    }

@media(max-width:991px){
    h1 {font-size: 49px;}
    h2 {font-size: 24px;}
    p {font-size: 18px;}
    }

@media(max-width:768px){
    h1 {font-size: 40px;}
    h2 {font-size: 20px;}
    p {font-size: 14px;}
    }

@media(max-width:480px){
    h1 {font-size: 40px;}
    h2 {font-size: 20px;}
    p {font-size: 18px;}
    }


footer {
	width: 100%;
	height: auto;
	position: absolute;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .row {
    position: relative;
}

footer img {
    width:100%;
    text-align: center;
}

footer p {
   font-family: 'Nunito', sans-serif;  
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
	color: #ffffff;
    text-align: center;
}

footer h1 {
   font-family: 'Nunito', sans-serif;  
    font-weight: 800;
    font-size: 28px;
    line-height: 120%;
	color: #ffffff;
    text-align: center;
}

footer i {
   font-family: 'Nunito', sans-serif;  
    font-weight: 800;
    font-size: 30px;
    line-height: 120%;
	color: #ffffff;
    text-align: center;
}


footer a {color: #ffffff;}
footer a:hover {color: #932826;}



