@charset "UTF-8";
/*!
Typeplate : Starter Kit
URL ........... http://typeplate.com
Version ....... 3.0.2
Github ........ https://github.com/typeplate/starter-kit
Authors ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
License ....... Creative Commmons Attribution 3.0
License URL ... https://github.com/typeplate/starter-kit/blob/master/license.txt
*/
@font-face {
  font-family: "Ampersand";
  src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
  unicode-range: U+0026;
}

@font-face {
  font-family: "Ampersand";
  src: local("Georgia");
  unicode-range: U+270C;
}

.typl8-tera, .typl8-giga, .typl8-mega, h1, .typl8-alpha, h2, .typl8-beta, h3, .typl8-gamma, h4, .typl8-delta, h5, .bio__tag, .responsibilities__title, .typl8-epsilon, .typl8-zeta, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1.3;
  margin-top: 0;
}

blockquote + figcaption cite {
  display: block;
  font-size: inherit;
  text-align: right;
}

body {
  word-wrap: break-word;
}

pre code {
  word-wrap: normal;
}

html {
  font: bold 112.5%/1.65 serif;
}

body {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #444;
}

.typl8-tera {
  font-size: 4em;
  margin-bottom: 2.42424rem;
}

.typl8-giga {
  font-size: 3.33333em;
  margin-bottom: 2.0202rem;
}

.typl8-mega, h1 {
  font-size: 3em;
  margin-bottom: 1.81818rem;
}

.typl8-alpha, h2 {
  font-size: 2.66667em;
  margin-bottom: 1.61616rem;
}

.typl8-beta, h3 {
  font-size: 2em;
  margin-bottom: 1.21212rem;
}

.typl8-gamma, h4 {
  font-size: 1.33333em;
  margin-bottom: 0.80808rem;
}

.typl8-delta, h5, .bio__tag, .responsibilities__title {
  font-size: 1.16667em;
  margin-bottom: 0.70707rem;
}

.typl8-epsilon {
  font-size: 1em;
  margin-bottom: 0.60606rem;
}

.typl8-zeta, h6 {
  font-size: 1em;
  margin-bottom: 0.60606rem;
}

@media only screen and (min-width: 40rem) {
  .typl8-tera {
    font-size: 6.5em;
    margin-bottom: 3.93939rem;
  }
}

@media only screen and (min-width: 40rem) {
  .typl8-giga {
    font-size: 5em;
    margin-bottom: 3.0303rem;
  }
}

@media only screen and (min-width: 40rem) {
  .typl8-mega, h1 {
    font-size: 4em;
    margin-bottom: 2.42424rem;
  }
}

@media only screen and (min-width: 40rem) {
  .typl8-alpha, h2 {
    font-size: 3.33333em;
    margin-bottom: 2.0202rem;
  }
}

@media only screen and (min-width: 40rem) {
  .typl8-beta, h3 {
    font-size: 2.66667em;
    margin-bottom: 1.61616rem;
  }
}

@media only screen and (min-width: 40rem) {
  .typl8-gamma, h4 {
    font-size: 2em;
    margin-bottom: 1.21212rem;
  }
}

@media only screen and (min-width: 40rem) {
  .typl8-delta, h5, .bio__tag, .responsibilities__title {
    font-size: 1.33333em;
    margin-bottom: 0.80808rem;
  }
}

@media only screen and (min-width: 40rem) {
  .typl8-epsilon {
    font-size: 1.16667em;
    margin-bottom: 0.70707rem;
  }
}

@media only screen and (min-width: 40rem) {
  .typl8-zeta, h6 {
    font-size: 1em;
    margin-bottom: 0.60606rem;
  }
}

p {
  margin: auto auto 1.5rem;
}

small {
  font-size: 65%;
}

input,
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
var {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  white-space: pre;
}

pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

code {
  white-space: pre;
  font-family: monospace;
}

abbr {
  -webkit-font-variant: small-caps;
  -moz-font-variant: small-caps;
  -ms-font-variant: small-caps;
  font-variant: small-caps;
  font-weight: 600;
  text-transform: lowercase;
}

abbr[title]:hover {
  cursor: help;
}

.typl8-drop-cap:first-letter {
  float: left;
  margin: 10px 10px 0 0;
  padding: 0 20px;
  font-size: 4em;
  font-family: inherit;
  line-height: 1;
  text-indent: 0;
  background: transparent;
}

p + .typl8-drop-cap {
  text-indent: 0;
  margin-top: 0;
}

/**
 * Lining Definition Style Markup
 *
  <dl class="typl8-lining">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.typl8-lining dt,
.typl8-lining dd {
  display: inline;
  margin: 0;
}

.typl8-lining dt + dt:before,
.typl8-lining dd + dt:before {
  content: "\A";
  white-space: pre;
}

.typl8-lining dd + dd:before {
  content: ", ";
}

.typl8-lining dd:before {
  content: ": ";
  margin-left: -0.2rem;
}

/**
 * Dictionary Definition Style Markup
 *
  <dl class="typl8-dictionary-style">
    <dt><b></b></dt>
    <dd></dd>
  </dl>
 *
 * Extend this object into your markup.
 *
 */
.typl8-dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.typl8-dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2rem;
}

.typl8-dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.typl8-dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/**
 * Blockquote Markup
 *
    <figure>
      <blockquote cite="">
        <p></p>
      </blockquote>
      <figcaption>
        <cite>
          <small><a href=""></a></small>
        </cite>
      </figcaption>
    </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Pull Quotes Markup
 *
  <aside class="typl8-pull-quote">
    <blockquote>
      <p></p>
    </blockquote>
  </aside>
 *
 * Extend this object into your custom stylesheet.
 *
 */
.typl8-pull-quote {
  position: relative;
  padding: 1em;
}

.typl8-pull-quote:before, .typl8-pull-quote:after {
  height: 1em;
  opacity: 0.5;
  position: absolute;
  font-size: 4em;
}

.typl8-pull-quote:before {
  content: '“';
  top: 0;
  left: 0;
}

.typl8-pull-quote:after {
  content: '”';
  bottom: 0;
  right: 0;
}

/**
 * Figures Markup
 *
  <figure>
    <figcaption>
      <strong>Fig. X.X | </strong><cite title=""></cite>
    </figcaption>
  </figure>
 *
 * Extend this object into your markup.
 *
 */
/**
 * Footnote Markup : Replace 'X' with your unique number for each footnote
 *
  <article>
    <p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
    <footer>
      <ol class="foot-notes">
        <li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
      </ol>
    </footer>
  </article>
 *
 * Extend this object into your markup.
 *
 */
html, body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #222222;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, .bio__tag, .responsibilities__title, h6 {
  font-weight: 900;
}

strong {
  font-weight: 700;
}

.bio {
  padding: 2rem;
}

.bio h1 {
  margin-bottom: 1rem;
}

.bio__container {
  display: block;
  margin: 0 auto;
  max-width: 64rem;
}

@media only screen and (min-width: 58rem) {
  .bio__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.bio__intro {
  width: 100%;
}

@media only screen and (min-width: 58rem) {
  .bio__intro {
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    width: 30rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 2rem;
  }
}

.bio__tag {
  color: #777777;
  font-weight: 700;
}

.bio__details {
  margin-top: 1rem;
}

.portfolio {
  display: block;
  border-top: solid #eaeaea 1px;
  padding: 2rem;
}

.portfolio__container {
  display: block;
  margin: 0 auto;
  max-width: 64rem;
}

.portfolio__list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.portfolio__item {
  display: block;
  margin: 4rem 0;
  padding: 0;
}

.portfolio-item {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 6rem 0;
}

.portfolio-item__heading {
  margin-bottom: 1.667rem;
}

.portfolio-item__title {
  margin-bottom: 0;
  text-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.2);
}

.portfolio-item__tag {
  font-weight: bold;
}

.portfolio-item__title-text {
  display: inline;
  background: #777777;
  color: white;
  vertical-align: top;
  font-size: 1em;
  padding: .1em .3em .15em;
  line-height: 1.75em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.portfolio-item__figure {
  -webkit-box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1.75rem rgba(0, 0, 0, 0.2);
}

.portfolio-item__image {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-item__link {
  display: inline-block;
  font-size: 1rem;
  padding: .2em .6em .2em;
  border-bottom-style: solid;
  border-bottom-width: .15em;
  text-decoration: none;
  color: inherit;
  font-weight: 500;
  margin-top: .5rem;
}

.portfolio-item__link:not(:hover) {
  color: #222 !important;
  border-bottom-color: #222222 !important;
}

.responsibilities {
  margin-top: 2rem;
}

.responsibilities__title::after {
  content: ":";
}
/*# sourceMappingURL=style.css.map */