* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	color: #333;
	background-color: #fff;
	font-size: 100%;
	/* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
	/* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	padding: 1rem;
}

footer {
	border-top: 1px solid #eee;
	/* background-color: #f2f2f2; */
	text-align: center;
	padding: 3rem 1rem;
}

.wrap {
	padding-bottom: 6rem;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}

p {margin: 1rem 0;}
h1 {margin: 0 0 1rem 0;line-height: 1.25;}
h2 {margin: 1.75rem 0 1.25rem 0;line-height: 1.25;}
h3 {margin: 0.75rem 0 0.25rem 0;line-height: 1.25;}

img {
	max-width: 100%;
	margin: 0 auto 0 auto;
}

ul ul, ol ol {
	margin-left: 1rem;
	margin-bottom: 0;
}

a, a:visited {
	color: darkcyan;
	color: #556cd6;
	font-weight: bold;
	text-decoration: none;
}

i {
	background: #eee;
	padding: 0 2px;
}

em {
	background: #fff7ab;
	padding: 0 2px;
}

main a {
	color: #556cd6;
	font-weight: bold;
}

main {
  padding: 3rem 0;
}

aside {
	padding: 3rem 0;
}

header {
	padding: 1rem 0;
	/* background: darkcyan; */
	/* background-image: linear-gradient(to right, rgb(0, 140, 255) 0%, cyan 100%); */
	/* background-image: linear-gradient(90deg,#33cc80,#0a8bc2); */
	border-bottom: 1px solid #eee;
}

header:after {
	content: "";
	display: table;
	clear: both;
}

table {
  margin: 1em 0;
}

table td,
table th {
  padding-right: 1em;
}

pre,
code {
  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
  line-height: 1.5;
}
pre {
  font-size: 14px;
  line-height: 1.375;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding: 1rem !important;
  margin: 0 0 1rem -1rem !important;
  background-color: #f6f6f6;
  border-radius: 3px;
}
.highlight-line {
  display: block;
  padding: 0.125em 1em;
  text-decoration: none; /* override del, ins, mark defaults */
  color: inherit; /* override del, ins, mark defaults */
}

/* allow highlighting empty lines */
.highlight-line:empty:before {
  content: " ";
}
/* avoid double line breaks when using display: block; */
.highlight-line + br {
  display: none;
}

.highlight-line-isdir {
  color: #b0b0b0;
  background-color: #222;
}
.highlight-line-active {
  background-color: #444;
  background-color: hsla(0, 0%, 27%, .8);
}
.highlight-line-add {
  background-color: #45844b;
}
.highlight-line-remove {
  background-color: #902f2f;
}

p, ul, ol, img, table {
	margin-bottom: 1rem;
}

/* Header */
.home {
	padding: 0 1rem;
	margin: 0;
	font-size: 1rem;
}

.home a {
	color: azure;
	color: #333;
	text-decoration: none;
}

/* Nav */
.nav {
  padding: 0;
  list-style: none;
  float: left;
  margin-left: 1em;
}
.nav-item {
  display: inline-block;
  margin-right: 1em;
}
.nav-item a[href]:not(:hover) {
  text-decoration: none;
}
.nav-item-active {
  font-weight: 700;
  text-decoration: underline;
}

/* Posts list */
.postlist, .postlist ol li {
	list-style: none;
}

a.postlist-link {
	background: #f8f8f8;
  display: block;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
  margin-bottom: 0.5rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-weight: normal;
  color: #333;
  font-size: 0.875rem;
}

.postlist-link:hover {
	background: #fbfbfb;
}
.postlist-item-active > a.postlist-link {
	/* background: #0a8bc2; */
	/* background: lighten(#0a8bc2, 10%); */
	background: #e3ecf3;
	border-left: 0.125rem solid #556cd6;
	/* color: #fff; */
	/* color: #556cd6; */
  /* font-weight: bold; */
}

.postlist li li a {
	font-size: 0.75rem;
}

/* Tags */
.tag {
  display: inline-block;
  vertical-align: text-top;
  text-transform: uppercase;
  font-size: 0.625em; /* 10px /16 */
  padding: 2px 4px;
  margin-left: 0.8em; /* 8px /10 */
  background-color: #666;
  color: #fff;
  border-radius: 0.25em; /* 3px /12 */
  text-decoration: none;
}
a[href].tag,
a[href].tag:visited {
  color: #fff;
}

/* Warning */
.box {
  background-color: #f2f2f2;
  background-color: #fafafa;
  padding: 0.5rem 1.5rem;margin: 1rem 0;
  border-left: 0.25rem solid #999;
  border-radius: 2px;
  /* box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); */
}

.box-yellow {
	border-left-color: #f7f775;
	background:#fcfcd8;
}

/* Direct Links / Markdown Headers */
.direct-link {
  text-decoration: none;
  margin-left: .1em;
}

a[href].direct-link,
a[href].direct-link:visited {
  /* color: transparent; */
  color: #eee;
  transition: all 0.2s ease-in-out;
}

a[href].direct-link:focus,
a[href].direct-link:focus:visited,
:hover > a[href].direct-link,
:hover > a[href].direct-link:visited {
  color: darkcyan;
}

.caption {
	font-style: italic;
	color: #666;
	border-left: 0.25rem solid #ddd;
	padding-left: 0.5rem;
	margin: -1rem 0 2rem;
}

.toc {
	padding: 1rem 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	/* font-weight: bold; */
}

.toc ol {
	list-style-type: none;
}

.toc a {
	font-weight: normal;
}

@media screen and (min-width:800px) {
	body {
		padding: 0;
	}

	.wrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 50em;
		margin: 0 auto;
	}

	aside {
		/* flex-grow: 1; */
		width: 25%;
		/* background: #f8f8f8; */
		/* padding: 1rem; */
	}

	main {
		/* flex-grow: 2; */
		margin-left: 3rem;
		width: 70%;
	}
}
