body {
	font-family: 'Work Sans', sans-serif;
	font-weight:200;
	background:#f1efed;
}
h1, h2, h3, h4, h5, h6 {
	font-family:inherit;
	letter-spacing:-0.02em;
}
h1, h2, h3 {
	font-weight:200;
}
hr {
	margin:1.5rem auto;
}
.button, button {
	font-size:inherit;
	font-weight:400;
	border-radius:2px;
	letter-spacing:-0.02em;
}
header {
	width:100%;
	padding:20px 20px;
	color:#fff;
	z-index:10;
	font-weight:400;
	pointer-events:none;
	position:absolute;
}
header .logo {
	float:left;
	background:url(../img/grab360-logo.svg) no-repeat center center;
	background-size:100%;
	width:232px;
	height:40px;
}
header .desc {
 	font-size:16px;
 	margin:9px 14px;
 	float:left;
}
footer {
	font-size:.85em;
	padding:10px 10px 30px;
	text-align:center;
}
footer .divider {
	color:#999;
}
.video-container {
	position:relative;
	height:100%;
	background-color:#000;
	overflow:hidden;
	max-height:1000px;
}
.video {
	position:absolute;
	height:100%;
	width:100%;
	z-index:1;
	cursor:-webkit-grab;
	cursor:grab;
}
.video:active {
	cursor:-webkit-grabbing;
	cursor:grabbing;
}
.video .size-1920 {
	width:1920px;
	height:1000px;
	position:relative;
	left:50%;
	top:50%;
	margin-left:-960px;
	margin-top:-500px;
}
.video-container .overlay {
	position:absolute;
	width:100%;
	height:100%;
	z-index:6;
	pointer-events:none;
}
.video-container .overlay.gradient {
	background:rgba(0,0,0,0.1);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 30%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.7) 100%);
}
.video-container .overlay.line-pattern {
	background:url(../img/overlay-pattern-line.gif);
}
.video-container .learn-more-button {
	border:1px solid #fff;
	background:transparent;
	padding:10px 12px;
	position:absolute;
	bottom:20px;
	left:50%;
	width:120px;
	margin-left:-60px;
	z-index:20;
	display:none;
}
.video-container .click-message {
	position:absolute;
	bottom:100px;
	width:100%;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
	z-index:7;
	pointer-events:none;
	display:none;
}
.video-screenshot img {
	width:100%;
}
.color-bar {
	background:#00b3ff;
	color:#fff;
	padding:40px 10px;
	margin-bottom:20px;
}
.color-bar h2 {
	font-size:34px;
}
.color-bar .button, .color-bar .button:hover, .color-bar .button, .color-bar .button:focus {
	background:#fff;
	color:#00b3ff;
	font-size:20px;
	margin-top:20px;
}
section h3 {
	margin:30px auto;
}
.module {
	max-width:320px;
	margin:0 auto;
	padding:10px 20px;
	text-align:center;
}
.module .icon {
	margin-bottom:16px;
}
.module .icon img {
	max-width:100%;
	width:80px;
}
.module p {
	font-size:.85em;
	height:70px;
}
#about-section img {
	max-width:100%;
	margin-bottom:20px;
}
.show-for-mobile {
	display:none;
}
.ismobile .show-for-mobile {
	display:block;
}
.ismobile .hide-for-mobile {
	display:none;
}
.ismobile header {
	position:relative;
	background:#000;
}
/*
.ismobile header {
	background:#00b3ff;
	padding-bottom:0;
}
.ismobile header .logo {
	background-image:url(../img/grab360-logo-white.svg);
	margin-bottom:20px;
}
.ismobile header .divider {
	border-bottom:1px solid #fff;
}
*/
@media only screen and (max-width: 639px) {
	header .logo  {
		width:200px;
		height:34px;
	}
	.color-bar h2 {
		font-size:30px;
	}
	h3 {
		font-size:1.75rem;
	}
	h5 {
		font-size:1.25rem;
	}
	.module p {
		height:auto;
	}
}
