#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; 
}

/* Home Info */
#home-info{
  height: 5100%;
}

#home-info .info-img-bg{
  display: none;
  height: 550px;
}

#home-info .info-content{
  float: none;
  width: 100%;
  height: 100%;
}

.showcase-content .fat-logo{
  font-size: 0.5rem;
}

.green, #showcase .showcase-content h1{
  font-size: 1.9rem;
}

.lead{
  font-size: 0.9em;
}

/* boxes */
.box{
  float: none;
  width: 100%;
}

#about-info .info-right,#about-info .info-left{
  float: none;
  width : 100%;
}

#about-info .info-right{
  margin-top: 30px;
}

.l-heading{
  text-align: center;
}

/* Contact */
#contact-info .box{
  border-bottom: #444 dotted 1px;
  padding: 10px;
}