#navbar .logo{
    float: none;
    text-align: center;
}
#navbar ul {
    float: none;
}
#navbar ul li{
    float: none;
    padding:0;
    border-bottom: #444 dotted 1px;

}
#navbar ul li a{
    display: block;
    padding: 10px;
}
.showcase{
    height: 100%;
}
.showcase .showcase-content{
    padding-top: 70px;
    padding-bottom: 30px;
}
.home-info .img-section{
display: none;
}
.home-info .content-section{
    float: none;
    width: 100%;
}
.box{
    float: none;
    width: 100%;
}
.about-header .left-section, .about-header .right-section{
float: none;
width: 100%;
}
.about-header .left-section h1{
    text-align: center;
}
.about-header .right-section{
    margin-top: 30px;
}
.testimonials h2{
    line-height: 1.2;
}
.contact-info .box{
    border-bottom: #444 solid 1px;
    }
