@media (orientation: landscape){
	#header{
		top: 3.5vw;
		font-size: 3vw;
		letter-spacing: 0.5vh;
	}
	#content{
		margin-left: -32vh;
		margin-top: -30.32vh;
		width: 61vh;
	}
	#content a{
		width: 20vh;
		height: 26vh;
	}
	#code{
		margin-right:20vh;
		/*corresponds to 14.64vw for mt*/
	}
	#contact{
		margin-left:20vh;
		margin-top:8.64vh;
	}
	#footer{
		bottom: 0vw;
		font-size: 5vw;
		letter-spacing: 0.2vh;
	}
	#contactme{
		font-size: 8vh;
	}	
}