@charset "UTF-8";

/* =====  Reset & Normalization  ===================================== */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary {
  /* Add correct display for IE 9- and some newer browsers */
  display: block;
}

::-moz-selection {
  background: #ffe2ee;
  color: #000;
}

::selection {
  background: #ffe2ee;
  color: #000;
}


/* =====  Global Rules & Definitions  ===================================== */

@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
	font: 18px/1.35em 'Graphik', Helvetica, Arial, sans-serif;
	color: #000;
	background: #FFF;
	
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
	margin: auto;
	padding: 5rem 7rem;
}

h1, h2, h3, h4, h5, h6,
p, ul, ol, figure, pre {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

p {
	line-height: 1.35em;
}
	p + p,
	.text * + p, 
	blockquote + p {
		margin-top: 1.5em;
	}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

a:hover, a:focus, a:active {
  color: #555;
}

b, strong {
  font-weight: 500;
}

mark {
  padding: .1em .05em;
  margin: -.1em 0;
  color: #000;
  background: #eafded;
}

img {
	display: block;
  border-style: none;
  width: 100%;
  height: auto;
}

figcaption {
  font-size: .75rem;
  line-height: 1.5rem;
}

.button {
	display: inline-block;
	line-height: 1;
	
	padding: 1.15em 1.75em;
	border-radius: 2.5em;
	border: 1px solid #000;
}
.button:hover {
	color: #000;
	transform: translateY(-4px);
}




/* =====  Navigations  ===================================== */

[role="banner"] {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 2rem;
	margin-bottom: 6rem;
}

[role="banner"] .branding {
	width: 14rem;	
}
	[role="banner"] .branding a {
		display: block;
		border: 0;
	}
	[role="banner"] .branding svg {
		width: 100%;
	}

.navigation {
	margin-top: 0.25rem;
}
.navigation .menu-item {
	display: inline-block;
}
	.navigation .menu-item + .menu-item {
		margin-left: 2rem;
	}

.navigation .is-active a {
	color: #AAA;
}

.navigation a {
	border-bottom: 0;
}


.main {
	overflow: hidden;
}




/* =====  Articles  ===================================== */

.articles {
	overflow: hidden;
}

.articles > .article {
	width: 60%;
	float: right;
	margin-bottom: 1px;
}

.articles > * + * {
	margin-top: 8rem;
}

.article > .article-image,
.article > figure {
	display: block;
  overflow: hidden;
  margin-bottom: 2.5rem;
  border-radius: 3px;	
  border-bottom: 0;
}

.article .meta {
	font-size: 0.8rem;
	line-height: 1.5em;
	margin: 0;
	color: rgba(0,0,0,0.4);
}

.article .article-title {
	font-size: 2.5rem;
	line-height: 1.15em;
	margin: 1.25rem 0 2rem;
}
	.article .article-title a {
		border-bottom: 0;
	}

.article .article-excerpt {
	position: relative;
	height: 5.5em;
	overflow: hidden;

	font-family: 'Lustria';
}
.article .article-excerpt:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.article .article-more {
	margin-top: 2.5rem;
}




/* =====  Single  ===================================== */

.article.single {
	width: 80%;
	float: right;
}

.article.single .text h1,
.article.single .text h2, 
.article.single .text h3,
.article.single .text h4,
.article.single .text h5,
.article.single .text h6 {
	margin-top: 2.5rem;
	font-weight: 600;	
}

.article.single .text h1,
.article.single .text h2 {
	font-size: 1.25rem;
	line-height: 1.15em;
}

.article.single .text h3,
.article.single .text h4,
.article.single .text h5,
.article.single .text h6 {
	font-size: 1rem;
	line-height: 1.15em;
}

.article.single .text p,
.article.single .text blockquote {
	font-family: 'Lustria';
	font-size: 1.15rem;
	line-height: 1.45em;
}

.article.single .text figure {
	width: 60%;
	margin: 2.5em auto;
}

.text blockquote {
	position: relative;
	padding: 1.5em;
	margin-top: 1.5em;
	
	background: #f8f8f8;
	border-radius: 3px;
	
	width: 80%;
}
	.text blockquote.me {
		padding-left: 4em;
		padding-right: 1em;
	}
	
	.text blockquote.him,
	.text blockquote.dick,
	.text blockquote.shit {
		padding-right: 4.5em;
		padding-left: 1.5em;
		margin-left: 20%;
	}

.text blockquote:before {
  position: absolute;
  content: '';
  top: 1.5em;
  left: 1.25em;
  width: 2em;
  height: 2em;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 2.25em;
}
	.text blockquote.me:before {
		content: '\1F478';
		/* 		content: '\1F478\1F3FB'; */
	}
	.text blockquote.dick:before {
		content: '\1f346';
		left: auto;
		right: 1.25em;
	}	
	.text blockquote.him:before {
		content: '\1F466';
		content: '\1F466\1F3FB';
		left: auto;
		right: 1.25em;
	}	
	.text blockquote.shit:before {
		content: '\1F4A9';
		left: auto;
		right: 1.25em;
	}


/* =====  Page  ===================================== */

.page.single {
	width: 80%;	
}

.page-title {
	font-size: 2.5rem;
	line-height: 1.15em;
	margin: 1.25rem 0 2rem;
}

.page-intro {
	font-family: 'Lustria';
	font-size: 1.15em;
	line-height: 1.45em;	
}

.page-content {
	margin-top: 2rem;
}




/* =====  Global Rules & Definitions  ===================================== */

body > footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
	margin-top: 5rem;
}

body > footer p {
	margin: 0;
}




/* =====  Animations  ===================================== */

a, .button, .navigation .menu {
	-webkit-transition: all 300ms ease;
	        transition: all 300ms ease;
}
