@charset "UTF-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: Lato,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.azzurro{background: #1883b6;}
header {
    margin-top:20px;
    text-align: center;
}
.azzurro header {
    background-color: #f7f7f7;
    text-align: center;
    margin:0;
}
.logo {
    width: 263px;
    background: url(../img/logo.svg) no-repeat;
    display: inline-block;
    height: 29px;
    margin: 16px auto;
}
.azzurro .linktree{margin-top:50px; }
.linktree a {
    display: block;
    width: 80%;
    border-radius: 30px;
    background: #1883b6;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin: 20px auto;
}
.azzurro .linktree a{background: #fff; color: #1883b6;}
.linktree a:hover, .linktree a:focus, .linktree a:active{background: #f7901e;}
.azzurro .linktree a:hover, .azzurro .linktree a:focus, .azzurro .linktree a:active{color: #fff;}
.footer {
    background-image: url(../img/monumenti.svg);
    background-size: cover;
    right: 0;
    height: 120px;
    background-repeat: no-repeat;
    margin-top: 100px;
}