body {
	font-family: "Lato", sans-serif;
	font-size: 1.125rem;
	color: #39393a;
	background-color: #e6e6e6;
}

h1 {
	font-family: "Roboto Mono", monospace;
}

p {
	line-height: 1.5;
}

a {
	padding: 3px 5px;
	text-decoration: none;
	color: #39393a;
	background: #e9d758;
}

a:hover {
	color: #fff;
	background: #ff8552;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	line-height: 1.5;
	margin-bottom: 0.5rem;
}

.main-wrapper {
	padding: 0 2rem 0 20rem;
}

.section,
.subsection {
	clear: both;
	padding-top: 1rem;
}

.section-title {
	margin: 0 0 1rem;
	font-family: "Roboto Mono", monospace;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
}

.subsection-title {
	margin: 0 0 0.5rem;
	font-family: "Roboto Mono", monospace;
	line-height: 1.5;
}

.image {
	max-width: 16rem;
	max-height: 16rem;
	box-shadow: 4px 4px 0px -0px #39393a;
}

.image-left {
	float: left;
	margin: 0 1.25rem 0.5rem -2rem;
}

.image-right {
	float: right;
	margin: 0 0 0.5rem 1.25rem;
}

.widget-wrapper {
	float: right;
	margin-left: 2rem;
}

ul.menu {
	font-family: "Roboto Mono", monospace;
}

ul.menu,
ul.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu {
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 2rem;
}

ul.menu li {
	position: relative;
	line-height: 1;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
}

ul.menu ul {
	position: absolute;
	left: 100%;
	top: 0;
}

ul.menu li a {
	display: block;
	padding: 1rem;
	color: #fff;
	background: #297373;
	text-decoration: none;
}

ul.menu li:hover a {
	color: #39393a;
	background: #e9d758;
}

ul.menu li:hover ul a {
	color: #2f3036;
	background: #e9d758;
}

ul.menu li:hover ul a:hover {
	color: #fff;
	background: #ff8552;
}

ul.menu li ul {
	display: none;
}

ul.menu li ul li {
	display: block;
	float: none;
}

ul.menu li ul li a {
	width: 20rem;
}

ul.menu li a:hover + .hidden,
.hidden:hover {
	display: block;
}

.show-menu {
	text-decoration: none;
	color: #fff;
	background: #ff8552;
	text-align: center;
	padding: 0.75rem 0;
	display: none;
}

input[type="checkbox"]#show-menu {
	display: none;
	-webkit-appearance: none;
}

input[type="checkbox"]#show-menu:checked ~ .menu {
	display: block;
}

@media screen and (max-width: 760px) {
	.main-wrapper {
		padding: 1rem;
	}

	.widget-wrapper {
		float: none;
		margin: 0;
	}

	.image-left,
	.image-right {
		max-width: 100%;
		max-height: 100%;
		float: none;
		margin: 0 0 1rem;
	}

	ul.menu {
		display: none;
		overflow: hidden;
		position: static;
		top: auto;
		left: auto;
		margin: 0 0 1rem;
	}

	ul.menu ul {
		position: static;
		left: auto;
	}

	ul.menu li {
		display: inline-block;
		float: left;
	}

	ul.menu li,
	ul.menu li a {
		width: 100%;
	}

	ul.menu li:hover a {
		color: #fff;
		background: #297373;
	}

	.show-menu {
		display: block;
	}
}
