/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* important stuff */
/*

font-family: 'Work Sans', sans-serif;

font-family: 'Archivo', sans-serif; 
*/
.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .top .lil_logo {
    padding: 20px 0 0 20px; }
  .top .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    z-index: 200; }
    .top .nav a {
      text-decoration: none;
      color: black;
      font-family: 'Work Sans', sans-serif;
      padding: 0 10px 0 10px;
      -webkit-transition: all .7s ease;
      transition: all .7s ease; }
      .top .nav a:hover {
        color: lightgrey; }

.proj h1 {
  font-size: 2em;
  width: 100%;
  font-family: 'Archivo', sans-serif;
  padding-bottom: 2%;
  text-align: center; }
.proj h2 {
  width: 100%;
  text-align: center;
  font-family: 'Archivo', sans-serif;
  color: lightgray;
  padding-bottom: 2%; }
.proj h3 {
  font-size: 2em;
  width: 100%;
  font-family: 'Archivo', sans-serif;
  padding-bottom: 1%;
  text-align: center; }
.proj h4 {
  font-family: 'Archivo', sans-serif;
  width: 40%;
  margin: auto;
  font-family: 'Archivo', sans-serif;
  text-align: center;
  padding-bottom: 2%; }
.proj p {
  font-family: 'Archivo', sans-serif;
  width: 40%;
  margin: auto;
  font-family: 'Work Sans', sans-serif;
  text-align: center; }

.details {
  text-align: center;
  padding-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .details img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.credits p {
  font-family: 'Archivo', sans-serif;
  width: 40%;
  margin: auto;
  font-family: 'Work Sans', sans-serif;
  text-align: center; }

header {
  width: 100%; }
  header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    header .nav a {
      text-decoration: none;
      color: black;
      font-family: 'Work Sans', sans-serif;
      padding: 20px 10px 10px 10px;
      -webkit-transition: all .7s ease;
      transition: all .7s ease; }
      header .nav a:hover {
        color: lightgrey; }
  header .logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    header .logo img {
      margin-top: 10%;
      margin-bottom: 10%; }

.work {
  width: 80%;
  padding: 0 10% 0 10%;
  margin-bottom: 25%; }
  @media screen and (max-width: 541px) {
    .work {
      width: 100%;
      padding: 0; } }
  .work h1 {
    font-size: 2em;
    width: 20%;
    font-family: 'Archivo', sans-serif;
    padding-bottom: 2%; }
    @media screen and (max-width: 541px) {
      .work h1 {
        width: 80%;
        text-align: center;
        margin: auto; } }
  .work .gallery {
    width: 100%;
    float: left;
    padding-bottom: 10%; }
    .work .gallery ul {
      float: left;
      width: 30%;
      overflow: hidden;
      list-style: none; }
      @media screen and (max-width: 541px) {
        .work .gallery ul {
          width: 100%;
          text-align: center;
          margin-bottom: 30px; } }
      .work .gallery ul li {
        font-family: 'Work Sans', sans-serif;
        padding-top: 5px;
        padding-bottom: 5px;
        cursor: pointer; }

.mix {
  float: right;
  width: auto;
  margin: 5px; }
  @media screen and (max-width: 541px) {
    .mix {
      width: 100%;
      float: none;
      margin: auto; } }

.container {
  width: 70%;
  float: right;
  text-align: justify;
  font-size: 0.1px; }
  @media screen and (max-width: 541px) {
    .container {
      width: 100%;
      float: none;
      text-align: center;
      margin: auto; } }

.container:after {
  content: '';
  display: inline-block;
  width: 100%; }

/* Target Elements
---------------------------------------------------------------------- */
.mix,
.gap {
  display: inline-block;
  vertical-align: top; }

.mix {
  background: #fff;
  margin-bottom: 1rem;
  position: relative; }
  .mix img {
    width: 100%; }

.mix:before {
  content: '';
  display: inline-block;
  padding-top: 56.25%; }

.mix.green {
  color: #91e6c7; }

.mix.pink {
  color: #d595aa; }

.mix.blue {
  color: #5ecdde; }

/* Grid Breakpoints
---------------------------------------------------------------------- */
/* 2 Columns */
/*.mix,
/*.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

/* 3 Columns */
/* @media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */
.me {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%; }
  @media screen and (max-width: 541px) {
    .me {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      padding: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .me .about {
    width: 40%;
    padding: 0 10% 0 10%; }
    @media screen and (max-width: 541px) {
      .me .about {
        width: 80%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: auto; } }
    .me .about h1 {
      font-size: 2em;
      width: 50%;
      font-family: 'Archivo: 400', sans-serif;
      padding-bottom: 5%; }
      @media screen and (max-width: 541px) {
        .me .about h1 {
          width: 100%;
          text-align: center; } }
    .me .about h2 {
      width: 80%;
      font-family: 'Work Sans', sans-serif;
      padding-bottom: 5%; }
      @media screen and (max-width: 541px) {
        .me .about h2 {
          width: 100%;
          text-align: center; } }
    .me .about p {
      width: 80%;
      font-family: 'Work Sans', sans-serif;
      line-height: 1.3em; }
      @media screen and (max-width: 541px) {
        .me .about p {
          width: 100%;
          text-align: center; } }
  @media screen and (max-width: 541px) {
    .me .me_vid {
      text-align: center;
      margin: auto;
      padding-top: 10%; } }
  .me .me_vid img {
    width: 80%; }

footer {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px; }
  footer h3 {
    font-size: 1.5em;
    font-family: 'Archivo: 400', sans-serif;
    padding: 5px 0 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  footer p {
    font-family: 'Work Sans', sans-serif;
    padding: 5px 0 5px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  footer .icons {
    width: 100%;
    padding: 0 0 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 999; }
    footer .icons .w {
      margin: 0 5px 0 5px; }
    footer .icons a {
      color: black;
      -webkit-transition: all .7s ease;
      transition: all .7s ease; }
      footer .icons a:hover {
        color: lightgray; }

/*# sourceMappingURL=style.css.map */