
@media (min-width: 1200px){
    .navbar-brand img {

        width:240px;
        height:auto;
    }

}


/*Notebooks and Small Laptops*/
@media (min-width: 1025px){
    .sub{
        letter-spacing: 4px;
        font-size:10px;
    }

    .subWhite{
        letter-spacing: 4px;
        font-size:10px;
    }
}

/*iPad Landscape Mode and Large Tablets */
@media (max-width: 1024px){

    #intro .introItem h1, #intro .introItem h1 small {
        font-size: 54px;
        line-height: 52px;
        letter-spacing: 0;
    }

}

/*Small Desktop and Very Small Notebook */
@media (max-width: 980px){

    .gallery .gallery-inner,
    .gallery .grid-sizer {
        width: 50%;/* change here the column width */
    }


    footer img {
        width: 20%;
        height: auto;
    }
}

/*Medium Tablets */
@media (max-width: 800px){}


/*iPad Portrait Mode, iPad Mini and Small Tablets */
@media (max-width: 768px){

    #about .item, .serviceItem{
        margin-top:20px;
    }

    .memberDescription{
        height:150px;
    }

    .gallery-inner .caption-heading {
        height:40px;
    }

    .timer{
        margin-top:20px;
    }

    #separator .social-icons a{
        margin:20px;
    }

    #separator .social-icons a i{
        margin-top:20px;
    }

    #separator .social-icons a:first-child{
        margin-left:0;
    }

    footer img {
        width: 50%;
        height: auto;
    }

}

/*Medium Smart Phones v2*/
@media screen and (max-width: 640px){

    #intro .introItem h1, #intro .introItem h1 small {
        font-size: 42px;
        line-height: 40px;
        letter-spacing: 0;
    }


    .sub{
        letter-spacing: 2px;
        font-size:8px;
    }

    .subWhite{
        letter-spacing: 2px;
        font-size:8px;
    }
}


/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px){

    .gallery .gallery-inner,
    .gallery .grid-sizer {
        width: 100%;/* change here the column width */
    }


}


/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px){


}

/*Other Major Small Smart Phones*/
@media screen and (max-width: 360px){

    #intro .introItem h1, #intro .introItem h1 small {
        font-size: 36px;
        line-height: 34px;
        letter-spacing: 0;
    }


}

/*iPhone Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {


}
