/* Mobile Navigation */
.navbar h1 {
    float: none;
    text-align: center;
    padding-bottom: 10px;
}

.navbar ul {
    text-align: center;
}

.navbar ul li {
    display: block;
    width: 100%;
}

.navbar ul li a {
    display: block;
    padding: 15px;
}

/* Showcase */
.showcase {
    height: 300px;
}

.showcase .showcase-content h1 {
    font-size: 30px;
}

.showcase .showcase-content {
    padding-top: 80px;
}

/* Info Section */
.info {
    height: auto;
    display: block;
}

#about-info .info-left,
#about-info .info-right {
    float: none;
    width: 100%;
    height: auto;
}

#about-info .info-right img {
    width: 60%;
}

/* Features */
#features .box {
    width: 100%;
    float: none;
}

/* Testimonials */
#testimonials {
    height: auto;
}

#testimonials .testimonial {
    padding: 15px;
}

#testimonials .testimonial img {
    width: 80px;
    margin-right: 10px;
}

/* Forms */
.form-group input,
.form-group textarea {
    width: 100%;
}

#contact-form h1,
#contact-form p {
    text-align: center;
}

#contact-info .box {
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 10px;
}