body {
	background-color: black;
	font-family: hevletica, arial, verdana, tahoma, sans-serif;
}
a, a:visited { text-decoration: none }
div.header {
	display: table;
	position: fixed;
	background-color: #000;
	height: 190px;
	width: 100%;
	z-index: 100;
	overflow: hidden;
}
div.logo {
	display: table-cell;
	height: 100%;
	width: 250px;
	text-align: left;
	padding-left: 20px;
	background: url(mymmo-logo-black.png) 50px / 190px no-repeat;
}
div.menu-top {
	display: table-cell;
	height: 100%;
	width: calc(100% - 250px);
	font: normal bold 24px 'Advent Pro', sans-serif;
	text-align: right;
	vertical-align: middle;
}
div.menu-top a {
	color: #FFF;
}
.active {
	color: #87c42b !important;
}
ul.menu-top {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.menu-top li {
	position: relative;
	display: inline-block;
	padding: 0px;
	margin: 0px 20px 0px 20px;
}
div.content {
	padding-top: 200px;
	padding-bottom: 10px;
	background-color: #242424;
}
div.footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #000;
	color: #777;
	height: 100px;
	z-index: 100;
	overflow: hidden;
}
div.footer div.contact {
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	float: right;
	text-align: left;
	font: normal bold 14px 'Advent Pro', sans-serif;
}
div.project-desc {
	text-align: center;
}
div.project-item {
	display: inline-block;
	position: relative;
	min-width: 240px;
	width: 40%;
	max-width: 480px;
	margin: 10px;
}
div.project-item img {
	display: block;
	width: 100%;
	height: auto;	
}
div.project-item a {
	display: block;
	height: 40px;
	line-height: 40px !important;
	text-align: center;
	background: #87c42b;
	font: normal bold 24px 'Advent Pro', sans-serif;
	color: #FFF;
	margin-top: 2px;
}

