* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

p.browsehappy {
  text-align: center;
  padding: 20px;
}

img a {
  border: 0;
}

html,
body {
  height: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #000;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px;
  padding-top: 36px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

nav a {
  text-transform: uppercase;
  outline: none;
  margin: 5px 0;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  border: 0;
}
nav a#download {
  color: #50bfff;
}
nav a#download:hover {
  color: #fff;
}

nav a:hover,
nav a:hover {
  color: #50bfff;
  transform: translateY(-3px);
  border: 0;
}

nav {
  transition: all 0.5s ease;
}

a.top {
  border: 0;
  display: block;
  width: 21px;
  overflow: hidden;
  align-self: flex-start;
}
@media screen and (min-width: 500px) {
  a.top:hover {
    width: 136px;
  }
}
a.top:hover {
  border: 0;
}
a.top img {
  display: block;
  max-width: none;
}

a img {
  text-decoration: none;
}

footer {
  background: #282B2E;
}
footer .desktop {
  display: none;
}
footer .mobile {
  display: block;
}
footer .mobile img {
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  footer #footer-left {
    flex-grow: 2;
    padding-right: 3rem;
  }
  footer .desktop {
    display: block;
  }
  footer .mobile {
    display: none;
  }
}
footer nav a:first-child {
  padding-left: 0;
}
footer nav {
  border-bottom: 1px solid #3D4346;
  margin-bottom: 24px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer p#copyright {
  color: #9AA6AD;
  font-size: 0.8rem;
}
footer img {
  display: block;
  border-radius: 100em;
  width: 200px;
}

ul.socials {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.socials li {
  display: inline-block;
  padding: 8px;
}
ul.socials li a, ul.socials li a:hover {
  border: 0;
  opacity: 0.8;
}
ul.socials li a:hover {
  transform: translateY(-3px);
  opacity: 1;
}

section#work {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  section#work {
    padding-top: 0;
  }
}

.projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0.5rem;
}
@media screen and (max-width: 600px) {
  .projects {
    display: block;
  }
  .projects .card {
    height: 95%;
    margin-bottom: 1rem;
    line-height: 0;
  }
}
.projects .card {
  height: 95%;
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
}
.projects .card a, .projects .card a:hover {
  border: 0;
}
.projects .card img {
  transition: linear 0.2s;
  width: 100%;
  max-width: none;
}
.projects .card p {
  position: absolute;
  bottom: -8rem;
  left: 0;
  font-size: 1.5rem;
  font-family: "Kanit", sans-serif;
  padding-left: 1rem;
  transition: linear 0.2s;
}
.projects .card:hover img {
  opacity: 0.3;
  transform: scale(1.2, 1.2);
}
.projects .card:hover p {
  position: absolute;
  bottom: 0;
  left: 0;
}

section, .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px;
  width: 100%;
}

h1 {
  margin: 0 0 2.25rem 0;
  padding: 0;
  font-size: 4rem;
  line-height: 1.2;
  font-family: "Kanit", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  margin: 0 0 1rem 0;
  font-weight: bold;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #9AA6AD;
}

h4 {
  font-family: "Kanit", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

h4.process {
  margin-top: 5rem;
  padding-top: 2rem;
  border-top: 1px dotted #9AA6AD;
}

p {
  margin-top: 0;
  padding-top: 0;
}

.intro {
  display: flex;
  flex-direction: column;
}
.intro h1 {
  order: 2;
}
.intro h2 {
  order: 1;
}
.intro p {
  order: 3;
  font-size: 1.3rem;
}
@media screen and (max-width: 600px) {
  .intro p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .intro {
    padding-top: 100px;
  }
}

.project-page .intro {
  display: flex;
  flex-wrap: wrap;
}
.project-page .intro h1 {
  order: 2;
  margin-bottom: 0;
}
.project-page .intro h2 {
  order: 1;
}
.project-page .intro h3 {
  order: 3;
  color: #9AA6AD;
  font-weight: normal;
  margin-bottom: 2rem;
}
@media screen and (min-width: 767px) {
  .project-page .intro h3 {
    margin-bottom: 5rem;
  }
}
.project-page p.caption {
  color: #9AA6AD;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .project-page p.caption {
    text-align: left;
  }
}
.project-page iframe {
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.project-page video {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.project-page div.vid {
  overflow: hidden;
  border-radius: 0.5rem;
  margin: 2rem 0 1rem 0;
}
@media screen and (max-width: 768px) {
  .project-page video.padding {
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
}
.project-page img {
  margin: 1rem 0 1rem 0;
  border-radius: 0.5rem;
}
.project-page .img.halfsies {
  margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
  .project-page .img.halfsies {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1rem;
  }
}
.project-page .copy p {
  line-height: 1.7;
  font-size: 1.1rem;
}
.project-page .copy.halfsies {
  margin-bottom: 5rem;
}
@media screen and (min-width: 767px) {
  .project-page .copy.halfsies {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 1rem;
  }
}
.project-page .copy .credits ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.project-page .copy .credits ul li {
  border-bottom: 1px dotted #9AA6AD;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.project-page .copy.twothirds {
  margin-bottom: 5rem;
}
@media screen and (min-width: 767px) {
  .project-page .copy.twothirds {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 1rem;
  }
  .project-page .copy.twothirds div {
    grid-column: span 2;
  }
  .project-page .copy.twothirds .credits {
    grid-column: span 1;
  }
}

a {
  display: inline-block;
  color: #50bfff;
  text-decoration: none;
  transition: linear 0.2s;
  border-bottom: 1px dotted rgba(0, 0, 0, 0);
}

a:hover {
  color: #9ddbff;
  text-decoration: none;
  border-bottom: 1px dotted #50bfff;
}

.animation-target {
  animation: animation 1000ms linear both;
}

body {
  opacity: 1;
  transition: 1s opacity;
}

body.fade-out {
  opacity: 0;
  transition: none;
}/*# sourceMappingURL=styles.css.map */