@charset "UTF-8";

/*

Theme based on Kirby Starterkit (first version).

Author:   Christopher Boutillé
URL:      http://www.starck.io
Twitter:  @starckio

*/


/* Lora Serif
-------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);


/* Reset
-------------------------------------------------- */
*, *:before, *:after {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
	display: block;
}
::-moz-selection {
	background: #dd3995;
	color: white;
}
::selection {
	background: #dd3995;
	color: white;
}


/* Media
-------------------------------------------------- */
img {
	border-style: none;
	display: block;
	width: 100%;
	height: auto;
}
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: #dd3995;
	text-decoration: none;
	transition: all .2s ease-out;
}
a:hover {
	color: #dd3995;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}


/* Site
-------------------------------------------------- */
html {
	height: 101%;
	font-family: "Lora", Georgia, Times New Roman, Times, serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 1.125em;
	line-height: 1.5em;
	background: #fff;
	color: #444;/*

	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
.width {
	margin: 0 auto;
	padding-left: 1.5em;
	padding-right: 1.5em;
	max-width: 40em;
}

article {
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #ccc;

}

.list li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1.5em;
}

/* Header
-------------------------------------------------- */
.header {
	padding: 1.5em 0 1.5em;
	background: #231641;
}
.logo {
	color: white;
	font-size: 2em;
	font-style: italic;
	font-weight: 400;
	line-height: 1.125em;
	display: inline-block;
}
.logo:hover {
	color: #323232;
}
.toggle {
	display: block;
	color: white;
	padding: .35em 0;
	font-weight: 400;
	cursor: pointer;
	float: right;
}
.toggle::before {
	content: "＋";
	margin-right: .5em;
}
.toggle:hover,
.toggle.active {
	color: #323232;
}
.toggle.active::before {
	content: "－";
}

@media screen and (min-width: 40em) {
	.header {
		padding: 1.5em 0 1.5em;
	}
	.toggle {
		display: none;
	}
	.logo {
		float: left;
	}
}


/* Navigation
-------------------------------------------------- */
.menu.active {
	background: #323232;
	margin-top: 1em;
	padding: .15em 1em;
}
.menu ul {
	display: none;
}
.menu.active ul {
	display: block;
}
.menu ul a {
	display: block;
	color: #727272;
}
.menu ul a:hover {
	color: white;
	text-decoration: none;
}
.menu ul .active {
	color: white;
}
.menu ul li {
	list-style: none;
}
.menu ul > li {
	position: relative;
}
.menu ul > li > a {
	padding: .35em 0;
	border-top: 1px solid #424242;
	font-weight: 400;
}
.menu.active ul > li:first-child > a {
	padding: .35em 0;
	border-top: none;
}

@media screen and (min-width: 40em) {
	.menu ul {
		display: inline-block;
		float: right;
		margin-right: -1em;
	}
	.menu ul a {
		color: white;
	}
	.menu ul a:hover {
		color: #dd3995;
	}
	.menu ul .active {
		color: #fff;
	}
	.menu ul > li {
		float: left;
	}
	.menu ul > li > a {
		padding: .35em 1em;
		border: 0;
	}
}


/* Headings
-------------------------------------------------- */
h1 {
	font-size: 2em;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: .9em;
}
h1::after {
	content: "";
	display: block;
	width: 35px;
	height: 0;
	margin-top: .7em;
	border-bottom: 2px solid #dd3995;
}
h2 {
	font-size: 1.6em;
	line-height: 1.25em;
	font-weight: 400;
	margin-bottom: .5em;
}
h3 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-weight: 400;
	margin-bottom: .5em;
}
h4 {
	font-size: 1.125em;
	font-weight: 400;
	line-height: 1.5em;
	margin-bottom: .5em;
}
h1, h2, h3, h4 {
	color: #323232;
}
a h1, a h2, a h3, a h4 {
	color: inherit;
	border: 0 !important;
	transition: all .2s ease-out;
}



/* General Typography + Main
-------------------------------------------------- */
hr {
	font-size: .9rem;
	font-weight: 500;
	height: 1.5rem;
	text-align: center;
	margin-top: 3em;
	margin-bottom: 3em;
	color: #6ec107;
}
hr::before {
	content: "";
	position: relative;
	display: block;
	background: currentColor;
	height: 1px;
	top: calc(50% + 1px);
}
hr::after {
	content: "Autumn";
	font-style: italic;
	background: white;
	position: relative;
	padding: 0 .25rem;
	top: -.1rem;
}
i, em {
	font-weight: 400;
	font-style: italic;
}
b, strong {
	font-weight: 700;
}
mark {
	padding: .1em .05em;
	margin: -.1em 0;
	color: white;
	background: #fe9191;
}
.main {
	padding-top: 2.5em;
}
.main p,
.main figure,
.main ul,
.main ol,
.main blockquote {
	margin-bottom: 1.5em;
}
.main a {
	border-bottom: 2px solid #ddd;
}
.main a:hover {
	border-color: #222;
}

/* Text blocks */
.text ul {
	list-style: none;
}
.text ul > li::before {
	content: "–";
	display: inline-block;
	position: relative;
	width: 1.25em;
	margin-right: -1.25em;
	left: -1.25em;
	padding-left: .25em;
}
.text ol > li {
	list-style: decimal;
}
.text pre, .text code {
	background-color: #eafded;
	font-family: Courier, monospace;
	font-size: .75rem;
}
.text code {
	margin: -.25em 0;
	padding: .25em .15em;
	position: relative;
	bottom: .05em;
}
.text pre > code {
	display: block;
	margin: 0;
	padding: .8em;
	position: static;
	bottom: auto;
	overflow-x: auto;
}
@supports (-webkit-overflow-scrolling: touch) {
	.text pre > code {
		/* Enables smoother scrolling for code sections on
		   mobile (i.e. touch) devices. */
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	}
}
.text kbd {
	padding: 3px 7px;
	margin: -3px 2px;
	font: 75% "Courier New", Courier, mono;
	line-height: 1;
	background: #e9e9e9;
	border-radius: 4px;
	box-shadow: 0 2px 0 #c9c7d4;
	position: relative;
	bottom: 2px;
}
.text blockquote {
	color: silver;
	font-size: 1.4em;
	line-height: 1.5em;
	font-style: italic;
	border-left: 3px solid #6ec107;
	padding-left: .8em;
}
.text blockquote :last-child {
	margin-bottom: 0;
}



/* Button
-------------------------------------------------- */
[class*='btn'], a[class*='btn'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #ddd;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #323232;
	cursor: pointer;
	display: inline-block;
	font-family: "Lora", Georgia, Times New Roman, Times, serif;
	font-size: .8em;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 .5em 0 0;
	padding: .5em 1em;
	position: relative;
}
[class*='btn']::-moz-focus-inner {
	border: 0;
	padding: 0;
}
[class*='btn']:hover,
[class*='btn']:focus {
	color: white;
	background: #323232;
}
a.twitter {
	color: white;
	background: #1b95e0;
}


/* Footer
-------------------------------------------------- */
.footer {
	color: silver;
	font-style: italic;
	padding-top: 3.5em;
	padding-bottom: 2em;
}
footer::before {
	content: "";
	display: block;
	width: 35px;
	height: 0;
	margin-bottom: 1.5em;
	border-bottom: 2px solid #dd3995;
}



.instafeed {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}

.instafeed a {

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: calc(100%/3);
    -ms-flex-preferred-size: calc(100%/3);
    flex-basis: calc(100%/3);
    line-height: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    border: .5vw solid transparent;
}
