/*Media quries for Mobile view is starting here*/
@media only screen and (min-width: 320px) and (max-width: 468px)
{
	/*Header Code*/
	.container{
		height: auto;
		width: 100%;
	}

	/*<!--Navbar is here-->*/
	.navbar{
		width: auto;
		margin: 0px 10px;
	}
	.menu{
		display: none;
	}

	/*Footer Code*/


}