#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 {
    height: 100%;
}

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

/* Home info */
#home-info {
    height: 400px;
}

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

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

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

#about-info .info-left h1 {
    line-height: 3rem;
}

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

.l-heading {
    text-align: center;
}

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

#about-info .info-right img {
    display: block;
    width: 100%;
    margin: auto;
}

#testimonials {
    padding-top: 70px;
}

#testimonials h2 {
    line-height: 3rem;
    font-size: 2rem;
}

/* Contact */
#contact-info .box {
    border-bottom: 1px dotted #444;
}