
body {
  margin: 0;
  padding: 0;
  font-family: system-ui;
}

main > h1 {
	padding-left: 5%;
	padding-right: 5%;
}

header {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}

header img {
	display: block;
	width: 100%; height: auto;
}

header h1 {
    font-size: 3.5vw; text-align: center; font-weight: 500; color: #ffffff80;
    position: absolute; top: 5%; left: 5%;
}

header h2 {
    font-size: 5vw; text-align: center; font-weight: 500; color: #ffffff;
    position: absolute; top: 20%; left: 5%;
}

header p {
    font-size: 3.5vw; text-align: center; font-weight: 300; color: #ffffff;
    position: absolute; bottom: 10%; left: 5%;
}

header nav {
    display: inline-block;
    padding: 16px;
    position: absolute;
    top: 0; left: 0; right: 0;
}

nav a {
	color: #ffffffc0;
	text-decoration: none;
	margin: 12px;
	font-size: 13px;
}

a.current {
    opacity: 0.5;
}

h1 { font-size: 24px; text-align: center; font-weight: 300; }
h1 strong { font-size: 40px;}

main section { padding: 16px 5% 16px 5% }
main section h1 { text-align: start; font-weight: 600; }
main section h2 { text-align: start;font-size: 18px; font-weight: 600; }
main section:nth-child(even) {
    background-color: #f4f4f4;
}
p { font-size: 18px; line-height: 24px; opacity: 66%; }

li {
	font-size: 18px;
	margin: 8px 0 8px 0;
	opacity: 66%;
}

hr {
	background-color: #d8d8d8;
	border: none;
	height: 1px;
}

footer {
    text-align: center;
    font-size: 12px;
    color: #808080;
    padding: 20px;
    margin-top: 20px;
    text-decoration: none;
}

footer a {
    text-decoration: none;
    color: #808080;
}

.big-p { font-size: 20px; line-height: 26px; }

.badge { height: 40px; margin: 0 auto; display: block; }

@media (prefers-color-scheme: dark) {
}

@media screen and (min-width: 600px) {
	p { font-size: 18px; line-height: 24px; }

	.big-p { font-size: 20px; line-height: 30px; }
}
