/*
Theme Name: Riccardo Viriglio
Theme URI: http://conversa.it
Author: Conversa
Author URI: https://conversa.it/
Description:
Version: 1.0
*/

.nero {
    background: #212127;
    outline: 1px dashed #4B4846;
    outline-offset: -6px;
    color: #8A8A8A;
}

.bianco h3{
  color: #000000;
}

.navbar-default .center {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.navbar-nav {
    float: none;
    width: 90%;
    margin: 0 auto;
}
.two-columns{
    column-count: 2;
}
@media (max-width:480px){
    .two-columns{
        column-count: 1;
    }
}
.title-center h1{
    text-align: center;
}

.grey{
    background: #f1f1f1;
}
/*CONTATTI */
#map{
    height: 350px;
}
.map{
    padding-top: 50px;
}
.map h3{
    /*color: #fff;*/
    text-align: center;
}
#footer .disclaimer {
    text-transform: uppercase;
    font-size: 0.65em;
    color: #8A8A8A;
    letter-spacing: 0.2em;
    padding: 0px;
    margin: 0px;
    line-height: 40px;
}
@media (min-width: 768px){
.navbar-nav>li {
     float: none;

}
