/* navbar */

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

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

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

/* vitriin */

#showcase {
  height: 100%;
}

#showcase .showcase-content {
  padding-top: 70px;
  padding-bottom: 30px;
}

/* info */

#info {
  height: 500px;
}

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

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

/* features */
#features .box {
  float: none;
  width: 100%;
}

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

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

#about-info .info-left h1 {
  text-align: center;
}

/* contact info */
#contact-form h1,
#contact-form h1 {
  text-align: center;
}

#contact-info .box {
  float: none;
  width: 100%;
  border-bottom: 1px dotted #444;
}
