#navbar .logo{
    float: none;
    text-align: center;
}

#navbar ul, #navbar ul li{
    float: none;
}

#navbar ul li a{
    padding: 5px;
    border-bottom: #e0e0e0 1px solid;
}

/* Showcase */

#showcase{
    height: 100%;
}

#showcase .showcase-content{
    padding-top: 40px;
    padding-bottom: 20px;

}

.showcase-content{
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.lead {
    font-size: 0.9rem;
    max-width: 90%;
  }
  


/* Home info */

#home-info .info-img{
    display: none;
}

#home-info .info-content{
    float: none;
    margin-bottom: 20px;
    width: 100%;
}

.box{
    float: none;
    width: 100%;
}

/* About */

#about-info .info-left, #about-info .info-right{
    float: none;
    width: 100%;
    
}

.l-heading{
    text-align: center;
}


/* Contact */

#contact-info .box
{
    padding: 10px 0;
    border-bottom: 1px solid grey;
}

#contact-form p{
    text-align: center;
}