@charset "UTF-8";
/* CSS Document */

/* First we reset CSS to reduce browser inconsistencies 
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{ outline:none; text-decoration: none;}
/* Set the background to resize */
body{
	background-image:url('../img/bg.jpg');
	background-size:100% 200%;
}
/* sticky footer */
html{height:100%;}
body{min-height:100%; padding-bottom:50px; position:relative;}
footer{ position:absolute; bottom:0; height: 50px; width:100%; display:block;}
/* Pretty Typography */
html{ font-size:100%;}
body{
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
h1{
	font-size: 2.25em;
	color:#fff;	
}
h2{
	font-size: 1.125em;
	color:#858484;
}
h1, h2{
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.0325em;
}
		
/* Layout */
header, main{ position:relative; max-width:1420px; padding:0 2%;}
header{margin:0 auto;}
main{margin:25px auto; display:block;}

.tag{ 
	max-width:195px;
	background: rgba(71,71,71,1);
	background: -moz-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(19,19,19,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(71,71,71,1)), color-stop(100%, rgba(19,19,19,1)));
	background: -webkit-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(19,19,19,1) 100%);
	background: -o-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(19,19,19,1) 100%);
	background: -ms-linear-gradient(top, rgba(71,71,71,1) 0%, rgba(19,19,19,1) 100%);
	background: linear-gradient(to bottom, rgba(71,71,71,1) 0%, rgba(19,19,19,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#474747', endColorstr='#131313', GradientType=0 );
	-webkit-box-shadow: 0px 1px 14px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 14px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 1px 14px 0px rgba(0,0,0,0.8);
	margin:0 auto;
	text-align:center;
	padding:25px 10px 15px 10px;
}

.tag img{
	max-width:100%;
}

main{
	margin-top: 25px;
	margin-bottom:50px;
}

h2{
	margin-top:25px;
}

#links{
	margin:25px 0 0 0;
	text-align:center;
	display:block;
}

a.button{ 
	border: 1px solid #272626;
	box-sizing: border-box;
	width:100%;
	padding:15px;
	display:inline-block;
	height:100%;
	vertical-align:middle;
	margin:0 0 2% 0;
	min-height:76px;
}

a.button img{
	max-width:100%;
	max-height: 72px;
	height:auto;
	vertical-align:middle;
}
.dtech:hover{
	border-color:#e3041e;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-webkit-touch-callout: none
}

.hdp:hover, .hdp:active{
	border-color:#008fd8;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-webkit-touch-callout: none
}
.mhmfg:hover{
	border-color:#ff9900;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-webkit-touch-callout: none
}
footer section{width:100%;}
.scmp img{
	margin:0 auto;
	display:block;
}

@media screen and (min-width: 481px){
		main{margin-top: 85px;}
		h2{margin-top:100px;}
		.tag{max-width:225px;padding:45px 10px 8px 10px;}
		img.dt{margin:0;}
		a.button{width:32%;	max-width:350px;}
		a.button:first-child{margin-right:1%;}
		a.button:last-child{margin-left:1%;}
}
@media screen and (min-width: 641px){
		a.button{min-height:104px;}
		a.button.dtech img{padding-top: 20px; display: block; max-height: inherit; margin:0 auto;}
}	
@media screen and (max-width: 1024px){
		img.bg {left: 50%; margin-left: -512px; }
}