@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local(''),
	   url('../fonts/rubik-v12-latin-regular.woff2') format('woff2'),
	   url('../fonts/rubik-v12-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local(''),
	   url('../fonts/rubik-v12-latin-500.woff2') format('woff2'),
	   url('../fonts/rubik-v12-latin-500.woff') format('woff');
}

* {
	margin: 0;
}

body {
	margin: 0 auto;
	color: #141F34;
	font-family: 'Rubik', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
	background-color: #F2F2F7;
	/* max-width: 1600px; */
}

.page {
	background-color: #141F34;
}

article {
	max-width: 600px;
	margin: auto;
	color: white;
}

article a {
	color: white;
}

.container {
	max-width: 1600px;
	margin: auto;
}

.nav {
	background-color: #141F34;
}


.nav-items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	max-width: 90%;
	margin: 0 auto;
}

.nav-link {
	/* text-align: right; */
	text-decoration: none;
	color: white;
	margin-right: 100px;
}

.nav-link:hover {
	text-decoration: underline;
}

.head {
	display: flex;
	flex-direction: column;
	background-color: #141F34;
	justify-content: space-between;
}

.hero {
	/* height: 400px; */
	/* background-color: #141F34; */
	display: flex;
	flex-direction: row-reverse;
	/* flex-wrap: wrap; */
	align-items: center;
	justify-content: space-between;
	max-width: 90%;
	margin: 0 auto;
}

.text-is-dark {
	color: #141F34;
}

.text-is-light {
	color: white;
}

.text-is-centered {
	text-align: center;
}

.hero-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	z-index: 5;
}

.hero-image {
	align-self: flex-end;
	margin-left: auto;
	margin-right: 80px;
	/* margin-top: 40px; */
	z-index: 5;
	
	max-width: 60%;
}

.hero-image img {
	max-width: 100%;
}


.hero-title {
	margin-top: 20px;
	margin-bottom: 20px;
	/* align-self: flex-start; */
}

.hero-background {
	/* z-index: 3;
	position: absolute;
	min-width: 100vw;
	max-width: 100vw; */
	background-color: #141F34;
	/* margin: 0; */
	/* left: 0; */
	/* right: 0; */
}

p {
	margin: 10px 0 10px 0;
}

.title {
	font-weight: 500;
	font-size: 36;
}

.subtitle {
	font-weight: 500;
	font-size: 24px;
	letter-spacing: -0.58px;
	max-width: 400px;
}

.caption {
	font-size: 14px;
}

.reviews {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 80%;
	/* margin: 0 auto 20px; */
	padding-top: 20px;
	margin: 0 auto;
}

.review {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	max-width: 300px;
	min-width: 300px;
	text-align: center;
	letter-spacing: -0.5px;
	margin: 40px auto;
}

.review-text {
	font-size: 21px;
	margin-top: 28;
}

.review-attribution {
	font-size: 21px;
	opacity: 0.6;
}

.is-primary {
	opacity: 1.0;
}

.is-secondary {
	opacity: 0.6;
}

.is-tertiary {
	opacity: 0.3;
}

.feature-container {
	/* width: 100%; */
	max-width: 1600px;
	margin: auto;
	/* height: 600px; */
	overflow: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.feature-content {
	max-width: 80%;
	margin: 30px auto 20px;
}

.feature-screenshot {
	margin-top: 30px;
	margin-bottom: 30px;
}

#features .feature-background:nth-child(odd) {
	background: #ffffff;
}

h1 {
	font-weight: 500;
	font-size: 24px;
	margin: 0;
}

.feature-desc {
	font-weight: 400;
	font-size: 16px;
}

footer {
	padding-top: 40px;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #F2F2F7;
}

.footer-links {
	list-style: none;
	text-align: center;
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-links li:not(:last-child) {
	margin-bottom: 10px;
}

.info {
	background-color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-links li a {
	color: #000000;
	opacity: 60%;
	text-decoration: none;
}

.footer-links li a:hover {
	opacity: 80%;
}

.attribution {
	background-color: #141F34;
	margin: 0;
	width: 100%;
}

.trademarks {
	margin: auto;
	max-width: 600px;
	color: white;
	opacity: 0.3;
	text-align: center;
	font-size: 11pt;
	line-height: 150%;
	padding-bottom: 16px;
}

.copyright {
	color: white;
	font-size: 16;
	text-align: center;
	margin: auto;
	padding-top: 16px;
	padding-bottom: 16px;
}

.copyright a {
	text-decoration: none;
	color: white;
}

.content {
	max-width: 600px;
	margin: auto;
}

.col-3 img {
	border: 1px solid #eaeaea;
}


/* Desktop Rules */
@media only screen and (min-width: 500px) {
	.hero-image {
		margin-bottom: -40px;
	}
	
	.hero-background {
		max-height: 620px;
	}
	
	.download-badge {
		margin-top: 60px;
	}
	
	.logo {
		margin-left: 20pt;
		margin-top: 20pt;
	}
	
	.nav-link {
		margin-top: 20pt;
	}
}

/* Mobile Rules */
@media only screen and (max-width: 500px) {
	.head {
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}
	
	/* .hero {
		min-height: 100vh-40pt;
		min-height: -webkit-fill-available;
	} */
	
	.hero {
		flex-wrap: wrap;
	}
	
	.hero-content {
		margin-top: -40px;
	}
	
	.reviews {
		margin-top: 20px;
	}
	
	.logo {
		margin-left: 16pt;
		margin-top: 16pt;
		max-width: 40%;
	}
	
	.nav-link {
		margin-top: 16pt;
		margin-right: 16pt;
	}
}

/* Made from 100% recycled bits. */
