/*@font-face {
  font-family: "Bodedo";
  src: url('/fonts/hvd-bodedo/HVD_Bodedo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: 'Muncie';
  src: url('/fonts/muncie/muncie-webfont.eot');
  src: url('/fonts/muncie/muncie-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/muncie/muncie-webfont.woff') format('woff'),
       url('/fonts/muncie/muncie-webfont.ttf') format('truetype'),
       url('/fonts/muncie/muncie-webfont.svg#MuncieRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
font-family: 'Alfa Slab One', cursive;
font-family: 'Ultra', serif;
*/
* {
  box-sizing: border-box;
}
body {
	font-family: Georgia, serif;
	color: #555;
	line-height: 1.5;
	margin: 0;
}

main,nav {
  max-width: 916px;
  margin: auto;
  padding: 0 10px;
  box-sizing: content-box;
}
header {
}
.badge {
  font-family: 'True North Extras W95 Regular';
  display: block;
  margin: 1em auto;
  text-align: center;
  font-size: 30px;
  color: #6C5E46;
  display: none;
}
@media (min-width: 700px) {
  .badge {
    font-size: 72px;
  }
}

footer {
  margin: 4rem 0 0;
  padding: 2rem 0 200px;
  background: #fff url(/i/footer-3000.png) center bottom no-repeat;
  position: relative;
}
footer h1 {
  background: url(/i/h1-bg.png) center bottom no-repeat;
  background-size: 100% auto;
  margin-top:-3rem;
}
footer .mask {
  background: url(/i/h1-mask.png) center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
footer .penguins {
  background: url(/i/penguins.png) center bottom no-repeat;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 94px;
  width: 100%;
}
footer .people {
  position: relative;
  z-index: 5;
  display: block;
  margin: 0 auto;
}
footer .parents {
  background: url(/i/parents-1x.png) 20px bottom no-repeat;
  position: absolute;
  height: 105px;
  width: 100%;
  max-width: 1400px;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}
footer .kids {
  background: url(/i/kids-1x.png) right 20px bottom no-repeat;
  position: absolute;
  height: 93px;
  width: 100%;
  max-width: 1400px;
  bottom: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}


nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 900px;
  position: relative;
  z-index: 10;
  margin-top: 4rem;
}
nav ul {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  font-family: Muncie,"Kiln Serif W00 Regular",serif;
  text-transform: uppercase;
  line-height: .9;
  font-size: 1.5rem;
}
nav ul:first-child {
  margin-top: 0;
}
@media (min-width: 700px) {
  nav {
    flex-direction: row;
  }
  nav ul {
    margin: 0;
  }
  nav ul ul {
    margin: .5em 0 0 1em;
  }
  nav > ul {
    width: 30%;
  }
}
nav ul li {
  padding: 0;
  margin: 0;
}
nav ul li + li {
  margin-top: .15em;
}

nav ul:before {
  font-size: 200%;
  margin-top: .3em;
  line-height: 1;
  font-family: Muncie,"Kiln Serif W00 Regular",serif;
  text-transform: uppercase;
  text-align: left;
  color: #6C5E46;
}

nav ul.work:before {
  content: 'Things That Were Made';
}
nav ul.us:before {
  content: 'Us';
}
nav ul.studio:before {
  content: 'Studio';
}

h1,h2 {
	font-weight: normal;
	line-height: 1.1;
}
h2,h3,h4,h5,h6 {
  font-family: Ultra, Muncie, Helvetica,sans-serif;
  text-transform: uppercase;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
}
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 2rem;
}

h1 {
	font-family: Ultra, 'Kiln Serif W00 Regular', serif;
	text-transform: uppercase;
	font-size: 22.2vw;
	font-size: 12.5vw;
	position: relative;
	letter-spacing: -.05em;
	line-height: .74;
	text-align: center;
	margin: 0;
	padding: 0 0 30px 0;
	z-index: 1;
	color: #C4A64A;
}
h1:after {
	content: 'HomeMadE ParAchute';
	text-transform: uppercase;
	color: #6C5E46;
	position: absolute;
	top: -.015em;
	left: -.02em;
	z-index: 0;
	width: 100%;
}

h2 {
  font-size: 2rem;
}
@media (min-width: 700px) {
  h2 {
    font-size: 3.8rem;
  }
}
h2.page {
  color: #5CBDCC;
  font-size: 2em;
  font-weight: normal;
  margin: 6px 6px 0 6px;
  background: #F2F0EB;
  background: #fff;
  padding: 6px 6px 0 6px;
  line-height: .9;
  letter-spacing: -.04em;
  text-align: center;
}
@media (min-width: 700px) {
  h2.page {
    font-size: 7rem;
  }
}
h2.page span {
  opacity: .8;
  transition: opacity .2s;
  text-shadow: 0 0 4px rgba(0,0,0,0);
}
h2.page span + span {
  margin-left:-.04em;
}
h2.page span.odd {
  color: #01A0C6;
}
h2.page span.active {
  opacity: 1;
  text-shadow: 0 0 4px rgba(255,255,0,.5);
}
h2 a {
	position: relative;
}
h2 a[data-title]:hover {
  color: #C4A64A;
}
h2 a:before {
	content: attr(data-title);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	color: #01A0C6;
	z-index: -1;
	transition: all .2s ease-in-out;
}
h2 a:hover:before {
	top: 7px;
	left: 3px;
	opacity: 1;
}

h3.page {
  text-align: center;
  color: #9c9c9f;
  font-family: Muncie,"Kiln Serif W00 Regular",serif;
  margin: 2em 0 1em 0;
  letter-spacing: 1px;
  font-size: .85rem;
  font-size: 1rem;
}
article h3 {
  color: #5CBDCC;
  font-size: 2.2rem;
  letter-spacing: -.04em;
}




a {
  text-decoration: none;
  color: #C4A64A;
  transition: color .15s ease-in-out;
}
a:visited {
  color: #6C5E46;
}
a:hover {
  color: #01A0C6;
}

/*
  ARTICLES
*/

aside,
article {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
aside > div + div,
article + article {
  margin-top: 2rem;
}
@media (min-width: 700px) {
  aside,
  article {
    flex-direction: row;
  }
  aside > div {
    width: 45%;
  }
  aside > div + div {
    margin-top: 0;
  }
  article + article {
    margin-top: 4rem;
  }
}

article h2 {
  font-size: 3rem;
  color: #01A0C6;
  text-align: left;
}

figure {
  margin: 0 0 2rem;
}
* + figure {
  margin-top: 1rem;
}
p img,
figure img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 700px) {
  article > figure {
    margin: 0;
    max-width: 48%;
  }
  article > figure + div {
    max-width: 48%;
  }
}
@media (min-width: 1025px) {
  article > figure {
    max-width: 45%;
  }
  article > figure + div {
    max-width: 45%;
  }
}

p.date {
  font-style: italic;
  font-size: .8rem;
}


main.cake {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 700px) {
  main.cake {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 90%;
  }
  main.cake > * {
    width: 45%;
  }
  main.cake article {
    margin-top: 4rem;
  }
}
@media (min-width: 1025px) {
  main.cake > * {
    width: 30%;
  }
}




/*
  RESIDUALS
*/
.archive {
  float: left;
  width: 20%;
  margin: 20px 0;
}
.archive h4,
.archive p {
  margin-left: 10px;
  margin-right: 10px;
}
.archive img {
  display: block;
  max-width: 100%;
  height: auto;
}
.archive.last {
  clear: right;
}
.archive.last + .archive {
  clear: left;
}
.archive:first-child {
  clear: left;
}

div.archive.w2 {
	width:40%;
}
div.archive.w3 {
	width:60%;
}
div.archive.w4 {
	width:80%;
}
blockquote {
  margin: 0 auto 1rem;
  font-style: italic;
}
.pull {
  margin: .5em 0 .5em 1em;
  float: right;
  width: 50%;
  padding: .5em 0;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  font-size: 2em;
  font-style: italic;
  line-height: 1.2em;
  color: #6C5E46;
}

