p, h1, label, a, button, input {
	font-family: 'Lato', sans-serif;
}

h1 {
	font-weight: 900;
	font-size: 1.8rem;
	color: #003E70;
	margin-bottom: 1.1rem;
	text-align: center;
	width: 100%;
}

p {
	font-weight: 400;
	font-size: 0.95rem;
	margin-bottom: 2rem;
	line-height: 1.6;
}

label {
	font-weight: 700;
	font-size: 0.9rem;
}

nav {
	width: 100%;
	height: 2.375rem;
	background: #F47121;

	display: flex;
}

nav > img {
	height: 3.156rem;
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow-x: hidden;
	padding: 0 2.5rem;
}

main > form {
	width: 100%;
	max-width: 35rem;
	display: flex;
	flex-direction: column;
}

main > form > input {
	margin-bottom: 1rem;
	box-shadow: inset 0px 2px 3px #0000000D;
  background: #FFF;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 0.3rem 0.6rem;
}

main > form > label {
	margin-bottom: 0.225rem;
}

input[type="checkbox"] {
	accent-color: #F47121;
  flex-shrink: 0;
}

input[type="checkbox"]:checked {
	color: #FFF;
}

main > form > label[for="accept"] {
	padding: 0.8rem 0 0.4rem 0;
  display: flex;
  align-items: flex-start;
}

main > form > label[for="newsletter"] {
	padding: 0.4rem 0 1.6rem 0;
  display: flex;
  align-items: flex-start;
}

main > form > label[for="accept"] > div,
main > form > label[for="newsletter"] > div {
  line-height: 1.6;
  padding-left: 0.5rem;
  margin-top: -0.1rem;
}

.hero {
	width: calc(100% + 5rem);
	max-width: 40rem;
	object-fit: cover;
	margin-bottom: -1.75rem;
	position: relative;
	z-index: -1;
}

.intro {
	text-align: center;
	width: 26rem;
	max-width: 100%;
}

button {
	-webkit-appearance: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;

	user-select: none;
	box-shadow: none;
	border: transparent;

	border-radius: 5px;
	align-self: flex-start;
	padding: 0.6rem 1.75rem;
	color: #FFF;
	background: #F47121;
	font-size: 1rem;
	font-weight: 700;

	margin-bottom: 1.5rem;
}

button:focus, button:active {
	background: #d3570a;
}

a {
	color: #F47121;
}
