body {
	margin: 0;
	background-color: rgb(55, 66, 71);
	color: rgb(186, 183, 176);
}

a:link {
	text-decoration: none;
	color: rgb(186, 183, 176);
}

a:visited {
	color: rgba(186, 183, 176, 0.75);
}

#content {
	width: 380px;
	height: 400px;
	text-align: center;
	position: fixed;
	top: 40%;
	left: 50%;
	margin-top: -200px;
	margin-left: -190px;
	font-family: source-sans-pro, sans-serif;
}

#about {
	width: 380px;
	height: 400px;
	text-align: center;
	position: fixed;
	top: 40%;
	left: 50%;
	margin-top: -200px;
	margin-left: -190px;
	font-family: source-sans-pro, sans-serif;
}

.main-logo {
	width: 326px;
	height: 326px;
	position: relative;
	left: 50%;
	margin-left: -163px;
	margin-bottom: 10px;
}

.main-logo-small {
	width: 128px;
	height: 128px;
	position: relative;
	left: 50%;
	margin-left: -64px;
	margin-bottom: 10px;
}

h1 {
	margin: 5px 0 0 0;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 800;
	padding: 0;
	cursor: default;
}

h2 {
	margin: 5px 0 0 0;
	font-size: 14px;
	letter-spacing: 0.6px;
	font-weight: 500;
	padding: 0;
	cursor: default;
}

h3 {
	margin: 5px 0 0 0;
	font-size: 12px;
	letter-spacing: 0.5px;
	font-weight: 300;
	padding: 0;
	cursor: default;
}

h4 {
	margin: 15px 0 0 0;
	font-size: 12px;
	letter-spacing: 0.75px;
	font-weight: 200;
	padding: 0;
	cursor: default;
}

a:hover {
	text-decoration: underline;
}

footer span {
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

footer {
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
	text-align: center;
	position: fixed;
	bottom: 25px;
	width: 100%;
	cursor: default;
}

@media screen and (min-width: 321px) and (max-width: 480px) {
	 body { zoom: 50%; }
	 footer {
		 bottom: 10px;
	 }
}

@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) and (min-width: 321px) {
	 body { zoom: 50%; }
	 footer {
		 bottom: 30px;
	 }
} 
