/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media (min-width : 320px) and (max-width: 480px){
		
		#logo {width:90%; height:auto; overflow:hidden; /*float: right;*/   align-items: center; justify-content: center; }
    	#content_left {width:100%; float: left;}
		
		#content_right {width:100%; padding-left: 20px; padding-top: 20px;}
		.textcontainer_right {width: 100%;}
		
		#footer {font-size: 1em; padding-left:0px; margin-left: 0px; text-align: left;}
		.navbar-header {height:auto;}

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

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

    }

    @media (min-width : 460px) and (max-width : 815px) {
		.navbar-default { height:100px;}
		/*#defaultNavbar1.collapse.navbar-collapse {height:100px;}*/

	}


    /* Medium Devices, Desktops */
    @media only screen and (min-width : 813px) and (max-width: 1200px){
		.navbar-default { height:100px;}
    }

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


