/* Navbar */

#navbar .logo {
    float: none;
    text-align: center;
}

#navbar ul,
#navbar ul li {
    float: none;
}
#navbar ul li a {
    padding: 0.313rem;
    border-bottom: 1px #444 dotted;
}
/* Showcase */
#showcase {
    height: 100%;
}
#showcase .showcase-content {
    padding-top: 70px;
    padding-bottom: 30px;
}

/* Home Info */

#home-info .info-img {
    display: none;
}

#home-info .info-content {
    float: none;
    width: 100%;
}

/* Boxes */
.box {
    float: none;
    width: 100%;
}

/* 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;
}

/* Contact */

#contact-info .box {
    border-bottom: 1px #444 dotted;
}
