 /* ---------------------------------- Custom, iPhone Retina ---------------------------------- */ 
    @media only screen and (min-width : 319px) and   (max-width : 478px) {

        .navbar-brand img {
            width: 60%;
        }

        #footerDiv , .follow-div{
            text-align: center;
        }
            
            .navbar-toggle{
                margin-top: 30px;
            }
    }









    /* ---------------------------------- Extra Small Devices, Phones ---------------------------------- */ 
    @media only screen and (min-width : 480px)  and (max-width: 767px){
    
      #footerDiv , .follow-div{
            text-align: center;
        }


    

    }




    /* ---------------------------------- Small Devices, Tablets ---------------------------------- */
    @media only screen and (min-width : 768px)  and (max-width: 991px){








    }


/* ---------------------------------- Medium Devices, Desktops ---------------------------------- */
    @media only screen and (min-width : 992px) {







    }

    /* ---------------------------------- Large Devices, Wide Screens ----------------------------------*/
    @media only screen and (min-width : 1200px) {
   




    }