html, body {
	margin: 0;
	font-family: "Open Sans", Arial, sans-serif;
}

.Header-Avatar {
  max-width: 200px;
  float: left;
  margin-right: 30px;
  border-radius: 50%;
}

.Header {
  overflow: hidden;
  background: #f4f4f4;
  padding: 130px 0 100px;
}

.Header h1 {
  font-family: "Crimson Text", serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  margin: 0;
}

.Header h2 {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  line-height: 50px;
  font-size: 40px;
  margin: 0;
}

.Header h2 span {
  display: inline-block;
}

.Header-Box {
  max-width: 900px;
  margin: auto;
  position: relative;
}

.Header-Text {
  font-size: 1.5rem;
  text-align: justify;
}

.Header-Divider {
  height: 60px;
  background: linear-gradient(to bottom right, #f4f4f4 49%, transparent 51%);
}

.Heading {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;

  /* Color taken from https://konsens.it/ */
  border-bottom: 0.15em solid #ffd74b;
  margin-bottom: 50px; 
  margin-top: 60px;
}

.Section {
  max-width: 900px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 100px;
}

.Work-Entry {
  margin-bottom: 50px;
}

.Work-Entry-Image {
  width: 100%;
  max-width: 200px;
  padding-right: 40px;
  float: left;
}

.Work-Entry-Text {
  overflow: hidden;
}

.Work-Entry-Link {
  display: block;
  margin-top: 20px;
  font-size: 1.1rem;
}

.Work-Entry-Link::before {
  content: "\02192  ";
}

a {
  color: rgb(82, 82, 82);
}

.Text {
	text-align: justify;
}

@media (max-width: 950px) {
  .Header {
    padding: 40px 30px;
  }
  
  .Header-Avatar, .Work-Entry-Image  {
    float: none;
    margin: auto;
    display: block;
    margin-bottom: 30px;
  }
  
  .Section {
    padding: 30px;
  }
}
