/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
    background: url('../img/sfondo-cresta.webp') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: "Palatino","Lucida Grande",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: /*1.25em*/19.5px;
    line-height: 1.6;
    color: #ffc;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: none;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 3em;
    text-shadow: 2px 2px 2px black;
    /*letter-spacing: 0.2em;*/
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(162, 57, 38, 0.6);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-right {
    float: none;
    margin: 0 auto 0;
}
.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(162, 57, 38, 0.3);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

#menu-smartphone {
background-color:rgba(80, 28, 6, 0.7);
}

.button-readmore {
margin-left:auto;
margin-right:auto;
display:block;
}
.privacy {
color:inherit; text-decoration:underline;
}

.contatti h5, .contatti p {
    text-align:center;
    max-width:480px;
    margin-left:auto;
    margin-right:auto;
}
.label-informazioni {
    background:/*rgba(162, 57, 38, 0.5)*/rgb(183, 65, 41);
    padding: 5px;
    text-shadow: 5px 5px 5px rgba(162, 57, 38, 1);
    display:block;
    margin-left:auto;
    margin-right:auto;
    max-width:500px;
}
.pagina-corsi .label-informazioni {
    margin-bottom: -10px
}
img.staff-img {
    margin-left:auto;
    margin-right:auto;
    max-width:240px;
    border-radius:20px;
    border: 2px solid white;
    box-shadow: 10px 10px 10px #572720;   
}

p.staff-description {
   max-width:400px;
   margin-left:auto;
   margin-right:auto;
}

h4.domanda {
    text-transform:none;
    text-shadow: 2px 2px 5px #333;
}
#indicazioni, #allergia, #domicilio, #parcheggio, #nozze {
   max-width:600px;
   margin-left:auto;
   margin-right:auto;
}
#trattamenti strong.suggerimento {
border-bottom: 1px dashed #ffffcc;
}
body, small, a, .h2 small, h2 small,.navbar-default .navbar-nav > li > a {
    color:#ffc
}
@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-right {
        float: right;
        margin-left: 25px;
    }
    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #ffc;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background-image: url('../img/sfondo-acquerello.jpg');
        background: rgba(162, 57, 38, 0.3);
    }

    .nav>li>a {
        padding: 35px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
    .brand-name {
    margin: 0;
    font-size: 4em;
    }
    
    #menu-smartphone {
    background-color:inherit;
    }

}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}
.popover {color:black}

.clickable, h4.domanda {cursor:pointer}
.box {transition:1s}
.box:hover {background:rgba(162, 57, 38, 0.95);transition:1s}
.matte {background: rgba(162, 57, 38, 0.95)}

.btn-success {
    background-color: #ffc;
    border-color: #c66855;
    color: #8e2d19;
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #aa4530;
    border-color: #dd6950;
}

.intro-text {
    font-size: 2.25em;
}
#bottoni-contatto a {
  margin:5px 2px
}
