﻿
@font-face {
	font-family: FreightDisp;
	src: url('/css/fonts/FreightDispProLightRegular.ttf');
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #000;
	color: #fff;
	display: grid;
}

body {
}

body * {
	font-family: FreightDisp, sans-serif;
	line-height: 1.2;
	font-weight: lighter;
	box-sizing: border-box;
}

/* global classes */

.hsize {
	width: calc(50% - 21px);
}

.hsize:nth-child(2n+1) {
	margin-right: 37.7px;
}

.fsize {
	width: calc(98% - 2px);
}

.b11kbtttrans {
	border: 1px solid #fff;
	color: white;
}

.b11kbtttrans:hover {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}

/* custom style */
header {
	display: flex;
	align-content: initial;
	align-items: center;
	height: 65vh;
	width: 100%;
	min-height: fit-content;
	background: url(/gfx/Header_BG.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0px 0px 40px 20px #000;
}

header h1 {
	font-size: 10rem;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
}

.container {
	display: flex;
	flex-wrap: wrap;
	height: 25vh;
	width: 100%;
	min-height: fit-content;
	box-shadow: 0px 0px 120px 120px #000;
	margin: 0 auto;
}

.container p {
	font-size: 3rem;
	width: 40%;
	min-width: 340px;
	max-width: 650px;
	text-align: center;
	margin: 50px auto;
	font-weight: 400;
}

/* contact form */
#contactus h3,
#contactus input {
	font-family: FreightDisp;
	color: #fff;
}

#contactus .formcontainer {
	width: 75%;
	height: min-content;
	margin: 0 auto 40px;
	padding-bottom:100px;
}

#contactus h3 {
	font-size: 4rem;
	width: 100%;
	text-align: center;
	font-weight: 400;
}

#contactus .contactform {
	margin: 0px auto;
	padding-top: 40px;
}

.contactform input::placeholder, .contactform textarea::placeholder {
	line-height: 110%;
	color: #fff;
}

.contactform input.subtext, .contactform select {
	outline: none;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin-bottom: 40px;
	padding-bottom: 13px;
}

.contactform input.subtext:last-of-type {
	margin-bottom: 37px;
}

.contactform textarea {
	width: 100%;
	outline: none;
	background: none;
	border: none;
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 30px;
	padding: 15px;
}

.contactform input:autofill, .contactform textarea:autofill {
	padding: 5px 10px;
}

.formbuttonbar #ertmobilehonp,
.formbuttonbar #cutpasswdmsg {
	text-align: center;
}

.contactform textarea, .contactform input::placeholder, .contactform textarea::placeholder,
.contactform input.subtext, .contactform select,
.formbuttonbar #ertmobilehonp,
.formbuttonbar #cutpasswdmsg {
	font-size: 3rem;
}

#contactus .button {
	font-size: 2rem;
}

#contactus .button {
	display: inline-block;
	margin: 0px auto;
	padding: 10px 20px;
	font-family: HelveticaNeueLight !important;
	text-transform: uppercase;
	cursor: pointer;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}

@media screen and (max-width: 1600px) {
	header h1 {
		font-size: 8rem;
		width: 75%;
	}

	.container p {
		font-size: 3rem;
		width: 100%;
		min-width: 100%;
		margin: 60px auto;
	}
}


@media screen and (max-width: 950px) {
	header h1 {
		font-size: 6rem;
		width: 100%;
	}

	.container p {
		font-size: 1.7rem;
		width: 90%;
		min-width: 90%;
		margin: 60px auto;
	}

	.contactform input.subtext, .contactform select {
		margin-bottom: 25px;
		padding-bottom: 5px;
	}
}



@media screen and (min-width: 540px) and (max-width: 800px) {
	header {
		height: 65vh;
	}

	header h1 {
		font-size: 10rem;
		width: 100%;
	}
}

@media screen and (min-width: 540px) and (max-width: 1400px) {
	header h1 {
		font-size: 13rem;
		width: 100%;
	}

	.container p {
		font-size: 5rem;
		width: 90%;
		min-width: 90%;
		margin: 60px auto;
	}
}

@media screen and (max-width: 540px) {
	#contactus h3 {
		font-size: 5rem;
		width: 90%;
		min-width: 90%;
		margin: 60px auto;
	}

	#contactus .formcontainer {
		width: 100%;
		max-width: 100%;
	}

	#contactus .contactform {
		margin: 0 80px;
		padding-bottom: 80px;
	}

	#contactus input,
	.contactform textarea,
	.contactform input.subtext,
	.contactform select,
	.contactform input::placeholder,
	contactform textarea::placeholder {
		font-size: 3rem;
	}

	#contactus .button {
		font-size: 2rem;
	}
}

@media screen and (min-width:800px) and (max-height: 500px) {
	header {
		height: 100vh
	}

	header h1 {
		font-size: 10rem;
		width: 100%;
	}

	.container {
		box-shadow: 0px 0px 120px 0px #000;
	}
}

@media screen and (min-width:1024px) {
	header {
		height: 75vh;
	}

	#contactus .formcontainer {
		width: 50%;
		max-width: 600px;
		min-width: 300px;
		height: min-content;
		margin: 0 auto 40px;
		padding-bottom:50px;
	}

	#contactus h3 {
		font-size: 3rem;
		width: 100%;
		min-width: 340px;
		max-width: 650px;
		text-align: center;
		font-weight: 400;
	}

	.contactform textarea, .contactform input::placeholder, .contactform textarea::placeholder,
	.contactform input.subtext, .contactform select,
	.formbuttonbar #ertmobilehonp,
	.formbuttonbar #cutpasswdmsg {
		font-size: 20px;
	}

	#contactus .button {
		font-size: 15px;
	}
}
