@charset "UTF-8";

html, body {

	font-family: "open-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #020001;
	color: #ffffff;

}

h1 {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 60px;
	margin-top: 40px;
}

h2 {
	color: #fbd437;
	margin-top: 0;
}

h3 {
	font-size: 1.5rem;
}

p {
	color: #ffffff;
}

a {
	color: #fbd437;
	text-decoration: none;

}

.plain a {
	color: #ffffff;
	text-decoration: none;

}

.plain a:hover {
	color: #ffffff;
	text-decoration: none;

}

a:hover {
	color: #fbd437;
	opacity: 0.5;

}

.phone {
	font-size: 50px;
}

.email {
	font-size: 40px;
}

.space {
	margin: 25px 0;
}

.download i {
	font-size: 40px;
	color: #fbd437;
}
.alt-list {
	list-style: none;     /* remove bullet points */
	padding: 0;
	margin: 0;
}

.alt-list {
	list-style: none;   /* remove bullets */
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}



/* start with white text */
.alt-list li:nth-child(odd) {
	color: #fff;
	font-size: 1.25rem;
	margin: 5px 0;
}

/* second item yellow */
.alt-list li:nth-child(even) {
	color: #fbd437;
	font-size: 1.25rem;
	margin: 5px 0;
}

.cta h2 {
	margin-top: 25px;
	font-size: 3.5rem;
	color: #fff;
}