body {
	margin: 0;
	padding: 0;
	background-color: #282828;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}
h1 {
	margin: 0;
	padding: 1em 0 0.6em;
	font-family: 'Rokkitt', serif;
	color: #ffffff;
	text-shadow: 0.025em 0.025em 0.025em rgba(0, 0, 0, 0.8);
	/*transition: text-shadow 1s linear;*/
	text-align: center;
}
h1 .word2 {
	color: #ed303c;
}
h1.logo {
	display: none;
	margin-bottom: 0.8em;
}
h2 {
	margin: 0 0 15px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
}
h2:after { 
	content: "";
	display: block;
	height: 1px;
	width: 180px;
	margin: 10px auto 50px;
	background-color: #ed303c;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #ed303c;
	text-decoration: none;
}

.contact {
	display: none;
	width: 290px;
	margin: 0 auto;
	padding: 0 40px 20px;
}
.contact div {
	margin-bottom: 20px;
	padding-left: 50px;
	line-height: 32px;
	letter-spacing: 1px;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.contact div:last-child {
	margin-bottom: 0;
}
.contact div.phone {
	background: url('../images/phone.png') no-repeat left center;
	background-size: 32px;
}
.contact div.email {
	background: url('../images/mail.png') no-repeat left center;
	background-size: 32px;
}
.contact div.location {
	padding-top: 2px;
	background: url('../images/pin.png') no-repeat 5px 0px;
	background-size: 21px;
	line-height: 28px;
}
.contact div.facebook {
	background: url('../images/social/facebook_circle_color.png') no-repeat 4px 0px;
	background-size: 32px;
}
.contact div.facebook:hover {
	background-image: url('../images/social/facebook_circle_gray.png');
}
.contact div.twitter {
	background: url('../images/social/twitter_circle_color.png') no-repeat 4px 0px;
	background-size: 32px;
}
.contact div.twitter:hover {
	background-image: url('../images/social/twitter_circle_gray.png');
}
.contact div.linkedin {
	background: url('../images/social/linkedin_circle_color.png') no-repeat 4px 0px;
	background-size: 32px;
}
.contact div.linkedin:hover {
	background-image: url('../images/social/linkedin_circle_gray.png');
}

#footer {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 10px;
	font-size: 0.7em;
	color: #04acb9;
}
#footer a {
	color: #ffec00;
}
