@font-face {
  font-family: 'Drakalligro';
  font-style: normal;
  font-weight: 400;
  src: local('Drakalligro'), url('Drakalligro Original.ttf');
}

body{
	padding: 0px;
	margin: 0px;
	font-family: 'Drakalligro', sans-serif;
	background-color: rgb(248,231,1);
}

#pages{
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	overflow-x: hidden;
	position: absolute;
}

#pages #home{
	top: 0px;
	bottom: 0px;
	position: absolute;
}

#pages #home #intro{
	width: 50%;
	display: inline-block;
	float: left;
}

#pages #home #intro #content{
	margin: 50px;
}

#pages #home #intro #content h1{
	margin: 4px;
}

#pages #home #menu{
	width: 50%;
	display: inline-block;
	float: right;
}

#pages #home #menu #yellow_bar{
	position: absolute;
}

#pages #home #menu .link{
	padding: 20px;
	font-size: 18px;
	color: #FFF;
	text-align: right;
	cursor: pointer;
}

#pages #home #menu .link img{
	position: relative;
	top: 8px;
}

#pages .page{
	position: absolute;
	top: 0px;
	bottom: 0px;
	padding: 20px;
	color: #FFF;
	overflow: auto;
}

#pages .page .text
{
	width: 700px;
	text-align: justify;
}

#pages .page .logo
{
	position: absolute;
	right: 20px;
	top: 20px;
}

#pages .page .column{
	padding: 4px;
	width: 256px;
	display: inline-block;
	vertical-align: top;
	text-align:justify;
}

#pages .page .column h1{
	font-size: 24px;
}

#pages .page .column p{
	
}

#pages .page .column img{
	width: 256px;
}

#pages .page .column a img{
	width: 32px;
}

#pages .page .column2{
	padding: 2px;
	width: 512px;
	display: inline-block;
	vertical-align: top;
	text-align:justify;
}

#pages .page .column2 h1{
	font-size: 24px;
}

#pages .page .column2 p{
	
}

#pages .page .column2 img{
	width: 512px;
}

#pages #whoarewe{
	background-color: rgb(229,125,4);
}

#pages #whatwedo{
	background-color: rgb(220,0,48);
}

#pages #whychooseus{
	background-color: rgb(177,0,88);
}

#pages #crew{
	background-color: rgb(124,55,138);
}

#pages #clients{
	background-color: rgb(42,99,173);
}

#pages #works{
	background-color: rgb(6,164,116);
}

#pages #contact{
	background-color: rgb(124,190,79);
}