a {
  text-decoration: none;
}

b {
  font-weight: 500;
}

.twitter {
  color: #1DA1F2;
}

.linkedin {
  color: #0077B5;
}

.github {
  color: #24292E;
}

.email {
  color: #999;
  display: inline;
}

.logo {
  width: 96px;
}

p {
  color: #DDD;
  font-size: 14px;
  font-style: italic;
}

@media only screen and (min-width: 1600px) {

  html, body {
    font-family: 'Rubik', sans-serif;
    padding: 1vw 2vw 0 2vw;
    font-size: 22px;
  }

  h1 {
    font-size: 3.2em;
    font-weight: 500;
  }

  h2 {
    font-size: 2em;
    font-weight: 400;
  }

  h3 {
    font-size: 1.2em;
    font-weight: 400;
  }

  div {
    width: 35vw;
    line-height: 1.6em;
  }

  .rimg {
    position: fixed;
    right: 0;
    top: 0;
    clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 25% 100%);
    -webkit-clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 25% 100%);
    height: 100vh;
    width: 60vw;
    z-index: -1;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1600px) {

  html, body {
    font-family: 'Rubik', sans-serif;
    padding: 3vh 3vw 0 3vw;
    font-size: 16px;
  }

  h1 {
    font-size: 3.2em;
    font-weight: 500;
  }

  h2 {
    font-size: 2em;
    font-weight: 400;
  }

  h3 {
    font-size: 1.2em;
    font-weight: 400;
  }

  div {
    width: 40vw;
    line-height: 1.6em;
  }

  .rimg {
    position: fixed;
    right: 0;
    top: 0;
    clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 25% 100%);
    -webkit-clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 25% 100%);
    height: 100vh;
    width: 60vw;
    z-index: -1;
  }

}

@media only screen and (max-width: 768px) {

  html, body {
    font-family: 'Rubik', sans-serif;
    padding: 1vw 1vw 0 1vw;
    font-size: 14px;
  }

  h1 {
    font-size: 3.2em;
    font-weight: 500;
  }

  h2 {
    font-size: 2em;
    font-weight: 400;
  }

  h3 {
    font-size: 1.2em;
    font-weight: 400;
  }

  div {
    width: 90vw;
    line-height: 1.6em;
  }

  .rimg {
    display: none;
  }

}

@media (orientation: portrait) {

  html, body {
    font-family: 'Rubik', sans-serif;
    padding: 3vw 3vw 0 3vw;
    font-size: 14px;
  }

  .rimg {
    display: none;
  }

  div {
    width: 70vw;
    line-height: 1.6em;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {

  html, body {
    font-family: 'Rubik', sans-serif;
    padding: 1vw 1vw 0 1vw;
    font-size: 14px;
  }

  div {
    width: 90vw;
    line-height: 1.6em;
  }
}