/*Desktop*/
@media screen  {		
	#links{
		display:inherit;
	}
}	
/*Mobile*/	
	@media only screen and (max-width: 900px)  {		
	#links{
		display:none;
	}
		#menu{
		background-image: url(../images/mobilemenu.png);
	}
	.mobilemenu {
		display:inherit;		
	}
	
	.dropmenu{
		opacity:0;
		display:inherit;
		background: #333;
		border:0;
		-webkit-appearance: none;
		color:#fff;
	}
	.dropmenu select {
		display: inline-block;
	}
	#social {
		top:70px;
		bottom:auto;
		left:10px;
		z-index:200;
		padding:5px;
		border-radius:5px;
	}
}		