
@font-face {
	font-family: 'KaushanScript';
	src: url(font/KaushanScript-Regular.ttf);
}

body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 20px;
	color: #444;
	background-color: #fafafa;
	margin: 5%;
	padding: 0;
}

header {
	margin: 0 auto 2em auto;
	text-align: center;
}
	
h1 {
	font-family: 'KaushanScript';
	font-size: 3em;
	color: #444;
	font-weight: normal;
	margin: 0;
}
p {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em
}
a {
	text-decoration: none;
}
img {
	margin: 0 auto 40px auto;
	display: block;
}
ul {
	list-style: none;
	padding: 0;
	margin: auto;
}
li {
	display: inline;
	margin: 0 10px 0 10px;
}

#wrapper {
	max-width: 960px;
	margin: auto;
	padding: 0;
}

#social {
	margin: auto;
	text-align: center;
}

.circle {
	height: 240px;
    border: 1px solid #999;
	padding: 0px;
    border-radius: 100%;
	box-shadow: 0px 0px 12px #999;
}
.clear {
	clear: both;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  	font-family: 'FontAwesome';
  	src: url('font/fontawesome-webfont.eot?v=4.7.0');
  	src: url('font/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('font/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('font/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('font/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  	font-weight: normal;
  	font-style: normal;
}
.fa {
  	display: inline-block;
  	font: normal normal normal 14px/1 FontAwesome;
  	font-size: 1.2em;
  	color: #999;
  	text-rendering: auto;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
}
.fa-envelope {
	font-size: 1em;
}
.fa-twitter:before {
  	content: "\f099";
}
.fa-twitter:hover {
	color: #4099FF;
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-linkedin:hover {
  color: #0783B6;
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing:hover {
  color: #126567;
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope:hover {
  color: #444;
}