html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-size: 100%;
}

.hidden {
	display: none;
}

.offline {
	opacity: .4;
}

label.error {
	position: absolute;
	z-index: 100;
	top: 20px;
	font-size: 8px;
	color: #B91515;
	right: 7px;
	pointer-events: none;
	text-align: right;
}

input.error {
	border-color: #B91515 !important;
	box-shadow: 0px 0px 5px #B91515 !important;
}

a, a:visited {
	text-decoration: none;
	color: #FFF;
}

body {
	background-color: #000;
	font: 12px Verdana, sans-serif;
	color: #333;
}

body > header {
	width: calc(100% - 80px);
	height: 80px;
	display: block;
	background-color: #100e20;
	padding: 10px 40px;
	border-bottom: 1px solid #FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

body > header div.logo {
	display: flex;
	color: #FFFFFF;
}

body > header div.logo h2 {
	line-height: 100px;
	font-size: 20pt;
	margin-left: 50px;
}

section#fullParallax {
	margin-top: 80px;
	width: 100%;
	height: 1200px;
	display: block;
}

div.offer {
	position: absolute;
	top: 200px;
	left: 15%;
	width: 400px;
	background-color: #ff5e00;
	color: #FFF;
	padding: 20px;
	-ms-transform: skewX(-20deg); /* IE 9 */
	-webkit-transform: skewX(-20deg); /* Safari */
	transform: skewX(-20deg);
	border-top: 1px solid white;
	border-left: 1px solid white;
}

div.offer > * {
	-ms-transform: skewX(20deg); /* IE 9 */
	-webkit-transform: skewX(20deg); /* Safari */
	transform: skewX(20deg);
}

div.offer h2 {
	font-size: 24px;
}

div.offer p {
	font-size: 16px;
}

body > section#mainWrapper {
	width: 100%;
	display: block;
	background-color: #ff5e00;
	position: relative;
	height: 200px;
}

body > section#mainWrapper > section#mainContent {
    height: 200px;
	position: relative;
}

section#mainWrapper section#mainContent section.floatOver {
	width: 1100px;
	margin: auto;
	padding: 20px;
	background-color: #000000;
	color: #ECECEC;
	position: relative;
	top: -800px;
	border-radius: 10px;
}

article.imageHeader {
	display: flex;
}

article.imageHeader ~ article.imageHeader {
	margin-top: 20px;
}

article.imageHeader:nth-of-type(even) {
	flex-direction: row-reverse;
}

article.imageHeader img {
	width: 300px;
	opacity: .5;
	display: block;
}

article.imageHeader:hover img {
	opacity: 1;
}

article.imageHeader div {
	margin: 10px 20px;
}

article.imageHeader div h2 {
	font-size: 24px;
}

article.imageHeader div.pricing {
	font-size: 16px;
}

article.imageHeader div.pricing span {
	font-weight: bold;
	color: #ff5e00;
}

section#mainContent h2 span {
	font-weight: bold;
	color: #FFF;
}


section div.header {
	position: absolute;
	bottom: 90px;
	display: block;
	font-size: 24px;
	text-align: middle;
	width: 100%;
}

section div.header h2 {
	text-align: center;
}

section#moreContent {
	display: flex;
	width: 100%;
	height: 520px;
}

section#moreContent div.leftImage {
	flex: 1 0 300px;
	height: 520px;
	overflow: hidden;
	background-image: url('/images/Computer-CHO.png');
	background-position: right 0;
}

section#moreContent div.rightText {
	display: inline-block;
	flex: 1 0 520px;
}

div.contactForm {
	margin: auto;
}

div.contactForm h2 {
	font-family: 'Kaushan Script', cursive;
	font-size: 32px;
	color: #FFF;
	width: 100%;
	display: block;
	text-align: center;
	margin: 20px 0;
}

div.contactForm ul {
	display: table;
	border-spacing: 10px;
	margin: 40px auto;
}

div.contactForm li {
	display: table-row;
	position: relative;
	color: #FFF;
	height: 35px;
	font-size: 16px;
}

div.contactForm li > * {
	display: table-cell;
	align-items: right;
}

div.contactForm li > label {
	width: 120px;
}

div.contactForm input, div.contactForm select {
	border-radius: 4px;
    border: 1px #dbe6ec solid;
    padding: 5px;
    box-sizing: border-box;
    height: 30px;
	width: 250px;
}

div.contactForm li:last-of-type input {
	position: absolute;
	right: 0;
}

div.contactForm input[type='button'] {
	width: 75px;
	background-color: #ff5e00;
	color: #FFF;
	cursor: pointer;
}

div.contactForm input[type='button']:hover {
	background-color: #100e20;
	color: #FFF;
}

footer {
	height: 150px;
	background-color: #100e20;
	border-top: 1px solid white;
}

footer ul {
	margin-top: 40px;
	display: flex;
	width: 100%;
	justify-content: space-around;
	list-style: none;
}

footer ul li img {
	height: 55px;
}
