/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 480px) {

	#Navbar{
		background-color: #166194;
	}
	
	#Navbar .navbar li{
		border-bottom: 1px solid #1D8EDC;
	}
}