@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Atlas Typewriter Web';
  src: url('../webfonts/AtlasTypewriter-Regular-Web.eot');
  src: url('../webfonts/AtlasTypewriter-Regular-Web.eot?#iefix') format('embedded-opentype'),
     url('../webfonts/AtlasTypewriter-Regular-Web.woff') format('woff'),
     url('../webfonts/AtlasTypewriter-Regular-Web.ttf') format('truetype'),
     url('../webfonts/AtlasTypewriter-Regular-Web.svg#AtlasTypewriter-Regular') format('svg');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
}

html {
    -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

body {
	min-width: 320px;
	font-family: 'Atlas Typewriter Web', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: 13px;
	line-height: 17px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
a:active {
	color: #000;
	text-decoration: underline;
}

p {
	display: block;
	margin: 0px 0px 17px 0px;
	padding: 0px;
}

em, i {
	font-family: 'Atlas Typewriter Web', sans-serif;
	font-weight: 400;
	font-style: italic;
}

h1, h2, h3 {
	font-family: 'Atlas Typewriter Web', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
}

.wrapper {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 306px;
}

header, footer, article, section {
	display: block;
}

.ae_header {
	padding-bottom: 45px;
}
.ae_header img {
	width: 306px;
	height: auto;
}

.ae_logo, .ae_text {
	display: block;
	float: left;
}
.ae_logo {
	width: 90px;
	margin: 0 0 30px 0;
}
.ae_logo img {
	width: 90px;
	height: auto;
}
.ae_text {
	width: 306px;
	text-align: justify;
}


/* Footer */

.ae_footer {
	width: 306px;
	margin: 108px 0px 0px 0px;
}

.social {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.social a:hover {
	background-color: #FFF;
}
.social img {
	margin-right: 24px;
}

.credits {
	font-size: 11px;
	line-height: 14px;
}


/* Clear */

.clear {
  clear: both;
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}


/* Media Queries for 480px – iPhone 4 Landscape */

@media (min-width: 480px) {

	body {
		min-width: 480px;
		font-size: 13px;
		line-height: 17px;
	}
	.wrapper {
		width: 460px;
	}
	.ae_header img {
		width: 460px;
		height: auto;
	}
	.ae_text {
		width: 460px;
	}
	.ae_footer {
		width: 460px;
	}

}


/* Media Queries for 568px – iPhone 5+ Landscape */

@media (min-width: 568px) {

	body {
		min-width: 568px;
		font-size: 13px;
		line-height: 17px;
	}
	.wrapper {
		width: 530px;
	}
	.ae_header img {
		width: 530px;
		height: auto;
	}
	.ae_text {
		width: 530px;
	}
	.ae_footer {
		width: 530px;
	}

}


/* Media Queries for 768px – iPad Landscape */

@media (min-width: 768px) {

	body {
		min-width: 768px;
	}
	.wrapper {
		width: 708px;
	}
	.ae_header img {
		width: 708px;
		height: auto;
	}
	.ae_logo, .ae_text {
		display: inline-block;
		float: left;
	}
	.ae_logo {
		width: 148px;
		margin: 35px 40px 0 0;
	}
	.ae_logo img {
		width: 148px;
		height: auto;
	}
	.ae_text {
		width: 520px;
		text-align: justify;
	}
	.ae_footer {
		width: 520px;
		margin: 108px 0px 0px 188px;
	}

}

/* Media Queries for Full size site */

@media (min-width: 900px) {

	body {
		min-width: 900px;
	}
	.wrapper {
		width: 840px;
	}
	.ae_header img {
		width: 840px;
		height: auto;
	}
	.ae_logo {
		width: 175px;
		margin: 35px 48px 0 0;
	}
	.ae_logo img {
		width: 175px;
		height: auto;
	}
	.ae_text {
		width: 617px;
		text-align: justify;
	}
	.ae_footer {
		width: 617px;
		margin: 108px 0px 0px 223px;
	}

}