/* Styling for mobile users*/
#navbar h1 {
    float: none;
    text-align: center;
} 

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

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

#showcase  {
    height: 100%;
}


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

@media only screen and (max-width: 768px) {
    #showcase {
        background-size: cover;
        background-position: center;
    }
}

@media only screen and (max-width: 768px) {
    #features .box {
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
    }
    #features .box i {
        display: block;
        margin: 0 auto;
    }
}

/* Info for mobile users*/
#info {
    height: 500px;
} 

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

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

#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.html for mobile users*/
#contact-form h1,
#contact-form p {
    text-align: center;
} 

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