/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
/*		header h1	{
			font-size: 24px;
		}
		header h3	{
			font-size:16px;
		}*/
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		
		.heading	{
			font-size:2em;
		}

		h4	{
			font-size:1.1em;
		}
	


    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

		.navbar-nav > li > a {
				font-size:0.98em;
		}


    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }
