body
{
	margin: 0 auto;
	max-width: 60em;
	line-height: 1.6;
	color: #444;
	padding: 0 1em
}

html
{
	font-family: helvetica;
	background-color: #EEE;
}

h1, h2, h3
{
	line-height: 1.2
}

.InputAddOn
{
	display: flex;
	max-width: 20em;
}

.InputAddOn-field
{
	flex: 1;
}

.InputAddOn-item
{
	background: #444;
	color: #ffffff;
	font-family: inherit;
	font-size: 1em;
	line-height: 2em;
	height: 2em;
	padding: 0 1.5em;
	border: none;
	cursor: pointer;
}

.InputAddOn-item:hover
{
	background-color: #1d1d1d;
}

#hero
{
	height: 100vh;
	display: flex;
	color: #EEE;
	justify-content: center;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
}

#particle
{
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0;
	background-color: #2391b6;
}

#scroll
{
	height: 2em;
	cursor: pointer;
}
a
{
	color: inherit;
	text-decoration: underline;
}

.box
{
	cursor: pointer;
	height: 10em;
	position: relative;
	overflow: hidden;
	flex: 0 0 14em;
	margin-bottom: 1em;
}

.box img
{
	position: absolute;
	transition: all 300ms ease-out;
	max-width: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	left: 0;
	right: 0;
}

.box .overbox
{
	background-color: #2391b6;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 100;
	transition: all 300ms ease-out;
	opacity: 0;
	width: 100%;
	height: 100%;
}

.box:hover .overbox
{
	opacity: 0.75;
}

.container
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.container svg
{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

footer
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer ul
{
	list-style: none;
	padding: 0;
}

footer ul li
{
	display: inline;
}

footer ul li img, footer ul li svg
{
	height: 1.25em;
}

#accordion
{
	list-style: none;
	padding: 0;
}

#accordion h3
{
	text-decoration: underline;
	cursor: pointer;
}

.section
{
	overflow: hidden;
}