html {
  height: 100%;
}

body {
  font-family: "Helvetica", sans-serif;
  background-color: #e6e2d1;
  color: #666;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  min-height: 95%;
  min-width: 280px;
}

.inner {
  margin: 0 auto;
  text-align: center;
  min-width: 300px;
  max-width: 400px;
}

h1,
h2 {
  margin: 20px 0 0 0;
  color: #333;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 { font-size: 3em; }

h2 {
  font-size: 1em;
  margin-bottom: 30px;
}

p {
  line-height: 1.6;
}

p.about {
  margin: 10px;
}

div.cover {
  float: left;
  width: 100%;
  min-width: 240px;
  max-width: 240px;
  text-align: center;
  margin-top: 40px;
}

img.profile {
  width: 100px;
  height: 100px;
  border-radius: 75px;
  margin: 40px auto 20px auto;
}

img.social {
  width: 32px;
  height: 32px;
  margin: 4px;
}

div.social_block {
  width: 250px;
  height: 40px;
  margin: 20px auto 20px auto;
  text-align: center;
}

hr {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #333;
  color: #333;
  text-align: center;
  height: 16px;
  max-width: 300px;
}

hr:after {
  content: '\00A7';
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.6em;
  padding: 0 0.3em;
  background-color: #e6e2d1;
}

main {
  flex: 1;
}

footer {
  font-weight: 300;
  font-style: normal; 
  text-align: center;
  font-size: 0.8em;
  padding: 80px 0 10px 0;
}
