/* mobile PORTRAIT */
@media only screen and (max-width : 480px) {
	body {
		min-width: 0;
		font-size: 18px;
	}
	.wrapper {
		width: 92%;
	}
	#content {
		width: 100%;
	}
	#logoOverlay {
		display: none;
	}
	#logo {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#buttons a {
		float: none;
		width: 100%;
		clear: both;
		margin: 15px 0;
	}
}
