html, body{
	margin: 0 0;
	padding: 0 0;
	background-color: white;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:black;
}

ul.select_proj{
	position: relative;
	padding: 0 0;
	width: 900px;
	height: 10px;
	margin: 0 auto;
	
	margin-top: 100px;
}

li.select_proj{
	list-style: none;
	float: left;
	width: 200px;
	height: 500px;
	margin-right: 30px;
	display:inline-block;
}

li.select_proj:last-child{
	margin-right: 0px;
}

li.select_proj p{
	position: relative;
	width: 200px;
	text-align: justify;
	text-justify: newspapper;
}

.proj_ar{
	width: 100%;
	height: 200px;
	background-image:url('../logos/logo_ar.png');
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-position: center center;
}

.proj_depthestim{
	width: 100%;
	height: 300px;
	background-image:url('../logos/logo_depthestim_frame.png');
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-position: center center;
}

.proj_uniproj{
	width: 100%;
	height: 300px;
	background-image:url('../logos/logo_uniproj_frame.png');
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-position: center center;
}

.proj_wpc{
	width: 100%;
	height: 300px;
	background-image:url('../logos/logo_wpc_frame.png');
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-position: center center;
}

.proj_img{
	width: 100%;
	height: 300px;
	background-image:url('../logos/test.jpg');
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-position: center center;
}


h2{
	line-height: 1.1em;
	text-align: center;
}

/* unvisited link */
a:link {
    color: black;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: black;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: black;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: black;
    text-decoration: none;
}
