/* Home Page */
#navbar .logo {
  float: none;
  text-align: center;
}

#navbar ul,
#navbar ul li {
  float: none;
}

#navbar ul li a {
  padding: 5px;
  border-bottom: 1px dotted #444;
}

/* Showcase */
#showcase {
  height: 100%;
}

#showcase .showcase-content {
  padding-top: 70px;
  padding-bottom: 30px;
}

/* Home Info */
#home-info {
  height: 550px;
}

#home-info .info-img {
  display: none;
}

#home-info .info-content {
  float: none;
  width: 100%;
}

/* Boxes */

.box {
  float: none;
  width: 100%;
}

/* About Page */

#about-info .about-content,
#about-info .about-img {
  float: none;
  width: 100%
}

#about-info .about-img {
  margin-top: 30px; ;
}

.large-heading {
  text-align: center;
}

/* Contact Page */
#contact-info .box {
  border-bottom: 1px dotted #444;
}