@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}

body {
	background-color: #222;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	max-width: 800px;
}

a {
	color: #eee;
	text-decoration: none;
}

a:visited {
	color: #eee;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here… */
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#header-back {
	position: absolute;
	top: 0;
	left: 0;
}

#header {
	width: 100vw;
	height: 60vh;
	text-align: center;
}

#header #overlay {
	background-color: rgba(24, 24, 24, 1);
	width: 100%;
	height: 100%;
	opacity: 1;
}

#header d {
	font-family: 'Work Sans', sans-serif;
	font-size: 30px;
	font-weight: 900;
	line-height: 60px;
	color: #EEE;
	width: 100%;
	z-index: 1;
}

.fixed-header {
	position: fixed;
	top: calc(-60vh + 60px);
	z-index: 100;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

nav {
	position: fixed;
	top: 0;
	width: 100vw;
	background-color: #181818;
	z-index: 200;
}

nav div {
	height: 60px;
	width: 100%;
	background-color: #181818;
	position: absolute;
	z-index: 100;
}

nav img {
	height: 30px;
	margin-left: 15px;
	margin-top: 15px;
	width: auto;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 300;
}

nav ul {
	height: 210px;
	width: 100%;
	margin-left: 15px;
	text-align: left;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

nav ul li {
	height: 40px;
	font-size: 18px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	color: #EEE;
}

#menu-div {
	opacity: 0;
}

#menu-button {
	opacity: 1;
}

#menu {
	margin-top: -215px;
	z-index: 100;
}

#overlay-all {
	background-color: rgba(40, 40, 40, 0.95);
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/*--------screen0---------*/

#screen0 {
	height: auto;
	width: 90%;
	overflow: auto;
	text-align: left;
	margin: 0;
	margin-top: 50px;
	margin-left: 5%;
	margin-bottom: -80px;
}

#screen0 p {
	width: 100%;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	font-size: 34px;
	color: #EEE;
	line-height: 28px;
}

#screen0 #container {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#screen0 #container form {
	width: 100%;
	margin-top: -50px;
	padding-top: 50px;
}

#screen0 #container form p {
	width: 80%;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: -15px;
	float: left;
	color: #AAA;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	clear: both;
}

#screen0 #container form d {
	width: 90%;
	line-height: 28px;
	font-size: 28px;
	margin-top: 70px;
	margin-bottom: 0px;
	float: left;
	color: #EEE;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
}

#screen0 #container form input[type="text"], #screen0 #container form input[type="tel"], #screen0 #container form input[type="number"], #screen0 #container form .input, #screen0 #container form input[type="submit"] {
	height: 34px;
	width: calc(100% - 30px);
	margin-bottom: 0px;
	margin-top: 20px;
	margin-left: 0;
	float: right;
	border: 2px solid #AAA;
	border-radius: 10px;
	padding-right: 10px;
	padding-left: 15px;
	text-align: left;
	font-size: 22px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	background-color: #292929;
	color: #AAA;
	clear: both;
}

#screen0 #container form .input {
	height: 200px;
	box-shadow: 0px 0px 0px 0px #AAA;
}

#screen0 #container form input[type="text"]:focus, #screen0 #container form input[type="tel"]:focus, #screen0 #container form input[type="number"]:focus, #screen0 #container form .input:focus, #screen0 #container form input[type="submit"]:focus {
	background-color: #444;
	border: 2px solid #666;
	outline: none;
}

input[type="checkbox"] {
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	background: #292929;
	border-radius: 10px;
	box-sizing: border-box;	
	position: relative;
	top: 50px;
	box-sizing: content-box;
	border: 2px solid #AAA;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 58px;
	-webkit-transition-duration: 0.2s;
	transition: 0.2s;
}

input[type="checkbox"]:hover {
	outline: 0 none;
	box-shadow: none;
	background-color: #444;
}

input[type="checkbox"]:focus {
	outline: 0 none;
}

input[type='checkbox']:checked {
	background-color: rgba(231, 76, 60, 1.0);
	background-image: url(../images/icons/check.png);
	background-size: cover;
}

label {
	width: 15px;
	height: 15px;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	margin-top: 14px;
	margin-left: -26px;
	border: 0;
	border-radius: 100%;
	pointer-events: none;
	-webkit-transition-duration: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*input[type="checkbox"]:checked + label {
	width: 15px;
	height: 7px;
	top: 320px;
	content: '';
	margin-top: 10px;
	margin-left: -29px;
	background: rgba(0, 0, 0, 0);
	border: 5px solid #AAA;
	border-radius: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition-duration: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s;
	border-top: none;
	border-right: none;
}*/

#screen0 #container form input[type="submit"] {
	margin: 0;
	margin-top: 10vw;
	margin-left: 20vw;
	float: left;
	background-color: #AAA;
	color: #222;
	height: 50px;
	width: 50vw;
	border: none;
	text-align: center;
	-webkit-transition-duration: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#screen0 #container form input[type="submit"]:hover {
	width: 50vw;
	height: 50px;
	margin-top: 10vw;
	margin-left: 20vw;
	background-color: rgba(231, 76, 60, 1.0);
	color: #222;
	border: none;
	-webkit-transition-duration: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/*--------footer---------*/

footer {
	height: auto;
	padding: 20px;
	margin-top: 50px;
	background-color: #181818;
	margin-top: 140px;
	width: calc(100vw - 40px);
}

footer d {
	font-size: 26px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 900;
	color: #EEE;
	margin: 0;
	padding: 0;
}

footer p {
	font-size: 14px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	color: #EEE;
	margin: 0;
	padding: 0;
}


@media only screen and (min-width : 373px ){
	.gridContainer {
		width: 100%;
	}
	#LayoutDiv1 {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width : 683px ){
	.gridContainer {
		width: 100%;
		max-width: 1232px;
		margin: auto;
	}
	#LayoutDiv1 {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
}

@media only screen and (min-width: 600px) {
	input[type="checkbox"] {
		margin-top: -100px;
	}
}

@media only screen and (min-width: 800px) {
	body {
		margin-left: calc(50vw - 400px);
	}
	nav {
		width: 100vw;
		margin-left: calc(400px - 50vw);
	}
	#header {
		width: 100vw;
		margin-left: calc(400px - 50vw);
	}
	#screen0 #container form input[type="submit"] {
		width: 40vw;
		margin-left: calc(15vw);
	}
	footer {
		width: calc(100vw - 40px);
		margin-left: calc(400px - 50vw);
	}
}
