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

#navbar ul,
#navbar ul li {
  text-align: center;  
  float: none;  
} 

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

/* Showcase */
#showcase {
  height: 500px;
}

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

#showcase .showcase-content h1 {
  font-size: 44px;
  line-height: 1em;
}

/* Home-info */
#home-info {
  height: 100%;
}

#home-info .info-img {
  display: none;  
}

#home-info .info-content {
  float: none;
  width: 100%;
}

#home-info .info-content p {
  padding-bottom: 20px;
}

/* Boxes */
.box {
  float: none;
  width: 100%;
  padding: 30px;
}

.box i {
  margin-bottom: 5px;
}

.box p {
  margin-bottom: 0;
}

/* About */
#about-info .info-right,
#about-info .info-left {
  float: none;
  width: 100%;
}

#testimonials {
  padding-top: 40px;
}

#about-info .info-right {
  margin-top: 20px;
}

.l-heading {
  text-align: center;
}

/* Contact */
#contact-info .box {
  border-bottom: #444 dotted 1px;
}

