/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media all and (max-width : 160px) {
        
        p, div { font-size: 12px; }
h1, h2, h3, h4 {font-size: 14px;}
                }

    /* Extra Small Devices, Phones */ 
    @media all and (max-width : 480px) {
        
            h1, h2, h3, h4 {
                font-size: 16px;
                font-weight: 600;
        }
        
       body div#veganlogo2, div#veganlogo2 img {
           position: absolute;
           right: 0px;
            top: 0px;
           width: 70px;
                      
        }
        
        div#titleJump {
            margin-top: 40px;
        margin-bottom: 0px;
        }
        
        table#Jesus {
            margin-top: -24px;
        }
}

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

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

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



    /*==========  Non-Mobile First Method  ==========*/

    