@font-face {
    font-family: 'anke_calligraphic_fgregular';
    src: url('../fonts/ankecall-webfont.eot');
    src: url('../fonts/ankecall-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ankecall-webfont.woff2') format('woff2'),
    url('../fonts/ankecall-webfont.woff') format('woff'),
    url('../fonts/ankecall-webfont.ttf') format('truetype'),
    url('../fonts/ankecall-webfont.svg#anke_calligraphic_fgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url("../images/bg-body.jpg") repeat-x scroll left top #f4ede7;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
    color: #2C1E1E;
    font-family: 'anke_calligraphic_fgregular';
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 25px;
}

/*.container {*/
    /*border: solid red 1px;*/
    /*margin: 0 auto;*/
    /*max-width: 970px;*/
    /*position: relative;*/
    /*height: 2000px;*/
/*}*/

body>div.container-fluid {
    border: solid darkolivegreen 1px;
    margin: 0 auto;
    max-width: 970px;
    padding-bottom: 2em;
    position: relative;
    /*height: 2000px;*/
}

#logo {
    left: 19px;
    margin: 0;
    padding: 0;
    /*position: absolute;*/
    top: 0px;
    /*width: 300px;*/
    z-index: 100;
}

#carousel {
    border: solid #fff 10px;
    border-radius: 4px;
    margin-bottom: 17px;
    margin-top: 10px;
}

nav.navbar {
    background-color: #231c1b;
    border: 1px solid #534c4b;
    box-shadow: 0 1px 12px rgba(236, 236, 255, 0.30);
    margin-top: -7px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    font-family: anke_calligraphic_fgregular, sans;
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0;
    -moz-transition: all 0.3s ease 0;
    -ms-transition: all 0.3s ease 0;
    -o-transition: all 0.3s ease 0;
    transition: all 0.3s ease 0;;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #E19931;
}




/* ---- Sidebar ---- */
div.appuntamento {
    margin: 2em 0 0 0;
}


.bottom-content h3 {
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}



/* ---- Footer ---- */

footer {
    background-color: #231C1B;
    border:solid darkorchid 1px;
    height: 100px;
    padding: 2em 0;
}

footer .container-fluid {
    max-width: 970px;
}

footer p {
    color: #FFF;
}