@import url('https://fonts.googleapis.com/css?family=Open+Sans|Montserrat|Caveat');

/* Main */
html {
	scroll-padding-top: 150px;
}

body {
	margin: 0;
	padding: 0;
	background: radial-gradient(at 50% 300px, white, whitesmoke);
}

* {
	font-family: "Open Sans", Verdana, Tahoma, Sans-Serif;
	font-size: 16px;
	color: #234
}

/* Header */
div.head {
	z-index: 1;
	position: fixed;
	top: 0;
	width: calc(100% - 20px);
	height: 110px;
	background: #234;
	padding: 10px;
	transition: .5s;
}

div.head>div {
	position: relative
}

div.head>div>a>img {
	float: left;
	max-width: 400px;
}

/* Main Menu */
div#menu {
	position: absolute;
	width: calc(100% - 20px);
	top: 80px;
	right: 20px;
	text-align: right;
	text-transform: uppercase;
}

div#menu>a {
	position: relative;
	margin: 2px 10px;
	font-weight: normal;
	color: white;
}

div#menu>a::before {
	z-index: -1;
	content: "";
	position: absolute;
	border-radius: 2px;
	left: -8px;
	right: -8px;
	bottom: -8px;
	height: 5px;
	scale: 0 1;
}

div#menu>a:not([href])::before, div#menu a:not([href]):hover::before {
	border-radius: 5px;
	background: linear-gradient(170deg, #49f, #f49);
	scale: 1;
}

div#menu>a:hover::before {
	background: linear-gradient(160deg, #f49, #49f);
	scale: 1;
	transition: scale .3s
}

/* Containers */

div.middle {
	margin-top: 100px;
	min-height: calc(100vh - 235px);
}

div.cont {
	margin: auto;
	width: 960px;
}

div.cont>h1 {
	margin: 30px;
	text-align: center;
	font-size: 200%;
}

div.cont>h1.green {
	margin: 10px 0 -5px 0;
	color: #0a6;
	text-align: center;
}

div.cont100 {
	display: inline-block;
	width: calc(100% - 20px);
	margin: 20px 5px;
	border-radius: 5px;
	padding: 0px;
}

div.col100 {
	display: inline-block;
	width: calc(100% - 20px);
	margin: 5px;
	border-radius: 5px;
	padding: 5px;
}

div.col100>h1 {
	margin: 5px;
	color: #d48
}

div.col50 {
	display: inline-block;
	width: calc(50% - 23px);
	margin: 5px;
	border-radius: 5px;
	padding: 5px;
	vertical-align: top;
}

div.col50>h1 {
	margin: 10px 5px;
	color: #d48
}

div.col50>h2.light {
	margin: 0;
	border-radius: 5px;
	background: linear-gradient(160deg, #f49, #49f);
	padding: 10px;
	text-align: center;
	color: white;
}

div.col30 {
	display: inline-block;
	width: calc(33.3% - 33px);
	min-height: 350px;
	margin: 10px;
	border-radius: 5px;
	padding: 5px;
}

div.col30>ul {
	margin-left: -10px;
}

div.col30>h1 {
	margin: -5px -5px 5px -5px;
	padding: 10px;
	border-radius: 5px 5px 0px 0px;
	color: white;
}

div.col30>h2 {
	margin: -5px;
	padding: 10px;
	background: linear-gradient(160deg, #f49, #49f);
	color: white;
}

div.video {
	position: relative;
	width: calc(100% - 10px);
	padding: 5px;
	padding-bottom: 56.25%;
}

div.video>iframe {
	position: absolute;
	border-radius: 5px;
	border: none;
	width: calc(100% - 10px);
	height: calc(100% - 10px)
}

div.logos {
	text-align: center;
}

div.logos>img {
	margin: 10px;
	width: 14%;
	border-radius: 3px;
	background-color: white;
	transition: transform .5s ease-out;

}

div.logos>img:hover {
	transform: scale(1.2);
}

div.dagger {
	float: right;
	margin: 10px;
	color: white;
	font-size: 150%;
}

div.title {
	padding-top: 20px;
}

div#scrollBox {
	margin: 5px;
	width: (100% - 10px);
	height: 70px;
	border-radius: 5px;
	border: 1px solid #234;
	padding: 10px;
	overflow: hidden;
}

div#scrollBox>div {
	width: 100%;
	overflow: hidden;
}

div#scrollBox>div>p {
	font-weight: bold;
}

div#scrollBox>div>h2 {
	text-align: right;
	transform: rotate(-2deg);
}

div#scrollBox>div>h2>a {
	font: 1.2em Caveat;
	color: #48d;
}

div#scrollBox>div>h2>a:hover {
	color: #d48;
}


/* Text links */
div.middle a {
	color: #48d;
}

div.middle a:hover {
	color: #d84;
}


div.middle h3 {
	text-align: center;
}

/* Headings */
h1 {
	font-family: "Montserrat";
	font-size: 150%;
	text-transform: uppercase;
}

h2 {
	margin: 5px;
	font-family: "Montserrat";
	font-size: 115%;
}

h4 {
	margin: 5px;
	text-align: center;
	font-size: larger;
	color: #48d;
}

h2.bullet {
	text-align: center;
	padding: 15px;
	font-weight: normal;
}

h2.bullet>a {
	border-radius: 20px;
	padding: 5px 15px;
	margin: 5px;
}

h2.bullet>:first-child {
	background: #48d;
	color: gainsboro
}

h2.bullet>a:first-child[href] {
	background: #49f;
	color: #fff;
}

h2.bullet>:last-child {
	background: #c06;
	color: gainsboro
}

h2.bullet>a:last-child[href] {
	background: #d48;
	color: #fff;
}

h2.bullet.narrow {
	z-index: 1;
	position: sticky;
	top: 110px;
	font-size: 100%;
}

/* Tables */
table.feature {
	margin: 5px;
	width: calc(100% - 10px);
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
}

table.feature th:first-child {
	width: 40%;
	text-align: left;
}

table.feature td:first-child {
	text-align: left;
}

table.labels {
	width: 100%;
	table-layout: fixed;
	text-align: right;
}

table.labels th:first-child {
	text-align: center;
}

table.labels td:first-child {
	text-align: center;
}

td {
	border-top: 1px solid gainsboro;
	padding: 5px;
}

th {
	padding: 5px;
}


/* Elements */

a {
	text-decoration: none;
	font-size: 1em;
}

a:hover {
	color: #d48;
}

a[href='#additional'] {
	font-weight: bold;
}

p {
	margin: 5px 10px;
}

li {
	margin: 5px;
}

div.rule {
	width: calc(100% - 20px);
	margin: 20px;
	border-top: 1px solid gainsboro;
}

div.screenshot {
	text-align: center;
}

div.screenshot>img {
	width: 100%;
	max-width: 380px;
	border-radius: 5px;
	border: 1px solid gainsboro;
	box-shadow: 0px 0px 20px gainsboro;
}

/* Wide vs Narrow */
.narrow {
	display: none;
}

.wide {
	float: right;
}

/* Styles */

.outline {
	outline: 1px solid gainsboro;
}

.grey {
	background-color: #eef;
}

.blue {
	background-color: #48d;
}

.shade {
	background: radial-gradient(at 60% 40%, #fff, #eef);
}

.shadow {
	box-shadow: 0px 0px 20px gainsboro;
}

.above {
	margin-top: 30px !important;
}

.below {
	margin-bottom: 30px;
}

div.divider {
	margin: 30px 5%;
	width: 90%;
	height: 2px;
	background: #234
}

div.divider+h1 {
	margin-top: -10px;
}

/* Contact form */
iframe.form {
	width: calc(100% - 20px);
	border-radius: 5px;
	border: 1px solid #234;
	height: 280px;
	padding: 10px;
}

/* Footer */
div.foot {
	width: calc(100% - 10px);
	margin-top: 20px;
	background: #234;
	padding: 5px
}

div.foot2 {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 5px;
}

div.foot * {
	color: white;
	font-size: 16px;
}

div.foot a {
	font-weight: normal;
}


div.foot2>h2 {
	margin: 0;
}


a.faded {
	opacity: .8;
	;
}

div.tp {
	margin-top: -12pt;
	text-align: center;
}

div.tp>a>img {
	width: 15vw;
	max-width: 180px;

}

@media (max-width:980px) {
	* {
		font-size: 15px;
	}

	div.cont {
		max-width: 98%;
	}

}

@media (max-width:860px) {

	div.head>div>a>img {
		width: 90%;
	}

	div.tp {
		margin-top: -15pt;
		text-align: center;
	}

	div.tp>a>img {
		width: 25vw;

	}

}

@media (max-width: 640px) {

	* {
		font-size: 14px;
	}

	div#menu {
		top: 70px;
		left: 0px;
		right: 0px;
		font-size: 12px;
	}

	div#menu>a {
		margin: 4px;
	}

	div#menu>a::before {
		left: -5px;
		right: -5px;
		height: 3px;
	}

	div.title {
		padding-top: 10px;
	}

	div.col50 {
		width: calc(100% - 20px);
	}

	div.col50>img.icon {
		width: 75px
	}

	div.col30 {
		width: calc(100% - 30px);
		min-height: auto;
	}

	div.logos>img {
		margin: 1%;
		width: 22%;
	}

	div#scrollBox {
		height: 85px;
		padding: 5px;
	}

	div.foot * {
		font-size: 11px;
	}

	div.foot2 {
		margin: 0px;
	}

	.bullet.narrow {
		display: block;
		top: 125px;
	}

	.wide {
		display: none;
	}

	div.above {
		margin-top: 15px
	}

	div.below {
		margin-bottom: 15px
	}
}

@media (max-width: 360px) {

	* {
		font-size: 13px;
	}

	div.col50>img.icon {
		width: 50px
	}

	div.logos>img {
		margin: 1%;
		width: 30%;
	}

	div.foot {
		height: 190px;
	}

	div.foot2 {
		width: 100%;
	}
}

@media (max-width: 280px) {

	* {
		font-size: 12px;
	}

	div#menu {
		top: 60px;
		font-size: 11px;
	}
}

@keyframes left {
	from {
		margin-left: -100%;
	}

	to {
		margin-left: 0%;
	}
}

@keyframes right {
	from {
		margin-left: 100%;
	}

	to {
		margin-left: 0%;
	}
}

@keyframes top {
	from {
		margin-top: -100px;
	}

	to {
		margin-top: 0px;
	}
}

@keyframes bottom {
	from {
		margin-top: 100px;
	}

	to {
		margin-top: 0px;
	}
}

@keyframes fade {
	from {
		opacity: 100%;
	}

	to {
		opacity: 0%;
	}
}