a,
article,
body,
div,
em,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
p,
section,
span,
time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box
}

article,
section {
  display: block
}

body {
  line-height: 1
}

html {
  scroll-behavior: smooth
}

body {
  min-height: 100vh;
  background: #181818;
  font-family: 'Hepta Slab', serif;
  font-size: 16px;
  line-height: 1.6;
  color: #fff
}

h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 50px 0 40px
}

h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 50px 0 40px
}

a {
  color: #4787ff;
  text-decoration: underline;
  cursor: pointer
}

p {
  margin-top: 10px
}

img {
  display: block
}

article {
  padding: 10px 15% 10px;
  overflow-x: hidden
}

article.project {
  padding-top: 10px;
  padding-bottom: 0
}

.project a {
  color: #fff
}

.project img {
  margin: 60px 60px 0;
  box-shadow: 0 0 60px 0 rgba(50, 50, 50, .5);
  border-radius: 5px 5px 1px 1px;
  width: 800px
}

span.project-closed {
  text-decoration: line-through;
}

.color-work {
  color: #e9860c
}

@media only screen and (max-width:812px) {
  h1 {
    margin: 15px 0 15px
  }
  article {
    padding: 10px 10% 10%
  }
}