*{
	margin: 0;
	padding: 0;
}

h1{     
	color: #777;
	font-size: 24pt;
	font-weight: 100;
	margin: 32px;
}

h2{     
	color: #777;
	font-size: 18pt;
	font-weight: 100;
	margin: 32px;
}

h3{     
	color: #777;
	font-size: 14pt;
	font-weight: 800;
	font-style: bold;
	margin: 16px 32px;
}
a{
	color: #c04b04;
	font-size: 11pt;
	font-weight: 400;
	font-style: bold;
	margin: 16px 32px;
}

a.link{
	color: #c04b04;
	font-size: 11pt;
	font-weight: 400;
	font-style: bold;
	margin: 0px;
}

a.menua{
	color: #333;
	font-size: 14pt;
	font-weight: 800;
	font-style: bold;
	margin: 0 16px;
}

a.menua:hover{
	color: #c04b04;
}

p{
	color: #333;
	font-size: 11pt;
	font-weight: 400;
	font-style: bold;
	margin: 16px 32px;
	
}

body{
	background-color: #444c4d;	
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	display: flex;
}

#active{	
    color: #297179;
}

#list{
	display: inline-block;
	width: auto;
	margin: auto 0;
}

#menulink{
	display: inline-block;
	margin: auto 16px;
}

div.wrapper{
	background-color: #f3f3f3;
	width: 100%;
	height: auto;
}

div.header{
	background-color: #fff;
	height: 142px;
}

div.line{
	width: 100%;
	height: 1px;
	background-color: #cee5e8;
}

div.name{
	width: 1280px;
	height: 100px;
	margin: 0 auto;
	display: grid;
}

div.menu{
	width: 1280px;
	margin: auto;
	height: 40px;
	display: grid;
}

div.content{
	margin: 0 auto;
    width: 1280px;
    height: auto;
    position: relative;
    overflow: auto;
}

div.middle {
	width: auto;
	min-height:600px;
	background-color: #fff;
	display: block;
	overflow: auto;
	position: relative;
}

div.alexander {
	background-image: url("../images/alexander.jpg");
	float: right;
	position: relative;
	width:400px;	
	height:600px;
}

div.footer{
	background-color: #444c4d;
	width: 100%;
	height: 100px;
	display: grid;
	position: relative
}

.projectdetails{
	float: left;
	width: 25%;
}

.projecttext{
	background-color: #e2e2e2;
	float: left;
	overflow: unset;
}

.projectcontent{	
	float: left;
}

.video{
	width: auto;
	float: left;
	position: middle;
	width: auto;
	margin: 16px 32px;
}

.projectimage{
	width: auto;
	float: left;
	position: middle;
	width: auto;
	margin: 16px 32px;
}

#project{
	width: 100%; 
	height: 500px;
	display: inline-block;
	background-color: #f3f3f3;
}

.kf{
	background-image: url("../images/karmaflow.jpg");	
}

.bv{
	background-image: url("../images/batvision.jpg");	
}
.digiroom{
	background-image: url("../images/digiroom.png"); 
	width: 533px; 
	height: 300px;
	overflow: auto;
	margin: 16px;
	float: left;
}
.lineblazers{
	background-image: url("../images/lineblazers.png"); 
	width: 533px; 
	height: 300px;
	overflow: auto;
	margin: 16px;
	float: left;
}
.sowhat{
	background-image: url("../images/sowhat.jpg"); 
	width: 533px; 
	height: 300px;
	overflow: auto;
	margin: 16px;
	float: left;
}