@font-face {
    font-family: 'Agency FB Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Agency FB Bold'), url('../fonts/agencyb.woff') format('woff');
}

body {
	margin: 0;
	background: #FDD1A1;
	color: #D7A560;
    font-family: 'Agency FB Bold';
	text-transform: uppercase;
}

div#container {
	width: calc(100% - 26px);
	margin: 13px;
}

div#center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

div#wrapper {
	background: #462f27;
}

div#logo {
	padding: 52px 104px;

	/*@media screen and (orientation: landscape) {

	}

	@media screen and (orientation: portrait) {

	}*/
}

div#logo > img {
	width: 100%;
	max-width: 410px;
	height: auto;
}

div#contact {
	padding-bottom: 54px;
	text-align: center;
	font-size: 1.925rem;
}

div#contact a {
	color: #D7A560;
	text-decoration: none;
}

div#contact a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 653px) {
	div#center {
		background: red;
	}

	div#logo {
		padding: 26px 52px;
	}

	div#contact {
		padding-bottom: 26px;
	}

	div#contact .name,
	div#contact .email {
		width: 100%;
		display: block;
	}

	div#contact .separator {
		display: none;
	}
}