
body {
	color: #707070;
	width: 100%;
}

h1 {
	text-align: center;
	font-family: '-apple-system-headline', sans-serif;
	font-size: 60px;
	font-weight: 400;
	line-height: 40px;
}

h2 {
	text-align: center;
	font-family: '-apple-system-headline', sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 40px;
}

h3 {
	text-align: center;
	font-family: '-apple-system-headline', sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-left: 10%;
	margin-right: 10%;
}

div.center {
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	font-family: '-apple-system-subheadline', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

div.left {
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
	font-family: '-apple-system-subheadline', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

div.left-faq {
	margin-left: 10%;
	margin-right: 10%;
	text-align: left;
	font-family: '-apple-system-subheadline', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

div.spacer {
	height: 25px;
}

video.constrained {
	width: 100%;
	border-radius: 16px;
}

img.constrained {
	width: 100%;
	border-radius: 16px;
}

img.logo {
	width: 480px;
}

div.menu {
	margin-left: 10%;
	margin-right: 5%;
	word-spacing: 20px;
	text-align: right;
	font-family: '-apple-system-subheadline', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
}

a.plain:link {
	text-decoration: none;
	color: #707070;
}

a.plain:visited {
	text-decoration: none;
	color: #808080;
}

ul.faq-top {
	padding-bottom: 20px;
	line-height: 140%;
}

li.bold {
	font-weight: 600;
	padding-bottom: 20px;
}

li.normal {
	font-weight: 300;
	line-height: 140%;
}

/* phone */
@media(max-width:500px) {
	body {
		color: #505050;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 18px;
	}

	div.center {
		font-size: 16px;
	}

	div.left {
		font-size: 16px;
		margin-left: 6%;
		margin-right: 8%;
	}

	div.left-faq {
		font-size: 16px;
		margin-left: 0%;
		margin-right: 8%;
	}

	div.menu {
		word-spacing: 10px;
		font-size: 16px;
	}

	div.spacer {
		height: 18px;
	}

	img.logo {
		width: 270px;
	}
}

@media(min-width:1250px) {
	video.constrained {
		width: 1000px;
		border-radius: 16px;
	}

	img.constrained {
		width: 1000px;
		border-radius: 16px;
	}

}