@media screen and (max-width: 949px) {

    body {
        width: 100%;
    }

    .content {
        width: 100%;
        margin: 0 auto;
    }

    header {
        width: 100%;
        border: none;
        padding: 0;
        background-color: #f2f2f2;
    }

    #logo {
        width: 175px;
        height: auto;
        margin-left: 5px;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        width: 100%;
        display: block;
        list-style-type: none;
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .mobile-nav ul li a .opened {
        width: 100%;
    }

    .opened {
        width: 100%;
        display: block;
        list-style-type: none;
        display: block;
        overflow: hidden;
        height: 21em;
        background-color: darkgray;
    }

    .mobile-nav ul {
        padding: 0;
    }

    .mobile-nav ul li {
        display: inline-block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding: 10px;
        border-bottom: 1px solid lightgray;
    }

    .mobile-nav ul li:hover {
        background-color: lightgray;
    }

    .mobile-nav ul li:last-child {
        border: none;
    }


    .mobile-nav ul li a {
        color: white;
        text-decoration: none;
        width: 100%;
        padding: 10px;
    }

    .menu_button {
        display: inline-block;
        width: 50px;
        height: auto;
        vertical-align: top;
        position: absolute;
        top: 55px;
        right: 10px;
    }

    .menu_button:hover {
        cursor: pointer;
    }

    #image-slider {
        width: auto;
    }

    #slide-image {
        width: 100%;
        height: auto;
    }

    #slide-image2 {
        display: none;
    }

    #home-info {
        width: 100%;
    }

    #company-logos {
        width: 100%;
    }

    #company-logos a {
        width: 49%;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
    }

    footer {
        text-align: center;
    }

    #copyright {
    text-align: center;
    }

    #map {
    width: 100%;
    height: 300px;
    margin-top: 10px;
    }

    .half {
        width: 100%;
        display: block;
    }

    .company-brochure {
        width: 100%;
    }

    .kb-circle {
        width: 100%;
        margin: 0 auto;
    }

    #brochure-button {
    width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
}

    .company-brochure a {
        font-size: 16px;
    }

    #galslide-image {
    height: auto;
    width: 85%;
    display: inline-block;
    }

    .carousel-indicators {
        display: none;
    }

    .form-control {
      width: 95%;
    }

    img.mfp-img {
      width: auto;
      max-width: 100%;
      height: auto;
      display: block;
      line-height: 0;
      box-sizing: border-box;
      padding: 40px 0 40px;
      margin: 0 auto; 
      }

}
