*,
*:before,
*:after {
	box-sizing: border-box;
}
html,
body,
.top-spacer,
.wrapper {
	height: 100%;
}
body {
	margin: 0;
	color: #FFF;
	font: normal 16px/1.2 "ABeeZee", Helvetica, Arial, sans-serif;
	text-align: center;
	text-shadow: #593D29 2px 2px 0;
	background: #966C4A;
}
::-moz-selection {
	background: #79553A;
	color: #fff;
	text-shadow: none;
}
::selection {
	background-color: #79553A;
	color: #FFF;
	text-shadow: none;
}
a {
	color: #F5F7FA;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	color: #82B0DB;
	outline: none;
	text-decoration: underline;
}
.wrapper {
	background-image: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(89, 61, 41, 1));
}
.top-spacer,
.container {
	display: inline-block;
	vertical-align: middle;
}
.container {
	max-width: 650px;
	padding: 8px 20px 15px;
}
.titles,
.contacts {
	-webkit-animation-name: fade;
	animation-name: fade;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.contacts {
	margin-top: 3em;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
h1,
h2 {
	font-family: "ABeeZee", Helvetica, Arial, sans-serif;
	margin: 0;
	font-weight: 400;
	font-size: 5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-weight: normal;
}
.links {
	list-style: none;
	padding: 0;
}
.links li {
	display: inline;
}
.links li a {
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	margin: 0 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 2em;
	color: #03315C;
	text-shadow: #ddd 2px 2px 0;
	-webkit-box-shadow: 2px 2px 0px 0px #79553A;
	-moz-box-shadow: 2px 2px 0px 0px #79553A;
	box-shadow: 2px 2px 0px 0px #79553A;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}
.links li a:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: rgba(0,0,0,.1);
	color: #fff;
	text-shadow: #022545 2px 2px 0;
	margin-top: 0;
}
@media (max-width: 700px) {
	.top-spacer {
		display: none;
	}
	.container {
		margin: 0 auto;
		margin-top: 4%;
	}
	.links li a {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
}
@media (max-width: 660px) {
	h1 {
		font-size: 5em;
	}
	h2 {
		font-size: 1.7em;
	}
}
@media (max-width: 550px) {
	h1 {
		font-size: 4em;
	}
	h2 {
		font-size: 1.6em;
	}
}
@media (max-width: 450px) {
	h1 {
		font-size: 3em;
	}
	.links li a {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 1.3em;
		margin: 0 5px;
	}
}

@media (max-width: 360px) {
	h1 {
		font-size: 2.3em;
	}
	.links li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1.1em;
		margin: 0 3px;
	}
}
@-webkit-keyframes fade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY();
	}
}
@keyframes fade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY();
		-ms-transform: translateY();
		transform: translateY();
	}
}
@font-face {
	font-family: 'socicon';
	src: url('fonts/socicon.eot');
	src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'), url('fonts/socicon.woff') format('woff'), url('fonts/socicon.ttf') format('truetype'), url('fonts/socicon.svg#sociconregular') format('svg');
	font-weight: normal;
	font-style: normal;
	text-transform: initial;
}
.socicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'socicon';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.socicon:empty {
	width: 1em;
}
.socicon-twitter:before {
	content: "a";
}
.socicon-linkedin:before {
	content: "j";
}
.socicon-github:before {
	content: "Q";
}
.socicon-mail:before {
	content: "@";
}