@font-face {
    font-family: KUNSTLER;
    src: url("font/KUNSTLER.woff");
}
body, html {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
nav {
    position: fixed;
    font-family: sans-serif;
    width: 100%;
    height: 60px;
    text-align: right;
    background-color: #ffffff;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: 1px 0px 5px #666;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 60px;
}
nav ul li {
    display: inline-block;
    margin: 0 5px;
    text-transform: uppercase;
}
nav ul li a {
    display: block;
    text-decoration: none;
    color: #006896;
    padding: 0 25px;
    line-height: 60px;
}
nav ul li a:hover {
    background-color: #85c8f2bb;
}
nav ul li a.selected {
    background-color: #85c8f2bb;
}
header {
    position: relative;
    background: url("../img/finestra_sul_mare_01.jpg") no-repeat right;
    background-size: cover;
    height: 40vh;
    width: 100%;
    box-shadow: 8px 0 18px #666;
    border-bottom: thin solid #666;
}
header h1 {
    text-align: center;
    line-height: 80px;
    margin: 0;
    padding-top: 10vh;
}
header h1 span.font_one {
    font-family: sans-serif;
    font-size: 24px;
    font-weight: lighter;
    color: white;
    text-shadow: 1px 1px #666, -1px -1px #666;
}
header h1 span.font_two {
    font-family: KUNSTLER;
    font-size: 128px;
    font-weight: lighter;
    color: white;
    text-shadow: 2px 2px 2px #666;
}
section {
    width: calc(100% - 50px);
    max-width: 1400px;
    padding: 25px;
    margin: 0 auto;
}
section p {
    text-align: justify;
}
section div:first-child {
    width: calc(100% - 50px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 25px;
}
section h2 {
    font-family: KUNSTLER;
    font-size: 64px;
    font-weight: 600;
    color: #444;
    border-left: solid 5px #c5a05f;
    padding-left: 20px;
    line-height: 64px;
    margin-bottom: 24px;
}
footer {
    background-color: #333;
    min-height: 150px;
    color: #aaa;
    padding-top: 25px;
    padding-bottom: 25px;
}
footer p {
    font-size: 0.8rem;
}
footer div.footer_widget {
    display: inline-block;
    vertical-align: text-top;
    width: 40%;
    padding-left: 50px;
    border-left: thin solid #444;
}
footer #widget1 a {
    text-decoration: underline;
    color: #aaa;
}
footer #widget2 p {
    line-height: 52px;
}
footer #widget2 a {
    text-decoration: none;
    padding: 10px;
    margin-right: 6px;
    background-color: #aaa;
    border-radius: 5px;
    color: white;
    border: thin solid white;
}
footer #widget2 a:hover {
    color: #333;
}
footer hr {
    border-color: #666;
    width: 50%;
    margin: 25px auto 0 auto;
}
footer #consulente {
    text-align: center;
    margin-bottom: 0;
}
footer #consulente a {
    text-decoration: none;
    color: #666;
}

@media screen and (max-width:700px) {
    nav ul li {
        font-size: 14px;
        margin: 0;
    }
    nav ul li a {
        padding: 0 10px;
    }
    header h1 {
        line-height: 56px;
    }
    header h1 span.font_one {
        font-size: 14px;
        text-shadow: none;
    }
    header h1 span.font_two {
        font-size: 96px;
    }
    section div:first-child {
        text-align: justify;
    }
    footer div.footer_widget {
        display: block;
        vertical-align: text-top;
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        padding: 20px;
        border-left: none;
        border-top: thin solid #444;
    }
}
