html, body {
	height: 100%;
	min-height: 100%;
}

body {
	background: #000 url('bg.png') center center no-repeat;;
	/* background-size: cover; */
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Lato', Lato;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.logo {
	width: 300px;
	height: 138px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('curtume-handmade.png') center center no-repeat;
	padding: 0px;
	margin: 0px;
}

.center {
	width: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -69px;

}

.center p {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	line-height: 64px;
}

.footer {
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 40px;
	line-height: 26px;
}


@media screen and (orientation: portrait) {
	body {
		background-position: center center;
		font-size: 2em;
	}	

	.logo {
		width: 300px;
		height: 138px;
		text-indent: -9999px;
		overflow: hidden;
		background: url('curtume-handmade.png') center center no-repeat;
		background-size: cover;
		padding: 0px;
		margin: 0px;
	}

	.center {
		width: 300px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -150px;
		margin-top: -69px;
	}	

	.center p {
		font-size: 0.5em;
	}

	a {
		line-height: 1.2em;
		font-size: 1em;
	}

	.footer {
		line-height: 1.4em;
		font-size: 1em;
	}
}