﻿.section {
	padding: 24px 24px 0 24px;
	position: relative;
}

.landing-background {
		background-color: #EA7602;
		background-size: cover;
		background-position: center bottom;
}

.landing-hero {
	position: relative;
	width: 100%;
}

.landing-hero-mask {
	overflow: hidden;
	position: relative;
}

.landing-hero-image {
	position: relative;
	display: block;
	width: 100%;
	transition: 0.025s;
}

	.landing-hero-image.elevated {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
	}

.under-hero {
	margin-top: 40px;
}

.download {
	height: 56px;
}

h1.title {
	font-size: 56px;
}

p.title {
	font-size: 20px;
	font-weight: bold;
}

p.landing-info {
	font-size: 18px;
		line-height: 140%;
}

@media all and (max-width: 600px) {
	.nav.h-stack {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-auto-flow: row;
		grid-row-gap: var(--spacing, 0);
		justify-items: center;
		max-height: 50px;
	}

	.under-hero {
		margin-top: 0;
	}

	.download {
		height: 0;
		width: 0;
	}

	h1.title {
		font-size: 36px;
	}

	p.title {
		font-size: 18px;
	}
}
