@font-face {
  font-family: Volte;
  src: url(Volte-Variable.ttf) format(truetype);
  font-weight: 500 600;
  font-style: normal;
}

body {
    font-family: "Volte", Arial, sans-serif;
	color: #333132;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    //height: 100vh;
	font-size: 17px;
	letter-spacing: 0.01em;
}

.container {

}

.wideonly {
	display: none;
}

h2 {
	font-size: 1.3rem;
}

.container {
    text-align: left;
}

.coming-soon {
	position: relative;
	box-sizing: border-box;
    background-color: transparent;
	color: #E8E5E2;
    padding: 120px 0 0 0;
	border-radius: 0;
	overflow: hidden;
	mix-blend-mode: multiply;
}

.coming-soon:before {
	position: absolute;
	bottom: 0;
	content: "";
	z-index: -1;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-image: url("trainetiquette-bg-pattern.jpg");
	background-position: bottom;
	//transform: rotate(90deg) scale(1.2);
	opacity: 1;
	mix-blend-mode: soft-light;
}

.coming-soon:after {
	position: absolute;
	bottom: 0;
	content: "";
	z-index: -2;
	width: 100%;
	height: 100%;
    background-color: #00394F; /* This was the brown #88331B; /*rgba(167, 104, 70, 1);/*#A76846;*/
	//mix-blend-mode: multiply;
}

h1.logo {
	margin-bottom: 0;
	padding: 0;
	max-height: content;
}

.coming-soon h2,
.description p,
.description form,
.description h2,
.description nav,
nav.wideonly {
  margin: 0 2.4rem 0 155px;
}

.coming-soon h2,
.description p,
.description h2 {
  padding-bottom: 2.4rem;
  border-bottom: 1.5px solid #333132;
  margin-bottom: 2rem;
}

.coming-soon h2 {
  border-color: #E8E5E2;
}

.coming-soon h1 {
	padding-left: 60px;
	margin-bottom: -11px
}

h1.logo img {
	max-width: 180px;
}

#signup-form {
	margin-bottom: 3rem;
	position: relative;
}

h2.cta {
	border-bottom: 0;
	padding-bottom: 0;
}

#signup-form button {
	position: absolute;
	margin: -3.5rem -4rem 0 0;
	background-color: transparent;
    color: #333132;
    border: none;
    padding: 10px;
    cursor: pointer;
	right: 2.5rem;
}

input[type="email"] {
    width: 100%;
	padding-bottom: 0.5rem;
	text-align: left;
	height: 2rem;
	font-size: 1rem;
	background: transparent;
	color: #333132;
	border: 0;
	border-bottom: 1.5px solid #333132;
	border-radius: 0;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
	outline: 0;
}

.description {
	padding-top: 3rem;
	background-color: #E8E5E2;
	background-image: url("trainetiquette-track-pattern.png");
	background-repeat: repeat-y;
	background-size: 180px;
	background-position-x: 60px;
	background-position-y: 300px;
	min-height: 100%;
	padding-bottom: 2rem;
}

.description nav {
	//margin-bottom: 5rem;
}
.description nav a,
nav.wideonly a {
	color: #333132;
	text-decoration: none;
}
.description nav a svg,
nav.wideonly a svg {
	vertical-align: sub;
}
.description nav a span,
nav.wideonly a span {
	vertical-align: super;
	margin: 0.5rem;
}


@media screen and (min-width: 1024px) {

html > * {
	box-sizing: border-box;
}
html {
	height: -webkit-fill-available;
}
.mobileonly {
	display: none;
}
.wideonly {
	display: block;
}
nav.wideonly a {
	color: #E8E5E2;
	font-size: 0.9rem;
}
nav.wideonly a svg {
	width: 24px;
}
#signup-form button svg {
	//width: 36px;
}
.container {
	display: flex;
	flex-direction: row-reverse;
}
.coming-soon, .description {
	width: 50%;
	min-height: 90vh;
	padding-top: 100px;
}
.coming-soon:before {
	background-image: url("trainetiquette-bg-pattern-b.jpg");
}
.coming-soon:after {
	background-color: #00394F;
}
.description {
	background-image: url("trainetiquette-track-pattern-b.png");
	background-repeat: repeat-x;
	background-size: 81px;
	background-position-y: 581px;
}
.coming-soon h2, nav.wideonly, .description p, .description form, .description h2, .description nav {
	margin: 0 95px;
}

.coming-soon h1 {
	padding-left: 0;
	margin-bottom: 0;
}

.description p, h2.wideonly {
	height: 160px;
	padding-bottom: 1rem;
}
.coming-soon h2, .description h2 {
	min-height: 100px;
	padding-top: 1rem;
}
h2.wideonly {
	padding-top: 0;
}
nav.wideonly {
	margin-top: 1rem;
	height: 100px;
}
h1.logo {
	margin-top: 2rem;
}
h2 {
	font-size: 1.5rem;
}
	
}
