/* Layout */
body{ 
	background-color: #FFFFFF;
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.075em;
	color: #7F7F7F;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

header, nav, header img, header h1, header h2, button{
  transition: all 500ms ease;
  -moz-transition: all 500ms ease; /* Firefox 4 */
  -webkit-transition: all 500ms ease; /* Safari and Chrome */
  -o-transition: all 500ms ease; /* Opera */
}

nav{
	margin: 0 auto;
	position: relative;
	height: 100%;
}

header {
	width: 100%;
	position: fixed; 
	z-index: 10;
	background: rgb(255,255,255);
	border-bottom: 1px solid #3A99D8;
	padding: 30px 0 30px 0 !important;
}

header.transparent {
	background: rgba(255,255,255,0.96);
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
	header {
		-webkit-backdrop-filter: blur(15px);
    }
    
    header.transparent {
	background: rgba(255,255,255,0.85);
	}
}}

header nav img {
	position: absolute;
	left: 40px;
}

header.large {
	height: 108px !important;
}

header.large img {
	height: 108px;
}

header.small {
	height: 51px !important;
}

header.small img {
	height: 51px;
}

header h1{
	font-size: 36px;
	color: #3A99D8;
	position: absolute;
	bottom: 26px;
}

header.large h1 {
	left: 170px;
}

header.small h1 {
	left: 108px;
}

header h2{
	position: absolute;
	left: 173px;
	bottom: -5px;
}

header.large h2 {
	left: 173px;
}

header.small h2 {
	left: 111px;
}

nav ul{
	display: block;
	position: absolute;
	left: auto !important;
	top: auto !important;
	right: 40px;
	bottom: -7px;
	width: auto !important;
	height: auto !important;
	background: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}

nav img#menubutton {
	display: none;
}

nav a {
	text-decoration: none;
	color: #7F7F7F;
}

nav a:hover {
	text-decoration: none;
	color: #7F7F7F;
}

nav ul a {
	text-decoration: none;
	color: #7F7F7F;
}

nav ul a:hover {
	text-decoration: none;
	color: #3A99D8;
}

nav ul li {
	display: inline;
	padding-left: 30px;
	color: #3A99D8;
	font-size: 16px;
	line-height: 24px;
}

section {
	width: 100%;
	text-align: center;
	clear: both;
}

section div {
	width: 100%; 
	margin: 0 auto;
}

section.first div {
	padding-top: 208px !important;
}

section p {
	display: block;
	width: 660px;
	margin: 0 auto;
}

section#download div p {
	width: 400px;
}

section img {
	width: 78%;
}

section div.demo {
	width: 78% !important;
}

section h2 {
	font-size: 36px;
	line-height: 36px;
	padding: 40px 0 20px 0;
}

section.blue {
	background-color: #3A99D8;
}

section.blue div{
	background-color: #3A99D8;
	padding-top: 40px;
	padding-bottom: 35px;
}

section.blue h2 {
	color: #FFFFFF;
}

section.blue p {
	color: #E1EFF9;
}

section.white div{
	padding-top: 100px;
	padding-bottom: 115px;
}

section.white h2 {
	color: #000000;
}

section#download img{
	width: auto;
	margin: 50px 0 60px 0;
}

/* Sections for Contact */

section.contact div {
	padding-bottom: 45px;
}

form {
	width: 700px; 
	margin: 0 auto;
	ppadding: 0 190px 0 190px;
	text-align: left;
	padding-bottom: 112px;
}

form input, textarea, button {
	padding: 0;
	margin: 0 0 30px 0;
	border: 1px solid #7F7F7F;
	
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #BFBFBF;
}

form .graytext{
	color: #BFBFBF;
}

form .blacktext{
	color: #7F7F7F;
}

form input {
	width:700px;
	height: 40px;
	text-indent: 10px;
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
}

form textarea {
	width: 700px;
	height: 200px;
	padding: 8px 10px 8px 10px;
	box-sizing: border-box;
	resize: none;
	-webkit-appearance: none;
	border-radius: 0;
}

form input.name {
	width: 333px;
}

form div.left {
	width: 333px;
	float: left;
	margin: 0;
	padding: 0;
}

form div.right {
	width: 333px;
	float: right;
	margin: 0;
	padding: 0;
}

form button {
	width: 100px;
	height: 40px;
	color: #FFFFFF;
	background-color: #3A99D8;
	border: none;
	display: block;
	margin: 0 auto;
}

form button:hover {
	color: #FFFFFF;
	background-color: #000000;
	cursor: pointer;
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

form label {
	display: block;
	color: #3A99D8;
	margin-bottom: 10px;
}

label#error_submit {
	text-align: center;
}

form div.spacer {
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
}