#content {
	/*width: 100%;*/
	margin-left: inherit;
	margin-right: inherit;
	/*margin-top: 0;*/
	/*margin-bottom: 0;*/
	max-width: none;
	/**zoom: 1;*/
	/*position: relative;*/
	padding-left: inherit;
	padding-right: inherit;
}

/* TODO: Move to global CSS */
.hide-title h2 {
	display: none;
}

/* Light background */
.sect1:nth-child(even) {
	width: 100%;
	/*background-color: #f7f7f8;*/
	background-color: white;
	color: #001824;
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* max-width: 62.5em; */
}

.sect1:nth-child(even) p {
	color: #001824;
}

/* Dark background */
.sect1:nth-child(odd):not(:first-child) p {
	color: white;
}
.sect1:nth-child(odd) h2 {
	color: white;
}

.sect1:nth-child(odd):not(:first-child) a {
	color: #00FF8A;
}
.sect1:nth-child(odd):not(:first-child) a:hover {
	color: #34CD9B;
}

.sect1 {
	margin-left: 0;
	margin-right: 0;
	padding-left: 10%;
	padding-right: 10%;
	/*max-width: 62.5em;*/
	color: #001824;
}

.sect1 h2 {
	margin-left: auto;
	margin-right: auto;
	font-family: 'Rajdhani', sans-serif;
	font-size: 2.3125em;
}

#header > h1 {
	color: white;
	border-bottom: none;
}

#preamble .sectionbody {
	margin-left: auto;
	margin-right: auto;
	max-width: 62.5em;
	color: white;
}

.sect1 .sectionbody {
	margin-left: auto;
	margin-right: auto;
}

.sect1 {
	padding-bottom: 5em;
	padding-top: 5em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

/* Hero section */
.sect1:first-child {
	background-image: url("../img/bird-outlines.svg");
	background-repeat: no-repeat;
	background-position: right;
}

/* Hero tagline */
.hero-tagline p {
	color: #00FF8A;
	font-family: 'Rajdhani', sans-serif;
	font-size: 4rem;
}

/* Hero title */
.hero-title p {
	color: white;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 2rem;
}

/* Hero list */
.hero-list p {
	color: white;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 1rem;
}

.hero-list ul {
	color: white;
}

/* Get started */
.hero-get-started {
	display: flex;
}

.hero-get-started ul {
	list-style: none;
	list-style-type: none;
}

.hero-get-started li {
	float: left;
}

/* All button */
.hero-get-started a {
	padding: 0 0.5rem;
	display: block;
	width: 10rem;
	height: 3.5rem;
	margin: 0.5rem;
	text-align: center;
	text-decoration: none;
	line-height: 3.5rem;
	font-size: 1.2rem;
	font-weight: bold;
}

/* Primary button */
.hero-get-started li:first-child a {
	background-color: #00FF8A;
	color: #001824;
}
.hero-get-started li:first-child a:hover {
	background-color: #34CD9B;
	color: #001824;
	text-decoration: none;
}

/* Secondary button */
.hero-get-started a, .hero-get-started a:visited {
	color: #00FF8A;
}
.hero-get-started li a:hover {
	color: #34CD9B;
	text-decoration: underline;
}

/* Get started */
.paragraph.get-started-step p {
	font-weight: bold;
	font-size: 1.6875em;
}

/* Additional styles */
.nokee-green {
	color: #00FF8A;
}
