@charset "utf-8";
/* CSS Document */
/*
***** Google font families*****
"Open Sans Condensed", sans-serif
"Jura", sans-serif
*/
/*Fix for Firefox bug in bootstrap responsive tables*/
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

body {
	color:#4A4A4A;
	font-size:2em;
	font-family: "Open Sans Condensed", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
h1, h2, h3 {
	color:black;
	font-family:"Jura", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif
}
h2 {
	margin-top: 1em;
}
.cv-title {
	position: absolute;
    z-index:5;
    right: 4em;
}
.left {
	background-color:#6AD6D8;
	padding-bottom: 50px;
}
.left p:first-of-type {
    padding-top: .5em;
}
.right {
	margin-top: 150px;
}
.right .works td:first-of-type {
	width: 150px;
	
}
@media(max-width:767px){
    .cv-title {
        position: relative;
        z-index:1;
        right: 10px;
    }
}