@media screen and (min-width:768px) and (max-width:1024px){
    .container {
        width: 100%;
    }

    .intro {
        height: 100%;
        /* padding: 0;  */
        /* height: 60%;
        padding: 10px; */
    }

        .intro .intro-body .brand-heading {
            font-size: 100px;
        }

        .intro .intro-body .intro-text {
            font-size: 26px;
        }

    .content-section {
        padding-top: 250px;
    }

    ul.banner-social-buttons {
        margin-top: 15px;
    }

    .navbar a {
        font-size: 13px;
        text-align: center;
    }

    .banner_bottomcontent {
        overflow: hidden;
        margin-top: -60px;
        /* height:50px; */
        color: #fff;
    }

    .navbar-header {
        width: 25%;
    }

    .banner_bottomcontenthead {
        border-bottom: none;
        padding-bottom: 5px;
    }

    .navbar-nav > li > a {
        color: #3e3e3e;
        padding: 15px 10px;
        font-weight: 600;
        font-size: 14px;
    }

    .edax_gray {
        background: url(../img/EDAX-gray.png);
    }

    .spectro_gray {
        background: url(../img/Spectro-gray.png);
    }

    .cameca_gray {
        background: url(../img/Cameca-gray.png);
    }

    .visionresearch_gray {
        background: url(../img/Visionresearch-gray.png);
    }

    .amptek_gray {
        background: url(../img/AMPTEK-gray.png);
    }

    .amt_gray {
        background: url(../img/AMT-gray.png);
    }

    .welcome_text {
        position: absolute;
        top: 180px;
        /* text-align: center; */
        margin: 0 0;
        /* font-size: 20px; */
        color: #fff;
        padding: 10px;
        text-transform: uppercase;
        width: 100%;
        left: 0px;
        max-width: 440px;
    }

        .welcome_text h2:first-letter {
            font-size: 35px;
        }

        .welcome_text h2 {
            font-size: 20px;
        }
}
