@charset "UTF-8";
body {
	background-color:#dedcdc;
	color:#a1a1a1;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.4em;
	line-height:1.2em;
}
section, header, footer {
	width:95%;
	max-width:960px;
	margin:0 auto;
	padding:0;
}
article {
	width:100%;
}

img{
	width:100%;
	height:auto;
	display: block;
}

section.top {
	display:block;
}

.vid {
	position:relative;
}
.vid-support {
	position:absolute;
	top: 80%;
	z-index:2;
}
.mario figcaption {
	padding:20px;
	display: none;
}

.features article h2 {

	background:url(img/norma-name-640x203.png) no-repeat left bottom;
	width:50%;
	height:203px;
	background-size:100% auto;
	margin-left:50%;
	margin-top: 0;
	margin-bottom: 0;
	
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/norma-name-640x203.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/norma-name-640x203.png',sizingMethod='scale')";
}

.features article {
	display:inline-block;
	margin: 10px auto;
	background:#fff url(img/norma-full-height-640x1053.png) no-repeat left top;
	background-size:50% auto;
	position:relative;
}

.features article p {
	width:50%;
	float:right;
	display:block;
	text-align:right;
	margin-right: 20px;
}

article.norma, article.matt {
	background-position:right top;
}

article.norma p, article.matt p {
	float:left;
	text-align:left;
	margin-left:20px;
	margin-right:0;
}

article.norma h2, article.matt h2 {
	margin-left:0;
	margin-right:50%;
}
article.kevin {
	background-image:url(img/kevin-full-height-640x1190.png);
}
article.matt {
	background-image:url(img/matt-full-height-640x1232.png);
}
article.bing {
	background-image:url(img/bing-full-height-640x990.png);
}

article.kevin h2{
	background-image:url(img/kevin-name-640x203.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/kevin-name-640x203.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/kevin-name-640x203.png',sizingMethod='scale')";

}
article.matt h2{
	background-image:url(img/matt-name-640x203.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/matt-name-640x203.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/matt-name-640x203.png',sizingMethod='scale')";

}
article.bing h2{
	background-image:url(img/bing-name-640x203.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bing-name-640x203.png',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bing-name-640x203.png',sizingMethod='scale')";

}

.support {
	width:50%;
	position:absolute;	
	bottom:0;
	left:0;
}

article.norma .support, article.matt .support {
	right:0;
	left:auto;
}

footer p {
	font-size: 0.4em;
	text-align: center;
	line-height: 1.4em;
	width: 80%;
	margin: 10px auto;
}

footer a {
	color:#a1a1a1;
	text-decoration:underline;
}

@media only screen and (max-width: 660px) {
	body {
		font-size:1em;
	}
	.mario figcaption {
		display: block;
	}
	.features article {
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		background-position: left 300px;
	}
	.features article p {
		width: 96%;
		float: none;
		margin: 35% auto 380px;
		text-align:left;
	}
	.features article h2 {
		width:100%;
		position:absolute;
		top:0;
		margin-left:0;
		background-position: left -4px;
		-moz-background-size:100% auto;
	}
	article.kevin h2 {
		background-position-x: -49px;
	}
	article.bing h2 {
		background-position-x: -93px;
	}
	.support {
		width:100%;
	}
}

@media only screen and (min-width: 661px) and (max-width: 750px) {
	article.bing {
		background-position: left bottom;
	}
	article.norma {
		background-position:right bottom;
	}
}