body {
	font-family: itc-avant-garde-gothic-pro, sans-serif;
	background: #fad644;
	color: #646462;
	text-align: center;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}

.content {
	margin: 4em auto;
	max-width: 480px;
	padding: 3em;
	background: #fff;
	-webkit-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
	-webkit-box-shadow: 0 0 50px 0 rgba(168, 144, 45, 0.15);
	box-shadow: 0 0 50px 0 rgba(168, 144, 45, 0.15);
}

.thirteen-creative-logo {
	display: block;
	background: url('images/13C_Logo_RGB_web-900x282.png') no-repeat center center;
  background-size: 50%;
	overflow: hidden;
	width: 100%;
	height: auto;
	max-width: 480px;
	min-height: 100px;
	margin: 3em auto;
	text-indent: -999em;
}
.about {
	width: 100%;
	max-width: 480px;
	border-top: 1px solid #f2f2f2;
	margin: 1em auto;
}

.about h2 {
	font-weight: 700;
	font-size: 2.5em;
	line-height: 1.1em;
	max-width: 80%;
	display: block;
	margin: 1em auto;
}

.about h4 {
	font-weight: normal;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #969695;
	margin: 2em 0;
}

.about p {
	font-weight: 300;
	font-size: 1em;
	line-height: 1.4em;
}

a {
	color: #646462;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.button {
	display: block;
	width: 100%;
	background: #646462;
	color: #fff;
	padding: 1em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	text-align: center;
	border: 2px solid #646462;
	margin: 1.5em 0;
	font-size: 0.8em;
	box-sizing: border-box;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

a.button:hover {
	background: #fad644;
	color: #fff;
	border-color: #fad644;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact {
	width: 100%;
	max-width: 480px;
	margin: 0 auto 2em;
	font-size: 1em;
	color: #323231;
}

.contact a {
	font-weight: 700;
}

.copyright {
	font-size: 0.6em;
	color: #787878;
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #eaeaea;
}

@media screen and (max-width: 480px) {
    .thirteen-creative-logo {
		 background-position: center left;
	   background-size: 95%;
    }
		.content {
			margin: 2.5em auto;
		}
		.about h2 {
			font-size: 1.8em;
			max-width: 100%;
		}
}

@media screen and (max-width: 320px) {
	body {
		font-size: 12px;
	}
}
