.u-underline {
  border-bottom: 2px solid #5d5d5d; }

* {
  font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  box-sizing: border-box;
  list-style-type: none;
  outline: none; }

html,
body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 400;
  font-family: "Apercu", sans-serif;
  letter-spacing: 0rem;
  line-height: 150%;
  background: #1c1c1c;
  color: #fff; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.2rem; }

h3 {
  font-size: 1.2rem; }

h4,
h5,
h6 {
  font-size: 1rem; }

p {
  font-family: "Apercu", sans-serif;
  line-height: 150%;
  margin: 0; }

a {
  color: inherit;
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

img, svg {
  max-width: 100%; }

::selection {
  background: #101010;
  color: #fff; }

::-moz-selection {
  background: #101010;
  color: #fff; }

.btn {
  display: inline-block;
  text-align: center;
  font-family: "Apercu", sans-serif;
  color: #fff; }

.btn--round {
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5.2rem;
  border-radius: 100%;
  border: 2px solid #fff;
  font-size: 0.8rem; }

.btn--round-small {
  width: 4rem;
  height: 4rem;
  line-height: 3.5rem;
  border-radius: 100%;
  border: 2px solid #fff;
  font-size: 1.2rem; }

.btn--round:hover,
.btn--round-small:hover {
  background: #fff;
  color: #101010; }

.mobile {
  display: none; }

@media only screen and (max-width: 600px) {
  .desktop {
    display: none; }

  .mobile {
    display: block; } }
.content {
  margin-left: 25vw; }

.content--divided {
  display: flex;
  flex-direction: row; }

.content-left {
  flex: 7;
  padding-right: 5rem; }

.content-right {
  flex: 5;
  padding-left: 5rem; }

header h1 {
  position: absolute;
  top: 15vh;
  left: -2vw;
  white-space: nowrap;
  font-size: 14.9vw;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1); }

.about {
  padding-top: 35vh; }
  .about .btn-about {
    height: 21rem;
    background-size: 29rem 20rem;
    background-position: -30px 0px;
    background-repeat: no-repeat; }
    .about .btn-about a {
      margin-top: 4rem; }

.btn-bg--dots {
  background-image: url("../../img/dots.png"); }

.about-detail {
  display: flex;
  flex-direction: row;
  margin-top: -6rem;
  height: 0;
  opacity: 0; }
  .about-detail div {
    margin-right: 10rem; }
    .about-detail div h2 {
      margin-bottom: 2rem;
      font-weight: bold; }
    .about-detail div a, .about-detail div p {
      color: #5d5d5d;
      font-weight: normal; }
    .about-detail div a {
      display: block; }
    .about-detail div a:hover {
      color: white; }

.works > li:first-child {
  padding-top: 3rem; }
.works > li {
  padding-top: 15rem; }
.works h2 {
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 3.5rem;
  margin-bottom: 4rem;
  margin-right: 15vw; }
  .works h2 span {
    position: absolute;
    top: -1rem;
    right: -3rem;
    font-size: 1rem;
    font-weight: 400; }
.works h3 {
  font-weight: bold;
  margin-bottom: 1rem; }
.works p,
.works ul li {
  color: #5d5d5d; }
.works a:hover {
  color: #fff;
  border-bottom: 2px solid #fff; }
.works .work-img {
  display: block;
  width: 95%;
  margin-top: 5rem;
  margin-bottom: 2rem; }
.works .work-img--full {
  width: 100%; }
.works .work-img--up {
  margin-top: -6rem;
  position: relative;
  z-index: 10; }
.works .fake-browser-ui {
  position: relative;
  width: 95%;
  margin-top: 5rem;
  margin-bottom: 2rem;
  border-radius: 3px;
  background: #f7f7f7;
  display: inline-block;
  position: relative;
  line-height: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start; }
  .works .fake-browser-ui span {
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background-color: #e2e2e2;
    border: 1px solid #f7f7f7;
    float: left;
    margin: 10px 2px; }
  .works .fake-browser-ui span:first-child {
    margin-left: 1rem; }
  .works .fake-browser-ui img {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%; }
.works::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none; }
@media only screen and (min-width: 1100px) {
  .works::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop'; } }

footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 5vw;
  margin-bottom: 5vh; }
  footer h3 {
    display: inline-block;
    font-weight: 300;
    font-size: 1.5rem; }

.navbar {
  width: 15vw;
  position: fixed;
  bottom: 3rem;
  left: 3rem; }
  .navbar li {
    counter-increment: works;
    height: 3rem;
    margin-top: 2rem; }
  .navbar a {
    display: block;
    position: relative;
    padding-left: 4rem;
    color: #5d5d5d;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s; }
    .navbar a::before {
      position: absolute; }
    .navbar a::before {
      content: counter(works);
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 3rem;
      height: 3rem;
      line-height: 3rem;
      border-radius: 50%;
      color: #5d5d5d;
      text-align: center;
      box-shadow: inset 0 0 0 2px #5d5d5d;
      -webkit-transition: background-color 0.3s, color 0.3s;
      -moz-transition: background-color 0.3s, color 0.3s;
      transition: background-color 0.3s, color 0.3s; }
    .navbar a.reading {
      color: #fff; }
    .navbar a.reading svg {
      display: block; }
    .navbar a.reading::before {
      color: #fff; }
  .navbar li:last-of-type a::after {
    display: none; }
  .navbar em {
    display: block;
    line-height: 1.2;
    /* truncate text with ellipsis */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .navbar svg {
    /* this is the filling circle around the article number */
    display: none;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    stroke: #fff; }
  @media only screen and (min-width: 1100px) {
    .navbar {
      display: block;
      position: fixed;
      bottom: 3rem;
      left: 3rem; } }

@media screen and (max-width: 1240px) {
  .content {
    margin-left: 10vw; }

  .navbar {
    display: none; } }
@media screen and (max-width: 770px) {
  .content {
    margin-left: 5vw; } }
@media screen and (max-width: 600px) {
  .about-detail {
    display: flex;
    flex-direction: row;
    margin-top: 3rem;
    height: auto;
    opacity: 1; }
    .about-detail div {
      margin-right: 4rem; }
      .about-detail div h2 {
        margin-bottom: 1rem; }
    .about-detail div:last-child {
      margin-right: 5vw; } }
@media screen and (max-width: 550px) {
  .content--divided {
    display: flex;
    flex-direction: column; }

  .content-left {
    padding-right: 0;
    margin-right: 5vw; }

  .content-right {
    padding-left: 0;
    margin-top: 2rem;
    margin-right: 5vw; }

  .works > li {
    margin-bottom: 10rem; }
  .works > li:first-child {
    margin-top: 8rem; }
  .works h2 {
    font-size: 3rem; } }
@media screen and (max-width: 500px) {
  header h1 {
    top: 5vh;
    left: -2vw; }

  .about {
    padding-top: 20vh; }

  .work h2 {
    font-size: 2.5rem;
    line-height: 2.9rem; } }

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