@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	background-image:url(../images/sos.png);
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function:linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

a{
	font-weight:bold;
	color:#39F;
}

.main_container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-position-x: 50%;
	background-position-y: 50%;
	background-image:url(../images/laura.jpg);
	background-repeat:no-repeat;
}

.main_container1{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-position-x: 50%;
	background-position-y: 50%;
	background-image:url(../images/research.png);
	background-repeat:no-repeat;
}

.main_container2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-position-x: 50%;
	background-position-y: 50%;
	background-image:url(../images/classroom.png);
	background-repeat:no-repeat;
}

.main_container3{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-position-x: 50%;
	background-position-y: 50%;
	background-image:url(../images/classroom.png);
	background-repeat:no-repeat;
}

.subcontainer1{
	position: absolute;
	left:60px;
	bottom:410px;
	width:600px;
	background-color: rgba(255,255,255,0.8);
	padding: 0 0 20px 0;
}

.subcontainer{
	position: absolute;
	left:60px;
	bottom:350px;
	width:600px;
	background-color: rgba(255,255,255,0.6);
	padding: 0 0 20px 0;
}

nav{
	width:35%;
	min-width:700px;
	background-color:#39F;
	position:absolute;
	bottom:170px;
	-webkit-box-shadow: 0 3px 3px #017CF2;
	-moz-box-shadow: 0 3px 3px #017CF2;
	box-shadow: 0 3px 3px #017CF2;
}

nav ul{
	list-style:none;
	margin-left:50px;		
}

nav li{
	margin:5px 10px 5px 10px;
	display:inline;
}

nav a{
	text-decoration:none;
	font-size:1.4rem;
	font-weight:normal;
	color:#FFF;
	font-family: 'Hammersmith One', sans-serif;
	text-shadow:0px 1px 2px #888;
}

nav a:hover{
	-webkit-transition-duration:2s;
	transition-duration: 2s;
	text-decoration:none;
	font-size:1.4rem;
	font-weight:normal;
	color:#444;
	font-family: 'Hammersmith One', sans-serif;
	text-shadow:0px 1px 2px #888;
}

a .current{
	text-decoration:none;
	font-size:1.6rem;
	font-weight:bold;
	color:#12F3CC;
	font-family: 'Hammersmith One', sans-serif;
	text-shadow:0px 1px 2px #888;	
}

h3{
	font-family: 'Hammersmith One', sans-serif;
	font-size: 1.4rem;
	padding: 0 0 0 40px;
	color: #3A3A3A;
	text-shadow:0px 1px 1px #A0A0A0;
}

ul.pdfs{
	list-style: none;
	text-decoration: none;
	color: #3A3A3A;
}

ul.pdfs a{
	text-decoration: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 0.9rem;
}

.text {
	position:absolute;
	bottom: 250px;
	width:45%;
	min-width:320px;
	max-width:550px;
	margin: 10px 10px 10px 90px;
	color:#000;
	font-family:'Droid Sans', sans-serif;
	font-size:0.9rem;
	background-color:rgba(255,255,255,0.9);
	padding: 0px 20px 0px 20px;	
}

.CV {
	position:absolute;
	bottom: 240px;
	margin: 10px 10px 10px 90px;
	padding: 0px 20px 0px 20px;
	width:900px;
	height:500px;	
}

h1.name{
	position:absolute;
	bottom: 5px;
	left: 20px;
	font-size:5em;
	color:#FFF;
	min-width:750px;
	text-shadow:0px 2px 3px #888;
	text-shadow:2px 4px 0px #AAA;
	font-family: 'Belgrano', serif;
	text-align:center;
	padding:0px 20px 0px 20px;
	background-color:rgba(125,125,125,0.8);
}

.details{
	position:absolute;
	bottom:28px;
	left: 55px;
	width: 715px;
	text-align:center;
	font-family: 'Droid Sans', sans-serif;
	font-weight:bold;
	color:#333;
	background-color:rgba(250,250,250,0.7);
}
