@font-face {
  font-family: "icomoon";
  src: url("assets/css/layouts/work/fonts/icomoon.eot");
  src: url("assets/css/layouts/work/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("assets/css/layouts/work/fonts/icomoon.woff") format("woff"), url("assets/css/layouts/work/fonts/icomoon.ttf") format("truetype"), url("assets/css/layouts/work/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  background: black;
  min-width: 100vw;
  min-height: 100vh;
}

body {
  min-width: 100%;
  font-family: "Archivo", Helvetica, Arial, Verdana;
  line-height: 1.4;
}

a {
  color: #ccc;
}

.SiteHeader {
  color: white;
  margin-bottom: 2rem;
  color: red;
  text-decoration: none;
}
@media screen and (min-width: 52rem) {
  .SiteHeader {
    padding: 2rem;
    padding-top: 0;
  }
}
.SiteHeader a {
  text-decoration: none;
}

.title-zenworm {
  font-size: 1.75rem;
  display: block;
  position: relative;
  margin: 0;
  color: #2085FD;
  color: #FF3462;
  font-weight: normal;
  font-family: "icomoon";
  text-align: left;
}

@media screen and (min-width: 52rem) {
  .Me {
    display: block;
    width: 100%;
    background: url(assets/images/jason2.gif) no-repeat;
    background-size: cover;
    background-position: 0 0;
    z-index: 200;
  }
}

.LeftBlank,
.ProjectList,
.Intro,
.Contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  box-sizing: border-box;
  font-size: 1rem;
}
@media screen and (min-width: 52rem) {
  .LeftBlank,
  .ProjectList,
  .Intro,
  .Contact {
    font-size: 1.25rem;
  }
}

.Intro {
  justify-content: space-between;
  align-items: flex-start;
  color: white;
  box-sizing: border-box;
}
@media screen and (min-width: 52rem) {
  .Intro {
    padding: 2rem;
  }
}

.Contact {
  min-height: 0;
  align-items: flex-start;
}
@media screen and (min-width: 52rem) {
  .Contact {
    padding: 4rem;
    width: 50vw;
    min-height: 20vh;
  }
}
.Contact .vcard {
  width: 100%;
}
@media screen and (min-width: 52rem) {
  .Contact .vcard {
    column-width: 50%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.Contact a {
  margin-bottom: 1.5rem;
  display: inline-block;
}
.Contact a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.5rem;
  background: url(/assets/images/home/Dribbble.svg);
  background-size: contain;
  vertical-align: middle;
}
.Contact a.Instagram::before {
  background-image: url(/assets/images/home/Instagram.svg);
}
.Contact a.Dribbble::before {
  background-image: url(/assets/images/home/Dribbble.svg);
}
.Contact a.Linkedin::before {
  background-image: url(/assets/images/home/LinkedIn.svg);
}
.Contact a.Twitter::before {
  background-image: url(/assets/images/home/Twitter.svg);
}
.Contact a.Youtube::before {
  background-image: url(/assets/images/home/YouTube\ 2.svg);
}

#IntroHeader {
  position: relative;
  font-size: 2rem;
  margin-top: 0;
  text-wrap: balance;
  line-height: 1.2;
}
@media screen and (min-width: 52rem) {
  #IntroHeader {
    margin-bottom: 3.5rem;
    padding-right: 9vw;
    max-width: 48rem;
  }
}
@media screen and (min-width: 56rem) {
  #IntroHeader {
    font-size: 3rem;
  }
}

.vcard p {
  margin: 0;
  line-height: 1.5;
}

.vcard a {
  display: block;
}

.vcard .alias {
  font-style: italic;
}

.MyInfo {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 52rem) {
  .MyInfo {
    flex-direction: column;
    padding-right: 9vw;
  }
}

.IntroBio {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 32rem;
  height: 100%;
}
@media screen and (min-width: 52rem) {
  .IntroBio {
    margin: 0;
    margin-top: 4rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.ProjectList {
  display: block;
  position: relative;
  top: -3rem;
  z-index: 100;
  text-align: left;
  padding: 0;
  padding-bottom: 1rem;
}
@media screen and (min-width: 52rem) {
  .ProjectList {
    width: 50vw;
    top: 0;
  }
}

.ProjectListIntro {
  margin: 0;
  font-size: 1.5rem;
  color: #FF3462;
  font-weight: bold;
  padding: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  text-transform: uppercase;
}
@media screen and (min-width: 52rem) {
  .ProjectListIntro {
    padding: 2rem;
    padding-left: 0;
  }
}

.ProjectList ol {
  width: 100%;
  margin: 0;
  padding: 0;
}

.ProjectList li {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.ProjectList a {
  display: flex;
  padding: 0.5rem;
  padding-left: 1rem;
  color: #666;
  line-height: 1.4;
  color: white;
  text-decoration: none;
  align-items: center;
}
@media screen and (min-width: 52rem) {
  .ProjectList a {
    padding-left: 2rem;
    padding-left: 0;
  }
}

.ProjectList a:hover {
  background: #FF3462;
}
.ProjectList a:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3rem;
  width: 3rem;
  height: 100%;
  background: #FF3462;
  mask-image: linear-gradient(to right, transparent, #FF3462 3rem);
  -webkit-mask-image: linear-gradient(to right, transparent, #FF3462 3rem);
  pointer-events: none;
}

.ProjectList a:active {
  background: #FF3462;
}

.ProjectList .ProjectTitle {
  display: inline-block;
  padding: 0 0 0.2rem 0;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ProjectList .ProjectNumber {
  flex: 0 0 auto;
  display: block;
  width: 3rem;
  margin-right: 0.75rem;
  text-align: right;
  color: #666;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 400;
  font-style: normal;
}

.ProjectList a:hover .ProjectNumber {
  color: rgba(255, 255, 255, 0.55);
  color: black;
}

.ProjectList .ProjectThumb {
  flex: 0 0 auto;
  display: block;
  width: 3rem;
  height: 2rem;
  margin-right: 0.75rem;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.SiteWrapper {
  overflow: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 52rem) {
  .SiteWrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    border-radius: 0;
    display: flex;
    flex-direction: column;
  }
}

#Left {
  position: relative;
  padding: 1rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  background-size: cover;
  background-position: center top;
  background-color: black;
  background-repeat: no-repeat;
}
#Left::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4rem;
  background: linear-gradient(to bottom, transparent, black);
  pointer-events: none;
}
@media screen and (min-width: 52rem) {
  #Left {
    position: fixed;
    top: 0;
    left: 0;
    width: 60vw;
    height: 100vh;
    padding: 2rem 2rem;
    overflow: hidden;
    background-size: auto 100vh;
    min-height: 100vh;
    background-position: center top;
  }
  #Left::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background: linear-gradient(to right, transparent, black);
    pointer-events: none;
  }
}

.Right {
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 52rem) {
  .Right {
    width: 50vw;
    align-self: flex-end;
  }
}

.tippy-arrow {
  display: none !important;
}

.tippy-box {
  position: relative;
  background: black url(assets/images/bg/2001.png);
  background: none !important;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
  width: 20rem;
  height: 12rem;
}
.tippy-box img {
  max-width: 14rem;
}

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