html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	float: left;
	background-image: url(background.jpg);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
@media (min-aspect-ratio: 2564/1605) {
	body {
		background-size: cover;
	}
}
#content {
	margin: 10px;
}
img {
	margin: 15px 0 0 15px;
	width: 200px;
}
h1 {
	color: #FFF;
	font-size: 20pt;
	text-align: center;
	font-family: ITCAvantGardeStd-Demi;
}
p {
        color: #FFF;
        font: 12pt Helvetica;
        text-align: center;
}

@supports (display: flex) {
@media	(min-width: 380px) and (min-height: 700px),
	(min-width: 800px) and (min-height: 450px)  {

	body {
		display:flex;
		justify-content:center;
		align-items:center;
	}

	#content{
		margin: 0 10px;
	}

	h1 {
		max-width: 1000px;
	}
	
	p {
		position: fixed;
		bottom: 20px;
		left: 0;
		right: 0;
	}

	img {
		position: fixed;
		top: 0;
		left: 0;
		margin: 50px;
	}
}
}

@media (min-width: 750px) and (min-height: 660px) {
	h1 {
		font-size: 30pt;
	}
}


a {
	text-decoration: none;
	color: #fcee12;
}

#mc_embed_signup{
	clear: left;
	font: 14px Helvetica;
	width: 100%;
}

@font-face{
	font-family:'ITCAvantGardeStd-Demi';
	src:url('ITCAvantGardeStd-Demi.eot');
	src:url('ITCAvantGardeStd-Demi.eot?#iefix') format('embedded-opentype'),
	url('ITCAvantGardeStd-Demi.woff') format('woff'),
	url('ITCAvantGardeStd-Demi.ttf') format('truetype');
	font-style:normal
}
