/* responsive navbar */
#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 ;
}

/* responsive showcase */

#showcase{
  height: 100%;;
}

#showcase .showcase-content {
  padding-top: 70px;
  padding-bottom: 30px;
}

/* responsive homeinfo*/

#home-info {
  height: 450px;
}

#home-info .info-img {
  display: none;
}

#home-info .info-content {
  float: none;
  width: 100%;
}

/* responsive boxes */

.box{
  float: none;
  width: 100%;
}

/* responsive 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;
}

/* responsive contact */
#contact-info .box {
  border-bottom: #444 dotted 1px;
}