body {
	font-family: 'Nunito', sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Navigation */
nav {
	background-color: #fff;
	border-bottom: 1px solid #eee;
	padding: 16px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 960px;
	margin: 0 auto;
}

nav .nav-links {
	display: flex;
	gap: 32px;
}

nav .nav-links a {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: rgb(130, 130, 130);
	text-decoration: none;
	transition: color 0.2s;
}

nav .nav-links a:hover {
	color: rgb(67, 224, 174);
}

h1 {
	font-family: 'Nunito', sans-serif;
	font-size: 78px;
	color: rgb(67, 224, 174);
	font-weight: 700;
	text-align: center;
}

h2 {
	font-family: 'Nunito', sans-serif;
	font-size: 40px;
	color: rgb(70,70,70);
	font-weight: 700;
	text-align: center;
	margin-top: 40px;
}

h3 {
	font-family: 'Nunito', sans-serif;
	font-size: 30px;
	color: rgb(130,130,130);
	font-weight: 400;
	text-align: center;
	margin-top: 40px;
}

h4 {
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	color: rgb(150,150,150);
	font-weight: 400;
	text-align: center;
	line-height: 30px;
}

h5 {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: rgb(210,210,210);
	font-weight: 400;
	text-align: center;
	line-height: 30px;
}

ul {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	color: rgb(210,210,210);
	font-weight: 400;
	text-align: left;
	line-height: 30px;
	margin-left: 10%;
	margin-right: 10%;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

.app-icon {
	border-radius: 15px;
	width: 100px;
	height: 100px;
}

.center {
	text-align: center;
}

.max {
	max-height: 200px;
	max-width: 200px;
	margin-top: 25px;
}

.container {
	padding-left: 40px;
	padding-right: 40px;
}

.col {
	max-width: 540px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* Featured company logos */
.logo-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 24px 32px;
	margin: 10px 0 40px 0;
}

.logo-grid a {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.2s;
}

.logo-grid a:hover {
	opacity: 0.5;
}

.logo-grid img {
	height: 28px;
	width: auto;
}

.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

#hero {
	text-align: center;
	height: 100px;
	vertical-align: center;
	padding-top: 20px;
}

#story {
	color: rgb(70,70,70);
	font-size: 30px;
	text-align: left;
	height: 100px;
	vertical-align: center;
	padding-top: 20px;
}

.places {
	width: 380px;
}

.place {
	height: 140px;
	width: 180px;
	line-height: 120px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

.place img {
	max-height: 84px;
	max-width: 84px;
	line-height: 84px;
}

/* Blog listing styles */
.blog-container {
	max-width: 640px;
	margin: 0 auto;
	padding: 40px 40px;
	text-align: left;
}

.blog-container h1 {
	font-size: 42px;
	color: rgb(67, 224, 174);
	text-align: left;
	margin-bottom: 8px;
}

.blog-container .subtitle {
	font-size: 18px;
	color: rgb(180, 180, 180);
	margin-bottom: 48px;
}

.blog-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-list li {
	margin-bottom: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #eee;
}

.blog-list li:last-child {
	border-bottom: none;
}

.blog-list a {
	text-decoration: none;
}

.blog-list .post-title {
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: rgb(70, 70, 70);
	margin: 0 0 8px 0;
	transition: color 0.2s;
}

.blog-list a:hover .post-title {
	color: rgb(67, 224, 174);
}

.blog-list .post-date {
	font-size: 14px;
	color: rgb(180, 180, 180);
	margin: 0 0 12px 0;
}

.blog-list .post-excerpt {
	font-size: 16px;
	color: rgb(130, 130, 130);
	line-height: 1.6;
	margin: 0;
}

/* Blog post page */
.post-container {
	max-width: 640px;
	margin: 0 auto;
	padding: 40px 40px;
	text-align: left;
}

.post-container h1 {
	font-size: 36px;
	color: rgb(70, 70, 70);
	text-align: left;
	margin-bottom: 8px;
	font-weight: 700;
}

.post-container .post-meta {
	font-size: 14px;
	color: rgb(180, 180, 180);
	margin-bottom: 40px;
}

.post-container .post-body {
	font-size: 18px;
	color: rgb(90, 90, 90);
	line-height: 1.8;
}

.post-container .post-body p {
	margin-bottom: 24px;
}

.post-container .post-body h2 {
	font-size: 28px;
	color: rgb(70, 70, 70);
	text-align: left;
	margin-top: 48px;
	margin-bottom: 16px;
}

.post-container .post-body h3 {
	font-size: 22px;
	color: rgb(70, 70, 70);
	text-align: left;
	margin-top: 36px;
	margin-bottom: 12px;
	font-weight: 600;
}

.post-container .post-body a {
	color: rgb(67, 224, 174);
	text-decoration: none;
}

.post-container .post-body a:hover {
	text-decoration: underline;
}

.post-container .back-link {
	display: inline-block;
	margin-top: 48px;
	font-size: 16px;
	color: rgb(67, 224, 174);
	text-decoration: none;
}

.post-container .back-link:hover {
	text-decoration: underline;
}

/* Link list styles (advice, reading) */
.link-list-container {
	max-width: 640px;
	margin: 0 auto;
	padding: 40px 40px;
	text-align: left;
}

.link-list-container h1 {
	font-size: 42px;
	color: rgb(67, 224, 174);
	text-align: left;
	margin-bottom: 8px;
}

.link-list-container .subtitle {
	font-size: 18px;
	color: rgb(180, 180, 180);
	margin-bottom: 48px;
}

.link-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.link-list li {
	margin-bottom: 28px;
	padding-bottom: 28px;
	border-bottom: 1px solid #eee;
}

.link-list li:last-child {
	border-bottom: none;
}

.link-list a {
	text-decoration: none;
}

.link-list .link-title {
	font-family: 'Nunito', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: rgb(70, 70, 70);
	margin: 0 0 6px 0;
	transition: color 0.2s;
}

.link-list a:hover .link-title {
	color: rgb(67, 224, 174);
}

.link-list .link-desc {
	font-size: 16px;
	color: rgb(130, 130, 130);
	line-height: 1.6;
	margin: 0;
}

.link-list .link-source {
	font-size: 13px;
	color: rgb(190, 190, 190);
	margin: 6px 0 0 0;
}

.link-list .link-tldr {
	font-size: 14px;
	color: rgb(160, 160, 160);
	line-height: 1.5;
	margin: 10px 0 0 0;
	font-style: italic;
}

@media screen and (max-width: 547px) {

	nav {
		padding: 12px 20px;
	}

	nav .nav-links {
		gap: 20px;
	}

	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 15px;
	}

	h5 {
		font-size: 12px;
	}

	.max {
		max-width: 150px;
		max-height: 150px;
	}

	.logo-grid {
		gap: 16px 24px;
	}

	.logo-grid img {
		height: 22px;
	}

	.place {
		height: 100px;
	}

	.place img {
		max-height: 50px;
		max-width: 50px;
		line-height: 50px;
	}

	.blog-container {
		padding: 24px 20px;
	}

	.blog-container h1 {
		font-size: 32px;
	}

	.post-container {
		padding: 24px 20px;
	}

	.post-container h1 {
		font-size: 28px;
	}

	.link-list-container {
		padding: 24px 20px;
	}

	.link-list-container h1 {
		font-size: 32px;
	}
}
