@charset "UTF-8";
@import "assets/normalize.css";
@import "assets/font.css";

body {
	font-family: 'Museo', Helvetica, arial, sans-serif;
}

.oh { overflow: hidden; }
.fl { float: left; }
.fr { float: right; }

#portfolio, #lab {
	width: 48%;
	margin: 0;
	padding: 0 1%;
	display: inline-block;
	background: #333;
	color: #ddd;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

#portfolio:hover, #lab:hover {
	background: #ddd;
	color: #333;
}

#footer {
	height: 80px;
	line-height: 80px;
	padding: 0 30px;
	background: #222;
	color: #ccc;
	text-shadow: 0 -1px 0 #111;
	font-size: 0.8em;
}

#footer a {
	color: #aaa;
	font-weight: bold;
}