@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@1&display=swap');
@import "https://fonts.googleapis.com/css?family=Lato:300italic,700italic,300,700";

@font-face {
	font-family: "Gotika Black";
	src: url("../fonts/Gotika Black.ttf")
}

body {
	padding: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #9d9488;
	background-color: #181a1b;
	font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #d3cfc9;
	/* margin: 0 0 20px */
	margin: 0 0 0;
}

gbf {
	font-family: "Gotika Black";
	font-size: 34px
}

p,
ul,
ol,
table,
pre,
dl {
	margin: 0 0 20px;
}

p {
	line-height: 1.5;
}

b {
	line-height: 1.5;
}

h1,
h2,
h3 {
	line-height: 1.1
}

h1 {
	font-size: 28px
}

h2 {
	font-size: 24px;
	color: #393939
}

h3,
h4,
h5,
h6 {
	color: #bab4ab
}

tagline {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-size: 24px
}

.desc {
	font-family: 'Cormorant Garamond', serif;
	font-style: italic;
	font-size: 20px;
}

a {
	color: #47a3d1;
	font-weight: 400;
	text-decoration: none
}

a:hover {
	color: #49b0e4;
	text-decoration: underline
}

.wrapper {
	max-width: 900px;
	margin: 0 auto
}

blockquote {
	border-left: 1px solid #e5e5e5;
	margin: 0;
	padding: 0 0 0 20px;
	font-style: italic
}

code,
pre {
	font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
	color: #333;
	font-size: 12px
}

pre {
	padding: 8px 15px;
	background: #f8f8f8;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	overflow-x: auto
}

table {
	width: 100%;
	border-collapse: collapse
}

th,
td {
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #e5e5e5
}

dt {
	color: #444;
	font-weight: 700
}

th {
	color: #444
}

img {
	max-width: 100%
}

header {
	width: 268px;
	float: left;
	position: fixed
}

strong {
	color: #222;
	font-weight: 700
}

section {
	max-width: 800px;
	float: right;
	padding-bottom: 50px
}

small {
	font-size: 11px
}

hr {
	border: 0;
	background: #373c3e;
	height: 4px;
	margin: 0 0 20px
}

footer {
	width: 340px;
	float: left;
	position: fixed;
	bottom: 50px
}

.text {
	color: #888
}

.html {
	color: #093
}

.js {
	color: #F90
}

.ts {
	color: #0074c4
}

.php {
	color: #687ab1
}

.py {
	color: #0063a2
}

.star {
	color: #ffb803;
	line-height: 1em;
}

.drop {
	color: #F18787
}

.new {
	color: #58e278;
	font-weight: bold
}

.cs {
	color: #e258c2;
	font-weight: bold
}

.es {
	color: #ff793d;
	font-weight: bold
}

.dead,
.dead a,
.dead .js,
.dead .js,
.dead .html,
.dead .php,
.dead .py {
	color: #aaa;
}

.dead:before {
	content: "[dead]";
}

@media print,
screen and (max-width: 960px) {
	div.wrapper {
		width: auto;
		margin: 0
	}

	header,
	section,
	footer {
		float: none;
		position: static;
		width: auto
	}

	header {
		padding-right: 320px
	}

	section {
		border: 1px solid #373c3e;
		border-width: 1px 0;
		padding: 20px 0;
		margin: 0 0 20px
	}

	header a small {
		display: inline
	}
}

@media print,
screen and (max-width: 720px) {
	body {
		word-wrap: break-word;
	}

	header {
		padding: 0
	}

	header p.view {
		position: static
	}

	pre,
	code {
		word-wrap: normal
	}
}

@media print,
screen and (max-width: 480px) {
	body {
		padding: 15px
	}
}

@media print {
	body {
		padding: .4in;
		font-size: 12pt;
		color: #444
	}
}

.accordion {
	display: block;
}

.accordion:hover .drop-content {
	max-height: 300px;
}

.drop-content {
	display: block;
	-webkit-transition: max-height 0.8s cubic-bezier(0, 0, 0, 0.8);
	-moz-transition: max-height 0.8s cubic-bezier(0, 0, 0, 0.8);
	-ms-transition: max-height 0.8s cubic-bezier(0, 0, 0, 0.8);
	-o-transition: max-height 0.8s cubic-bezier(0, 0, 0, 0.8);
	transition: max-height 0.8s cubic-bezier(0, 0, 0, 0.8);
	overflow: hidden;
	max-height: 0;
}