@charset "UTF-8";
/* CSS Document */


body {
	padding: 20px;
	background: url(../images/flecks2.gif) center;
	font-family:'Josefin Sans', helvetica, sans-serif;
	color: rgba(80,80,80,1.00);
}
.profilePic {
	display: block;
	width: 150px;
	margin: 0px auto;
}
.profilePic_frame {
	margin-top: -52px;
}
.profilePic_frame img {
	display: block;
	opacity: .6;
	width: 260px;
	margin: 0px auto;
	margin-top: -50px;
}
.headerBlock {
	background:rgba(255,255,255,0.60);
	padding: 0px 50px 30px;
	font-size: 20px;
}
h1 {
	font-size:80px;
	font-weight:100;
	text-transform:uppercase;
	margin: 0px;
	text-align: center;
}
.dvdr1 {
	height: 1px;
	background: url(../images/lon_resume_dvdr_org.png) repeat-x center;
	width: 100%;
	margin: 0px auto;
}
.dvdr2 {
	height: 1px;
	background: url(../images/lon_resume_dvdr_org.png) repeat-x center;
	width: 700px;
	margin: 0px auto;
}
.contact {
	display: block;
	color: rgba(215,110,60,1.00);
	text-align: center;
	margin: 20px auto;
	font-family: 'Josefin Slab', serif;
	letter-spacing: 2px;
}
.contact a {
	text-decoration: none;
	color: rgba(80,80,80,1.00);
    -webkit-transition: color .5s;
    transition: color .5s;
}
.contact a:hover {
	text-decoration: none;
	color: rgba(215,110,60,1.00);
}
.contact img {
	width: 15px;
	height: 15px;
	opacity: .8;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.contact img:hover {
	opacity: .2;
}


h2 {
	font-size:25px;
	font-weight:400;
	text-transform:uppercase;
	margin: 0px;
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 1px;
}

.blocks {
	width: 700px;
	margin: 0px auto;
	text-align: justify;
    -webkit-transition: width .5s;
    transition: width .5s;
}
	@media screen and (min-width: 1300px) {
		.blocks {
			width: 900px;
		}
	}


h3 {
	font-size: 20px;
	margin: 30px 0px 10px;
}

p, ul {
	font-family: 'Josefin Slab', serif;
	color:rgba(90,90,90,1.00);
	font-size: 19px;
	line-height: 23px;
	margin-top: 0px;
}
ul {
	margin: 0px;
	padding: 30px 50px 0px 50px;
}
li {
	padding-top: 15px;
	text-align: left;
}
.org {
	color: rgba(215,110,60,1.00);
	font-weight: 400;
}
.org::before {
	content: "";
	padding-left:5px;
}
.org::after {
	content: "";
	padding-right:5px;
}

.references a {
	text-decoration: none;
	color: inherit;
    -webkit-transition: color .5s;
    transition: color .5s;
}
.references a:hover {
	text-decoration: none;
	color: rgba(215,110,60,1.00);
}

.phone {
	letter-spacing: 1px;
}


