body
{
	background-color: #303030;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-align: center;
	margin: 0;
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#logos
{
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#logo1
{
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 70px;
	width: 300px;
	text-align: left;
	padding-left: 0;
}

#logo2
{
	float: left;
	color: #2084c3;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 48px;
	line-height: 70px;
	text-shadow: 1px 1px white, -1px -1px #444;
	width: 690px;
	text-align: right;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}

#topbar
{
	width: 970px;
	margin: 10px;
	margin-top: 0;
	padding: 5px;
	padding-top: 0;
	background-color: #3095d3;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 4px;
}

#categories
{
	width: 970px;
	height: 142px;
	margin: 10px;
	background-color: #3095d3;
	text-align: center;
	padding: 5px;
}

.outsoursing
{
	width: 33.3%;
	float: left;
}
.outsoursing:hover
{
	background-color: #2084c2;
}

.project
{
	width: 33.3%;
	float: left;
}

.project:hover
{
	background-color: #2084c2;
}

.consulting
{
	width: 33.3%;
	float: left;
}

.consulting:hover
{
	background-color: #2084c2;
}

a.tilelink
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 142px;
}

a.tilelinkhtml5
{
	color: #ffffff;
	text-decoration: none;
}

.square
{
	width: 50%;
	float: left;
}

h1
{
	font-size: 24px;
	margin: 0;
	padding: 0;
}

ul
{
	margin: 0;
	padding: 0;
	padding-left: 20px;
}

.main_tile
{
	height: 264px;
	background-color: #666666;
	text-align: justify;
	padding: 20px;
	padding-top: 15 px;
	margin: 10px;
}

.main_tile p
{
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}


.expert
{
	margin: 10px;
	height: 132px;
	background-color: #ee5a32;
	text-align: center;
	font-size: 26px;
	padding: 10px;
}

.expert:hover
{
	background-color: #dd4921;
}

a.expertlink
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 142px;
}

.cluster
{
	margin: 10px;
	height: 56px;
	background-color: #666666;
	text-align: center;
	font-size: 26px;
	padding: 10px;
}

.cluster:hover
{
	background-color: #555555;
}

a.clusterlink
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 56px;
}

.yt
{
	margin: 10px;
	margin-top:0;
	padding-top: 10px;
	width: 105px;
	height: 46px;
	background-color: #d94348;
	float: left;
}

.yt:hover
{
	background-color: #c83237;
}

.fb
{
	margin: 10px;
	margin-top:0;
	padding-top: 10px;
	width: 105px;
	height: 46px;
	background-color: #4668b3;
	float: left;
}

.fb:hover
{
	background-color: #3557a2;
}

.gplus
{
	margin: 10px;
	margin-top:0;
	padding-top: 10px;
	width: 105px;
	height: 46px;
	background-color: #d95333;
	float: left;
}

.gplus:hover
{
	background-color: #c84222;
}

.tw
{
	margin: 10px;
	margin-top:0;
	padding-top: 10px;
	width: 105px;
	height: 46px;
	background-color: #3095d3;
	float: left;
}

.tw:hover
{
	background-color: #2084c2;
}


a.sociallink
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 105px;
	height: 56px;
}

.rectangle
{
	margin: 10px;
	padding: 10px;
	background-color: #3095d3;
	text-align: center;
}