
/** IE10 Mobile fix **/
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}


/** General **/
body {
	font-family: 'Lato', sans-serif;
}

a {
	color: #302802;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;

}

a:hover {
	color: #585858;
}


/** Title **/
h1 {
	text-align: center;
	font-size: 5em;
	margin-top: 2em;
}

h1 a {
  	position: relative;
  	display: inline-block; 
  	width: 100%;
}
h1 a:after {
  	content: ""; 
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left:0;
}

#svg-title {
	max-width: 600px;
	width: 80%;
	height: auto;
}

/** Navigation **/
nav {
	text-align: center;
	/*word-spacing: 2em;*/
	font-size: 1.2em;
}

.navLink {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
	transition: border-color 0.3s ease-in-out;
    border-bottom: 2px solid transparent;
}

.navLink:hover {
	border-bottom-color: #585858;
}

/** Social media links **/
#social {
	text-align: center;
	margin-top: 4em;
}

#social:hover a {
	color: #C7C7C7;
}

#social a {
	font-size: 2em;
	margin: 0.5em;
}

#social a:hover {
	color: #302802;
}


/** Fonts **/
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?2fag1p');
	src:url('fonts/icomoon.eot?#iefix2fag1p') format('embedded-opentype'),
		url('fonts/icomoon.ttf?2fag1p') format('truetype'),
		url('fonts/icomoon.woff?2fag1p') format('woff'),
		url('fonts/icomoon.svg?2fag1p#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
	content: "\ea83";
}
.icon-facebook:before {
	content: "\ea8d";
}
.icon-github:before {
	content: "\eab1";
}
.icon-linkedin:before {
	content: "\eac8";
}
.icon-stackoverflow:before {
	content: "\eacf";
}