@charset "UTF-8";
html, body {
	margin: 0;
	font-size: 18px;
	font-family: "Red Hat Display", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	text-align: justify;
	line-height: 1.5;
	letter-spacing: 0.01rem;
}
h1 {
	font-family: "Figtree", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: 1.75rem 0 1rem;
	font-size: 1.625rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid #32ab47;
	color: #004d19;
}
h2 {
	font-family: "Saira", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	margin: -0.25rem 0 0.75rem;
	font-size: 1.5rem;
	font-weight: 550;
	letter-spacing: -0.01rem;
}
p {
	font-size: 1rem;
	margin: 0 0 0.75rem 0;
}
mark {
	background: linear-gradient(transparent 55%, #ffa 55% 100%, transparent 100%);
	color: #0f0f9f;
	font-weight: 550;
}
li {
	list-style: none;
	position: relative;
}
li:before {
	content: "";
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: inline-block;
	width: 1.5rem;
	height: 0.875rem;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11" fill="%230f0f9f"><path d="M12 0l-7 7-3-3-2 2 5 5 9-9Z"/></svg>') no-repeat;
}
.nobr {
	white-space: nowrap;
}
header {
	background-color: #fffcfc;
	border-bottom: 1px solid #c99;
}
#header {
	margin: 0 auto;
	padding: 1rem 1.75rem;
	display: flex;
	align-items: center;
	max-width: 1024px;
	white-space: nowrap;
}
#logo {
	width: 5rem;
	height: auto;
}
#name {
	color: brown;
	font-family: "Jura", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-size: 1.5rem;
	letter-spacing: normal;
	margin-left: 0.5rem;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}
#main {
	margin: 0 auto;
	padding: 0.75rem 1.75rem 2.75rem;
	max-width: 1024px;
}
#main a {
	font-weight: 550;
	color: #004d19;
	text-decoration: none;
	transition: opacity 100ms;
}
#main a:hover, #main a:focus, #main a:active {
	opacity: 0.7;
}
#motto {
	font-family: "Inter", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	line-height: 1.2;
	font-size: 2.25rem;
	letter-spacing: 0.02rem;
	text-align: center;
	margin-top: 1.5rem;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(120deg, #027ec4, #05b57a);
}
#main #typeduck-title {
	color: #b3850c;
}
#typeduck {
	width: 3rem;
	height: auto;
	vertical-align: middle;
	margin-right: 0.75rem;
	border: 1px solid #d4d0c7;
	border-radius: 0.5rem;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
	text-align: left;
}
td {
	padding-bottom: 0.5rem;
}
td:first-child {
	text-align: right;
	vertical-align: top;
	padding-right: 0.375rem;
	white-space: nowrap;
}
td:first-child span {
	border: 1px solid rgba(0, 255, 0, 0.4);
	border-radius: 9999px;
	padding: 1px 5px;
	background-color: rgba(0, 255, 0, 0.2);
	font-size: 0.875rem;
	color: #0f0f9f;
	font-weight: 550;
	vertical-align: 3%;
	text-align: right;
	user-select: none;
}
#main table a {
	font-weight: normal;
}
footer {
	font-size: 0.75rem;
	background-color: #333;
	color: white;
	text-align: center;
}
#footer {
	margin: 0 auto;
	padding: 3rem 1.75rem;
	max-width: 1024px;
}
@media (max-width: 768px) {
	html, body {
		font-size: 16px;
	}
}
@media (max-width: 640px) {
	html, body {
		font-size: 14px;
	}
}
@media (max-width: 540px) {
	html, body {
		font-size: 12px;
	}
}