@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
html {
}
body { 
  font-family: 'PT Sans', sans-serif;
  color: #000;
  margin:0;
  padding:0;
  background:#FFF;
}
h1 {
	margin:0;
}
h3 {
	margin:20px;
}
/* STRUCTURE */
#container {
	width: 100%;
	max-width: 1920px;
	position: relative;
			margin:0px auto;
			clear:both;
}
		
#pagewrap {
	width: 100%;
}
header {
	background:#FFF;
	z-index:1;
}
header .logo {
	width:200px;
	height:60px;
	background-image:url('viasatConnectLogo.png');
	background-size:contain;
	background-repeat:no-repeat;
	display:block;
	float:left;
	margin:10px;
}
header h1 {
	float: right;
	margin: 15px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.6em;
}
section a {
	color:white;
	text-decoration:none;
	padding:15px 20px;
	border:1px solid white;
	border-radius:5px;
	margin-bottom:20px;
	display:inline-block;
text-transform: uppercase;	
}
section a:hover {
	background:rgba(255, 255, 255, .2);
}
#left, #middle, #sidebar {
	text-align:center;
	width:33.33%;
	float:left;
	padding:10% 0 ;
	background-size:100% auto;
	background-position:top center;
	webkit-transition: background-size 0.5s ease;
     -moz-transition: background-size 0.5s ease;
       -o-transition: background-size 0.5s ease;
      -ms-transition: background-size 0.5s ease;
          transition: background-size 0.5s ease;
}
#left:hover, #middle:hover, #sidebar:hover {
	background-size:105% auto;
}
h2, h3 {
	height:50%;
	color:white;
	padding:0 10px;
	max-width:100%;
	}
h2 {
	font-size:2.5em;
	text-transform:uppercase;
	font-weight:700;
	margin:0;
}	
h3 {
	font-size:1em;
	font-weight:normal;
	margin: 20px 0px 30px;
}
#left {
	background-image: url('punchClockBg.jpg');
	}

#middle {
	background-image: url('workforceBg.jpg');
	}
#sidebar {
	background-image: url('FleetBg.jpg');
}
footer {
	clear: both;
	z-index:1;
	background:#FFF;
	text-align:center;
	padding:10px;
}
.clear {
	clear:both;
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media screen and (max-width: 779px) {
		#left, #middle, #sidebar {
			width:100%;
			float:none;
		}
		#left {
			background-position:center center;
		}
		#middle {
			background-position:center center;
		}
		#sidebar {
			background-position:top center;
		}
		header .logo {
			width:40px;
			height:40px;
			background-image:url('emixisMobileLogo.png');
		}
		header h1 {
			font-size:1.5em;
			margin-top:15px;
		}
		
	}





