/*

Kirby Starckiokit

Author:  Christopher Boutille
URL:     http://www.starck.io
Email:   contact@starck.io
Twitter: @starckio

*/


/* Reset
-------------------------------------------------- */
*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
				box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
	display: block;
}


/* Browser Update
-------------------------------------------------- */
.browserupdate {
	display: block;
	margin-bottom: 3em;
	padding: 2em;
	color: #fff;
	background-color: red;
	text-align: center;
}
.browserupdate a {
	color: #fff;
	text-decoration: underline;
}
.browserupdate a:hover {
	color: #fff;
	font-weight: 700;
}


/* Media
-------------------------------------------------- */
img {
	max-width: 100%;
	height: auto;
	display: block;
	border-style: none;
}
.img-left {
	float: left;
}
.img-right {
	float: right;
}
figcaption {
	font-size: .75rem;
	line-height: 1.5rem;
	color: #999;
}
iframe { max-width: 100% }
figure.video {
	margin: 0 0 4%;
	position: relative;
	padding-bottom: 55%;
	height: auto;
	overflow: hidden;
}
figure.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Links
-------------------------------------------------- */
a {
	color: black;
	text-decoration: none;
	cursor: pointer;
	transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
}
a:hover {
	color: silver;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
	content: "";
	display: table;
	clear: both;
}


/* Hidden
-------------------------------------------------- */
.uniform__potty,
.hidden {
	position: absolute !important;
	overflow: hidden !important;
	width: 0 !important;
	height: 0 !important;
	pointer-events: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  left: -9999px !important;
}


/* Site
-------------------------------------------------- */
html {
	height: 101%;
	font-family: monotype-grotesque, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0 auto;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.5em;
	padding: 1.5em;
	max-width: 75rem;
	background: white;
	color: black;
}

@media screen and (min-width: 55em) {
	body {
		padding: 3em;
	}
}


/* Header
-------------------------------------------------- */
.header {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 55em) {
	.header {
		  display: grid;
		  grid-template-columns: repeat(2, 1fr);
		  align-items: center;
	}
}

.logo {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
  display: block;
}
.logo a {
  display: inline-block;
  color: #FFF;
  padding: 0 .5em;
  background: #000;
}

/* Navigation
-------------------------------------------------- */
.menu {
  text-align: left;
  font-family: monotype-grotesque-condensed, sans-serif;
}
.menu a {
	display: block;
	color: silver;
}
.menu a:hover {
	color: black;
	text-decoration: none;
}
.menu .active {
	color: black;
}
.menu li {
	list-style: none;
}
.menu > li {
	position: relative;
	float: left;
}
.menu > li > a {
	padding: 0 1em 0 0;
	font-weight: 400;
}

@media screen and (min-width: 55em) {


	.menu > li > a {
		padding: 0 1em 0 .5em;
		border: 0;
	}
}


/* Headings
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 1.25rem;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 1rem;
	word-wrap: break-word;
}
h2 {
	font-size: 1.5em;
}
h3 {

}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 0.83em;
}
h6 {
	font-size: 0.67em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	border: 0 !important;
}


/* Main
-------------------------------------------------- */
.main {
	padding-bottom: 1.5em;
}
.main hr {
	margin: 3em 0;
	height: 2px;
	background: #ddd;
}
.main p:first-of-type,
.main figure:first-of-type,
.main ul:first-of-type,
.main ol:first-of-type {
	margin-top: 0;
}
.main p,
.main figure,
.main ul,
.main ol {
	margin: 1.5em 0;
}
.main li {
	margin-bottom: .5rem;
}
.main a:not(.pagination a) {
	border-bottom: 2px solid #ddd;
}
.main a:hover:not(.pagination a) {
	border-color: #222;
}

/* Text blocks */

.text {
	font-size: 1rem;
}

.text ul, .text ol {
	margin-left: 1em;
}
.text strong, .text b {
	font-style: normal;
	font-weight: 700;
}
.text em, .text i {
	font-style: italic;
}
.text blockquote {
	margin-bottom: 1em;
	padding-left: 1em;
	font-style: italic;
	border-left: 3px solid #111;
}
.text ol {
	list-style: decimal;
}
.text ul {
	list-style: square;
}
.text .amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
}
.text sup, .text sub {
	font-size: 65%;
	font-weight: 700;
	vertical-align: super;
}
.text sub {
	vertical-align: sub;
}
.text pre, .text code {
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1rem;
	line-height: 26px;
	font-weight: 600;
	border: 1px solid #ccc;
	background: #f8f8f8;
	border-radius: 4px;
}
.text pre {
	margin-top: 20px;
	padding: 10px 15px;
	overflow-x: scroll;
}
.text code {
	margin: 0 2px;
	padding: 3px 5px 2px 5px;
}
.text pre code {
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: inherit;
	border: none;
	background: none;
}

@media screen and (min-width: 55em) {

	.text {
		font-size: 1.15rem;
	}


}

/* Releases
-------------------------------------------------- */

.main ol {
  margin: 0;
}

.main ol li {
  display: inline-block;
  width: 100%;
  margin-bottom: 2em;
  vertical-align: top;
}

.main ol figure {
  margin: 0;
}

@media screen and (min-width: 55em) {
  .main ol li {
    width: 32%;
  }
}
