@font-face {
  font-family: 'SK Modernist';
  src: url(../fonts/sk-modernist-regular-webfont.ttf);
  font-weight: normal; }
@font-face {
  font-family: 'SK Modernist';
  src: url(../fonts/sk-modernist-bold-webfont.ttf);
  font-weight: bold; }
* {
  font-family: "Roboto Mono", "Helvetica Neue", Helvetica, Arial, sans-serif; }

p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 24px;
  color: #333333; }

a {
  color: #ed562e;
  text-decoration: none; }
  a:hover {
    text-shadow: 1px 0 0 #f4eddd, -1px 0 0 #f4eddd;
    background-image: linear-gradient(to right, #ed562e 0%, #ed562e 100%);
    background-repeat: repeat-x;
    background-position: 0 94%;
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px; }

h3 {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px; }

#page-header {
  display: inline-block;
  width: 100%; }
  #page-header h1 {
    color: #222;
    border-bottom: 2px solid #222;
    font-weight: bold;
    font-family: "SK Modernist","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 40px;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 10px; }

.content {
  position: relative;
  height: 100%; }

.hidden {
  display: none; }

.right-bar {
  position: absolute;
  margin: 0;
  left: 50%;
  top: 40%;
  width: 35%;
  margin: auto;
  max-width: 600px;
  padding-bottom: 50px; }
  .right-bar div {
    display: none; }
    .right-bar div.show {
      display: block; }
  .right-bar .contact p {
    margin-bottom: 0; }
  .right-bar .work p:first-child {
    text-indent: -29px; }
  .right-bar p {
    padding-left: 24px; }

.left-bar.frozen {
  position: fixed;
  bottom: 40px;
  top: auto; }

.left-bar {
  position: fixed;
  font-size: 25px;
  margin: 0;
  right: 50%;
  top: 40%;
  margin: auto;
  max-width: 800px;
  padding-right: 20px; }
  .left-bar .name {
    font-family: "adobe-caslon-pro", serif;
    margin-top: -32px;
    text-align: right;
    margin-bottom: -4px; }

.portfolio-img {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  pointer-events: none;
  transform: translate(-50%, -50%);
  width: 300px; }

.work {
  z-index: 999; }

@media (max-width: 850px) {
  .left-bar {
    position: static;
    margin: 0;
    width: 100%;
    margin: auto;
    max-width: 600px;
    padding: 15px;
    padding-top: 40px; }
    .left-bar .name {
      margin-top: 30%;
      text-align: center;
      margin-left: 0; }
    .left-bar nav {
      text-align: center; }
      .left-bar nav p {
        display: inline; }

  .right-bar {
    position: static;
    width: 100%;
    padding: 15px;
    margin: auto; } }
nav {
  text-align: right; }
  nav p {
    display: block;
    font-size: 16px;
    color: black;
    margin: 0;
    cursor: pointer;
    transition: color 0.2s ease; }
    nav p:hover {
      color: #ed562e; }
    nav p.selected {
      font-weight: bold; }

body, html {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #f4eddd; }

* {
  box-sizing: border-box; }

.description-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  min-height: 100%;
  font-family: "Roboto Mono", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.portfolio-grid {
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -webkit-column-fill: auto;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -moz-column-fill: auto;
  column-count: 2;
  column-gap: 15px;
  column-fill: auto; }

.portfolio-item-wrap {
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc; }
  .portfolio-item-wrap img {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block; }
  .portfolio-item-wrap a:hover {
    text-shadow: none;
    text-decoration: none;
    background-image: none; }
  .portfolio-item-wrap .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.2s ease; }
    .portfolio-item-wrap .portfolio-overlay:hover {
      opacity: 0.95; }
    .portfolio-item-wrap .portfolio-overlay h4 {
      text-transform: uppercase;
      color: white;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: 0;
      font-size: 20px;
      transform: translate(-50%, -50%);
      letter-spacing: 10px;
      font-weight: normal;
      line-height: 31px; }

.grid-sizer {
  width: 48%; }

@media (max-width: 499px) {
  #work .post-container {
    width: 50%; }
    #work .post-container:nth-child(3n+1) {
      clear: inherit; }
    #work .post-container:nth-child(2n+1) {
      clear: left; } }
.portfolio-item {
  position: fixed;
  top: 0;
  left: 650px;
  right: 0;
  height: 100vh;
  padding: 0 100px 0 0;
  display: none;
  background-color: #f4eddd;
  opacity: 0; }
  .portfolio-item .close-item {
    color: #888;
    position: absolute;
    top: 50px;
    right: 100px;
    margin: 0;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    transition: color 0.2s ease; }
    .portfolio-item .close-item:hover {
      color: #ed562e; }
  .portfolio-item .item-content {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(0, -50%); }
    .portfolio-item .item-content h2 {
      color: #333; }
  .portfolio-item .portfolio-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border: 1px solid #aaa; }
    .portfolio-item .portfolio-image img {
      width: 100%; }

@media (max-width: 1100px) and (min-width: 850px) {
  .portfolio-item-wrap .portfolio-overlay h4 {
    font-size: 12px;
    letter-spacing: 5px;
    line-height: 20px; }

  .portfolio-item {
    left: 500px; } }
@media (max-width: 850px) {
  .portfolio-item {
    left: 0;
    overflow-y: scroll; } }
.hip-hop-header {
  background-color: #000000;
  width: 100%;
  height: 100%; }
  .hip-hop-header h1 {
    color: #FCA311;
    font-family: 'Dosis';
    text-align: center;
    text-transform: uppercase; }

.about-container {
  max-width: 600px;
  margin: auto;
  padding-top: 150px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .about-container p, .about-container h1, .about-container h2, .about-container h3, .about-container h4, .about-container h5, .about-container h6, .about-container a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    margin-top: 0; }
  .about-container p {
    font-size: 17px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: inherit; }
  .about-container h4 {
    font-weight: 400;
    margin-top: 60px;
    font-family: 'Source Sans Pro';
    padding: 2px 8px;
    border-radius: 2px;
    background-color: #eee; }
  .about-container h5 {
    font-weight: 300; }
  .about-container a {
    font-family: "Source Sans Pro", monospace;
    font-weight: lighter;
    background-color: #eee;
    text-decoration: none;
    border-radius: 3px;
    color: black;
    margin-bottom: 20px;
    padding: 3px 5px;
    cursor: pointer !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .about-container a:hover {
      background-color: #42b886;
      color: white; }
  .about-container img {
    height: 150px;
    float: left; }
  .about-container .education {
    margin-bottom: 5px; }
  .about-container .thirds {
    display: inline-block;
    width: 32%;
    padding-right: 10px;
    box-sizing: border-box; }
    .about-container .thirds p {
      margin-bottom: 5px; }

.post-wrap {
  max-width: 600px;
  margin: auto;
  margin-top: 100px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px; }
  .post-wrap p, .post-wrap a, .post-wrap h1, .post-wrap h2, .post-wrap h3, .post-wrap h4, .post-wrap h5, .post-wrap h6, .post-wrap li {
    font-family: "Roboto Mono", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .post-wrap .post-title {
    font-size: 40px;
    margin-bottom: 5px;
    margin-top: -10px; }
  .post-wrap .post-header {
    border-left: 6px solid #ed562e;
    padding-left: 15px;
    position: relative;
    left: -15px;
    margin-bottom: 30px; }
  .post-wrap .post-link {
    padding: 7px 14px;
    border: 3px solid #ed562e;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    color: #ed562e;
    transition: background-color 0.2s ease, color 0.2s ease;
    position: relative;
    top: 15px;
    margin-bottom: 10px;
    display: inline-block; }
    .post-wrap .post-link:hover {
      text-shadow: none;
      background-image: none;
      background-repeat: none;
      background-color: #ed562e;
      color: white; }
  .post-wrap .post-meta {
    margin-top: -4px;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 16px;
    color: #888; }
  .post-wrap p, .post-wrap li {
    font-weight: 400;
    margin-bottom: inherit;
    font-size: 20px;
    line-height: 28px; }
  .post-wrap .featured-image {
    max-height: 400px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px; }
  .post-wrap h2 {
    margin-top: 30px;
    font-size: 20px;
    border-radius: 2px; }
  .post-wrap img {
    width: 100%; }

/*# sourceMappingURL=main.min.css.map */
