/*Bootstrap Override*/

.jumbotron > p {
    font-size: 16px;
}

.input-group {
    margin-top: 15px;
}

/* Menu CSS */

.navbar-custom {
    color:#f7b731;
}

.navbar-custom .navbar-nav > li > a {
    color:#f7b731;
}

.navbar-custom .navbar-nav > li > a:hover {
    color:#f7b731;
    background-color:dimgrey;
    border-radius: 5px;
}

.navbar-custom .navbar-brand {
    color:#f7b731;
}

/* Custom CSS */

.background {
    background-image:url(../media/img/background.jpg);
    background-size:cover;
}

.footer {
    color:#f7b731;
    border-radius: 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.btn-custom {
    color: white;
    background-color:#f7b731;
}

.btn-custom-form {
    color: white;
    background-color:#f7b731;
    float: right;
    margin-top: 10px;
}

.jumbotron_row {
    padding-top: 2%;
}

.jumbotron_border {
    border: 3px solid black;   
}

.home {
    margin-top: 80px;
    text-align: center;
}

.storia {
    margin-top: 80px;
}

.chi_siamo {
    margin-top: 80px;
}

.chi_siamo p {
    font-size: 16px;
}

.profile {
    height: auto;
    width:100%;
}

.contatti {
    margin-top: 80px;
}

.accettiamo{
    padding-top: 1%;
    padding-bottom: 1%;
}

.Card {
    margin-right: 15px;
    margin-top: 5px;
    height: 35px;
    width: auto;
}

.social{
    padding-top: 1%;
    padding-bottom: 4%;
}

.socialIcon{
    margin-right: 15px;
    margin-top: 5px;
    height: 35px;
    width: auto;
}

.noPadding {
    padding-bottom: 1px;
    padding-top: 1px;
}

.paddingContatti {
    padding-top: 1px;
}

.mute{
    position:absolute;
    bottom:0;
    right:10px;
}

#googleMap {
     height: 300px;   
}
/* Owl Carousel */ 

#owl {
    background-color: white;
    border-radius: 10px;
    height: auto;
}
#owl .item{
  margin: 5px;
}
#owl .item img{
    display: block;
    width: 100%;
    height: auto;
}