
@font-face {
  font-family: "Skia-Regular";
  src: url("./font/Skia.otf") format("opentype"), url("./font/Skia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html, body {
	margin: 0px;
	padding: 0px;
}
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	font-size: 62.5%;

  background-color: #111;
/*	background-size: cover;*/
	background-attachment: fixed;
  background-image:
  	radial-gradient(circle at bottom left, #0b111f, transparent 43%),
  	radial-gradient(circle at bottom right, #0b111f, transparent 43%),
  	radial-gradient(circle at top center, #1f1b14, transparent 400px);
/*  	radial-gradient(circle at 50% 50%, #141414, #141414 100%);*/

	/*
	background-size: cover;
	background-attachment: fixed;
	background-image:
		radial-gradient(circle at -25% -50%, #0d1117 36%, rgba(13, 17, 23, 0) 48%),
		radial-gradient(circle at -25% 150%, #0d1117 45%, rgba(13, 17, 23, 0) 89%),
		radial-gradient(circle at -25% -100%, rgba(13, 17, 23, 0) 55%, rgba(13, 17, 23, .28) 65%, rgba(13, 17, 23, 0) 68%),
		radial-gradient(circle at -33% -75%, #1f00cc 48%, rgba(131, 5, 49, 0) 56%),
		radial-gradient(circle farthest-side at 0 -50%, rgba(13, 17, 23, 0) 64%, rgba(1, 2, 36, .4) 69%, rgba(13, 17, 23, 0) 81%),
		radial-gradient(circle at 0 -50%, rgba(13, 17, 23, 0) 33%, #010c5f 51%, rgba(13, 17, 23, 0) 72%);*/
}

#bg {
	position: absolute;
	top:0px; left:0px; right:0px; bottom:0px;
	z-index:0;
	overflow: hidden;
}

.home main {
	position: absolute;
	top:0px; left:0px;
	width: 100%;
	height: 100%;
	min-width: 320px;
	min-height: 500px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home figure {
	width: 75%;
	max-width: 400px;
	aspect-ratio: 400 / 382;
	background-image: url(../images/g.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0;
	align-self: center;
}

.home header {
	text-align: center;
	color: #eee;
	margin: 1em;
}

.home main, menu {
	font-family: "Skia-Regular";
	font-size: 16px; font-size: 1.6rem;
	letter-spacing: 1px;
}

menu {
	margin: 1em;
	padding: 0;
}
menu ul {
	margin: 0;
	padding: 0;
  list-style:none;
}
menu li {
	margin: 0;
	padding: .5em;
	display: inline-block;
	white-space: nowrap;
}

menu a {
	text-decoration: none;
}
menu a,
menu a:visited {
	color: #eee;
}
menu a:hover,
menu a:active {
	color: #9eabc5;
}

menu a svg {
	vertical-align: bottom;
	fill: #ddd;
}
menu a:hover svg {
	fill: #9eabc5;
}

.home menu ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.inner menu {
	display:flex;
	flex-wrap: wrap;
	margin: 1em auto 0 auto;
	width: 100%;
	max-width: 900px;
/*	border-bottom: #9eabc5 solid 1px;*/
	align-items: baseline;
}
.inner menu ul {
	white-space: nowrap;
	flex: 0 1 auto;
}

.inner menu #home a {
	font-size: 1.5em;
}

.inner menu ul#primary {
	flex: 1 1 auto;
}

@media (max-width: 768px) {
	.inner menu.top {
		flex-direction: column;
		align-items: center;
	}
	.inner menu.top #external svg {
		width: 20px;
	}
}

.inner main, .inner footer {
/*	font-family: HelveticaNowMTText, Lucida Sans, Lucida Grande, Lucida Sans Unicode, Trebuchet MS, sans-serif;*/
/*	font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;*/
/*	font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;*/
font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif; 

	font-size: 16px; font-size: 1.6rem;
	letter-spacing: 0.25px;
	color: #ddd;
}

.inner main {
  background-color: #3336;
	border-top: #9eabc5 solid 1px;
}

.inner main, .inner footer {
	margin: auto;
	padding: 1em;
	max-width: 900px;
}

.inner article {
	line-height: 1.5em;
}

.inner article.full {
	margin-top: 2em;
}

.inner footer {
	border-top: #9eabc5 solid 1px;
	color: #999;
	text-align: right;
}

.tags {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
.tags li {
	display: inline-block;
	margin: 0;
	margin-right: 1em;
	padding: 0;
}

figure.hero {
	border-radius: 5px;
  overflow: hidden;
  background: radial-gradient(circle at 39.93% 97.87%, #000000, transparent 100%),radial-gradient(circle at 56.71% 7.4%, #000000, transparent 66%),radial-gradient(circle at 48.21% 53.7%, #ababab, transparent 48%),radial-gradient(circle at 50% 50%, #000000, #000000 100%);
}
figure.hero div {
	display: block;
	width: 100%;
	background-size: contain;
}

article.summary {
	display: flex;
}
article.summary figure {
	flex: 0 0 25%;
  margin: 0 2em 0 0;
}
article.summary img {
  margin-top: 24px;
}

.markdown-body a[target="_blank"]::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.2em;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='currentColor' d='M7 3v2H2v11h11v-5h2v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6Zm11-3v8h-2V3.413l-7.793 7.794-1.414-1.414L14.585 2H10V0h8Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='currentColor' d='M7 3v2H2v11h11v-5h2v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6Zm11-3v8h-2V3.413l-7.793 7.794-1.414-1.414L14.585 2H10V0h8Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

