body {
    margin: 0;
    padding: 0;
}

.bottom-border {
    height: 0;
    width: 50%;
    border-bottom: 4px solid #3A99D8;
    margin: 55px auto 55px auto;
}

.bottom-border1 {
    height: 0;
    width: 50%;
    border-bottom: 4px solid #5CB85C;
    margin: 55px auto 55px auto;
}

#bottom-border2 {
    height: 0;
    width: 50%;
    border-bottom: 4px solid #5CB85C;
    margin: 55px auto 0 auto;
}

header {
    background-color: white;
    font-size: 15px;
}

.mt-nav {
    color: #87BBE7;
}

#main-nav a:hover {
    color: #000000;
}

#mt-home {
    color: #000000 !important;
}

#mt-logo {
    width: 20px;
    float: left;
    margin: 2px 15px 0 0;
}

#mt-logo1 {
    width: 20px;
    position: relative;
    top: -1px;
}

#mobile-nav {
    margin-bottom: -5%;
    margin-left: -5%;
    margin-right: -5%;
}

.mobile-nav-item {
    border-left: none;
    border-right: none;
}

#mt-jumbotron {
    color: white;
    margin-top: 5px;
    padding-bottom: 40px;
}

#mt-lead {
    opacity: 0.7;
    font-size: 22px;
}

#jumbo-contactbutton {
    margin-top: 30px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
}

#about-us {
    margin-top: 20px;
}

.highlight {
    color: #E54D42;
}

#products {}

#products-lead {}

#mt-grid-images {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-gridimage {
    width: 100%;
}

#contact-sales {}

.mt-iconimage {
    width: 20px;
    margin-right: 50px;
}

.mail-address {
    margin-left: 75px;
}

#mt-email a:hover {}

#references {
    margin-bottom: 55px;
}

#footer {
    width: 100%;
    height: 100px;
    background-color: #EBEBEB;
}

#footer-box {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#footer-logo {
    float: left;
    height: 50px;
    margin-top: 25px;
}

#footer-rights {
    height: 50px;
    float: right;
    font-size: 15px;
    margin-top: 37px;
}

/* smart phone */

@media (max-width: 544px) {
    #mt-display {
        font-size: 250%;
    }
}


/* tablet */

@media (min-width: 544px) and (max-width: 768px) {
    #mt-display {
        font-size: 390%;
    }
}


