/* Start custom CSS */a {
    color: #c19c78;
    transition-duration: 0.2s;
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
    color:#C7B18D;
}

body {
    background-image: url(/wp-content/uploads/2020/06/bg_site_nautic.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

body {
    background-color: #fceed4;
}

#page {
    background-color: #FFF;
}

.site  {
    margin-top: 3em;
    margin-bottom: 3em;
    width: 85%;
    box-shadow: 0 0 15px 4px rgba(0,0,0,.2);
}


.site {
    margin: 2em auto;
    width: 90%;
    box-shadow: 0 0 15px 4px rgba(0,0,0,.2);
}/* End custom CSS */