html, body {
	font-family: Inter, "Segoe UI", "Helvetica Neue", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #111;
}

h1 {
	line-height: 3.4rem;
}
	h2 {
		line-height: 2rem;
	}
	h3 {
		line-height: 2rem;
	}

a {
	color: #f33d2c;
}
	a:hover {
		color: #111;
	}

img {
	max-width: 100%;
}

section {
	margin-bottom: 120px;
}

.row {
	display: flex;
}
	.col {
		flex: 50%;
	}

.button {
	background: #f33d2c;
	color:  #fff;
	display: inline-block;
	padding: 13px 30px;
	min-width: 100px;
	border-radius: 5px;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	font-size: 1rem;
}
	.button:hover {
		background: #111;
		color: #fff;
	}

.grey {
	color:  #888;
}
.center {
	text-align: center;
}

.faq h2 {
	margin: 45px 0 20px 0;
}

.container {
	margin: 0 auto;
	padding: 15px;
	max-width: 1100px;
}

.logo img {
	max-height: 20px;
}

.nav .links {
	text-align: right;
}
	.nav .links a {
		display: inline-block;
		margin: 0 0 0 30px;
		color: #666;
		text-decoration: none;
	}
	.nav .links a:hover {
		color:  #f33d2c;
	}

.links a {
	margin: 0 30px;
}

.splash {
	margin: 15vh 0;
}
	.splash .title {
		margin-bottom: 10px;
		font-size: 2.7rem;
	}
	.splash .subtitle {
		margin-bottom: 45px;
	}

.box {
	box-shadow: 2px 2px 3px #eee;
	border:  1px solid #ddd;
	padding: 15px 30px;
	border-radius: 5px;
	max-width: 900px;
	margin: 0 auto 120px auto;
}

	.partners img {
		height: 30px;
	}
	.partners img.smallcase-logo, .partners img.streak-logo {
		height: 40px;
		position: relative;
		top: 7px;
	}
	.partners a {
		margin: 0 30px;
	}

.sdks a {
	margin: 0 15px;
}

.press a {
	margin: 0 30px;
}
.press img {
	filter: grayscale(100%);
	opacity: .4;
	max-height: 17px;
}

.footer {
	margin: 90px 0 60px 0;
	color: #888;
	font-size: 0.875rem;
}

@media(max-width: 800px) {
	.row {
		display:  block;
		text-align: center;
	}
	.col {
		margin-top: 15px;
	}
	.nav .links {
		margin-top: 15px;
		text-align: center;
	}
	.nav .links a {
		margin: 0 10px;
	}
}
