#navbar .logo {
  float: none;
  text-align: center;
}

#navbar ul,
#navbar ul li {
  float: none;
}

#navbar ul li a {
  padding: 5px;
  border-bottom: #444 dotted 1px;
}

/* ========================================================================== */
/* Showcase */
/* ========================================================================== */

#showcase .showcase-content {
  padding-top: 50px;
}

/* ========================================================================== */
/* Home info */
/* ========================================================================== */
/* #home-info {
    height: 550px;
} */
#home-info .info-img {
  display: none;
}
#home-info .info-content {
  float: none;
  width: 100%;
}
.box {
  float: none;
  width: 100%;
}

/* ========================================================================== */
/* About */
/* ========================================================================== */
#about-info .info-right,
#about-info .info-left {
  float: none;
  width: 100%;
}
#about-info .info-right {
  margin-top: 30px;
}
.l-heading {
  text-align: center;
}
#testimonials {
  padding-top: 50px;
}

/* ========================================================================== */
/* Contact */
/* ========================================================================== */
#contact-info .box {
  border-bottom: #4444 dotted 5px;
}
