html {
	overflow:hidden;
}
body {
	margin:0px;
    overflow:hidden;
    background-color: black;
    color:white;
    line-height:150%;
    font-family: "nudista-web",sans-serif;
	font-size:14px;
	font-weight:300;
    letter-spacing:0.04em;
    text-align: center;
}

#project-viewer-canvas{
    position: relative;
    padding-top: 35%;
    background-color: white;
}
.project_image{
    position: absolute;
    left:0px;
    top:0px;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    text-align: left;
}
.project_image img{
    height: 100%;
    width:auto;
}
.project_passphoto{
    position: absolute;
    left:70%;
    overflow:hidden;
    top:0px;
    height: 100%;
    width:30%;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.project_passphoto img{
    width:100%;
}

.titel {
    margin-top: -5px;
	font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform:uppercase;
}
.prevnext{
    font-weight: 300;
    font-size: 4em;
    color:white;
}

.logline{
    text-transform: uppercase;
}
.logline,
.designer,
.university {
	font-size: 1em;
	font-weight: 400;
}
.awarded {
    font-size: 0.9em;
    color: #c10000;
    font-style: normal;
    font-weight: 600;
}
.country{
    font-weight: 700;
    font-size: 1.1em;
    text-transform:uppercase;
}

a{
	text-decoration: none;
	color: #fce207;
}
a hover{
	color: #b31e20;
}

#project_beeld{
	position: absolute;
	visibility: visible;
	width: 680px;
	height: 340px;
	left: 0px;
	top: 0px;
}
