

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    background-color: #1C1C1C;
}
body {
    padding-bottom: 20px;
    padding-top: 66px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

h2 {
    font-size: 52px;
    margin: 0 0 15px 0;
}

h3 {
    font-size: 27px;
}
.navbar {
    /*    background-color: transparent;*/
    margin: 0;
    border: 0;
    color: white;
    background-color: rgba(148, 12, 23, 0.50);
    font-family: 'Lato', sans-serif;
    padding: 8px 0;
}
.navbar-nav {
    text-transform: uppercase;
}

.navbar-brand {
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    font-size: 23px;
}

#sezioneprima {
    background-image: url(../img/Barone2.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.container-fluid {
    padding: 0;
}
.container {
    color:white;
}

.container.container--white{
    position: relative;
    color: white;
    padding-top: 80px;
    padding-bottom: 80px;
}

.jumbotron p {
    font-size: 27px;
}

#sezioneprima:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: rgba(28, 28, 28, 0.4);
    top:0;
    left:0;
    right:0;
    bottom:0;
}

div#navbar a {
    color: white;
    /*    padding: 25px 5px;*/
    display: block;
    font-size: 18px;
}

ul {
    font-size: 30px;
}

#menu {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 8em;
    padding-bottom: 10em;
    background-image: url(../img/sfondomenu.jpg);
    background-size: cover;
}

#menu:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: rgba(28, 28, 28, 0.2);
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.menu .container {
    color: #1C1C1C;
}
.menu h3 {
    background-color: rgba(0,0,0,0.7);
    padding: 40px 0;
    border-width: 6px;
    border-style: double;
    border-color: rgba(249, 249, 249, 0.4);
    text-align: center;
    font-weight: 400;
    color: white;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.8);
}
.menu h3 img {
    padding-bottom: 15px;
}
.menu ul {
    padding: 0;
    list-style: none;
    list-style-position: inside;

}

.menu ul li {
    padding: 15px 15px;
    font-family: "Roboto Slab",serif;
    background-color: rgba(28, 28, 28, 0.9);
    color: white;
    font-size: 16px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
#menu h2 {
    position: relative;
    font-size: 60px;
    color:white;
    margin: 0 0 20px 0;
    text-shadow: 0 2px 2px rgba(0,0,0,0.8);

}

#servizi {
    padding-top: 6em;
    padding-bottom: 6em;

}

#servizi h2 {
    margin-bottom: 40px;
}

#servizi h3 {
    font-size: 21px;
}

.boxservizi {
    background-color: rgba(148, 12, 23, 0.50);
    padding: 40px 0;
    border-width: 7px;
    border-style: double;
    border-color: #171413;
    margin: 20px 0;
}

#mappagoogle {
    height: 400px;
    width: 100%;
}

#contatti {
    padding-top: 40px;
    font-size: 140%;
}

footer {
    padding: 10px;
}







