html {
	font-size: 10px;
}

body {
	font-size: 1.6rem;
	font-family: "Avenir Next", Avenir, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}

.top-bar {
	height: 6.4rem;
	line-height: 6.4rem;
	text-align: center;
	background-color: white;
	border-bottom: 1px solid #eee;
	text-align: left;
}

.amp-logo {
	margin: 1.7rem 3.2rem 0;
	width: 20.1rem;
}

.headline {
	background: url("../images/header-radial-full.png") no-repeat center center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	position: relative;
	height: 30rem;
	color: #fff;
	font-size: 4rem;
	font-weight: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}

.headline h1 {
	padding: 0 5rem;
}

.copy {
	margin: 4rem auto;
	padding: 0 4rem;
	max-width: 80rem;
	line-height: 2.5;
}

.copy p {
	margin-bottom: 2rem;
}

.copy li {
	list-style: square;
	margin-left: 2rem;
}

.copy a {
	font-weight: 600;
	text-decoration: none;
	color: #36488e;
}

.headline::before {
	content: "";
	display: block;
	background-image: linear-gradient(to right, #3f77bb, #67368e, #67368e, #254292);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}