html {
	overflow: hidden;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 56px;
	letter-spacing: -3px;
	font-weight: 300;
	padding: 20px 0;
	padding-top: 24px;
	margin: 0;
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	background-color: white;
}
h1 span {
	color: #25547f;
	font-weight: normal;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 105px;
	font-weight: normal;
	text-align: center;
}
.col50 {
	margin-top: 10px;
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	-webkit-filter: grayscale(100%);
	transition: -webkit-filter 0.6s;
	filter-transition: all 0.6s;
	vertical-align: top;
	padding: 30px;
	padding-top: 0;
	padding-right: 15px;
	text-decoration: none;
}
.col50.studio {
	padding-right: 30px;
	padding-left: 15px;
}
.col50 .inner {
	height: 1000px;
	min-height: 300px;
}
.col50:hover {
	filter: grayscale(0%);
	filter: url("data:image/svg+xml;"); /* Firefox 3.5+ */
	-webkit-filter: grayscale(0%);
	transition: -webkit-filter 0.6s;
}
.col50 .blurbg {
	
}
.col50 h2 {
	color: black;
	font-family: Helvetica, sans-serif;
	font-size: 40px;
	letter-spacing: -2px;
	font-weight: 300;
	text-align: center;
	padding: 10px;
	/*background-color: white;*/
	display: block;
	margin: 0;
	margin-top: -20px;

/*	position: absolute;
	top: 30px;
	left: 0;
	right: 0;*/
}
.col50 h3 {
	color: black;
	font-family: Helvetica, sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
	font-weight: 300;
	text-align: center;
	padding: 10px;
	/*background-color: white;*/
	display: block;
	margin: 0;
/*	width: 100%;
	margin: 20px auto;*/

/*	position: absolute;
	top: 0px;
	left: 0;
	right: 0;*/
}
.col50 h3 span {
	color: #25547f;
	font-weight: normal;
}
.col50 h2#studio {
	color: white;
}
.col50 h3#studio {
	color: white;
}
.col50:last-child {
/*	border-left: 10px solid white;
*/}

.bottombar {
	height: 30px;
	position: fixed;
	background-color: white;
	left: 0;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 700px) {
	h1 {
		position: static;
	}
	h2 {
		margin-top: 0;
	}
	.col50 {
		width: 100%;
		display: block;
		/*margin-top: 0;*/
	}
	.col50 .inner {
		min-height: 150px;
		max-height: 150px;
	}
	html {
		overflow: auto;
	}
	body {
		margin: 0;
		padding: 0;
		overflow: auto;
	}
	.col50 {
		padding-right: 10px;
		padding-left: 10px;
		overflow: hidden;
		padding-bottom: 10px;
	}
	.col50.studio {
		padding-right: 10px;
		padding-left: 10px;
	}
}