/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
	/*background-color: #fafafa;
	background-image: url(../images/bg_noise.png);*/
	font-family: "RobotoRegular", "DroidSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.8;
}

a:link {
	color: #444;
	font-weight: bold;
	padding: 0 2px;
}

a:visited {
	color: #444;
}

a:hover {
	background-color: #14212B;
	color: #fff;
	text-decoration: none;
}

ul {
	list-style: none;
}

p {
	color: #444;
/* font-family: Georgia; */
	margin-bottom: 0.8em;
}

h1, h2, h3 {
	line-height: 2;
}

h2 {
	font-size: 2em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.5em;
}

ul.social li {
	float: left;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

ul.social li a:link{
	background: none;
	padding: 0;
}

ul.social li img {
	/*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

	-moz-box-shadow: 0 0 0.4em #000;
    -webkit-box-shadow: 0 0 0.4em #000;
    box-shadow: 0 0 0.4em #000;*/
    width: 32px;
    height: 32px;
}

#header a:link, #header a:visited {
	/*color: #fff;*/
	background: none;
	text-decoration: none;
}

#header a:hover {
	color: #222;
}

#header {
	padding: 0.5em 0 0 0;
	/*-moz-box-shadow:0px 0px 50px #000000;
	-webkit-box-shadow:0px 0px 50px #000000;
	box-shadow:0px 0px 50px #000000;*/
}

#header h1 {
	font-family: 'CantarellRegular';
	font-size: 5em;
	margin-bottom: 0.2em;
}

#header #language img {
	margin-right: 10px;
}

#content {
	position: relative;
	/*background-color: #FDFDFD;
	background-image: url(../images/bg_noise.png);
	-moz-box-shadow: inset 0px 0px 20px #000000;
	-webkit-box-shadow: inset 0px 0px 20px #000000;
	box-shadow: inset 0px 0px 20px #000000;*/
	
	padding-top: 2em;
	padding-bottom: 1em;
}

#content h2, #content h3 {
	color: #222;
}

#about, #projects, #employers {
	margin-bottom: 2em;
}

#content .row {
	margin-bottom: 1em;
}

#content .date {
	font-size: 0.9em;
	font-style: italic;
}

#footer {
	padding-top: 1em;
	padding-bottom: 1em;
}

#footer h2 {
	font-family: 'CantarellRegular';
	font-size: 150%;
	text-transform: none;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}
	
	#header h1 {
		font-size: 2em;
	}
	
	h2 {
		font-size: 1.5em;
		line-height: 1.5;
	}
	
	h3 {
		font-size: 1.2em;
	}
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}