body {font-family: Montserrat, Helvetica Neue, sans-serif; margin: 0 auto; line-height: 2em; padding: 12px; box-sizing: border-box; color: #d3cbb8; overflow: auto;
background-color: #0a7457; /* Old browsers */
}

body, html {height: 100%;}

.wrapper {box-sizing: border-box; height: 100%; overflow: auto; }


a {text-decoration: none; color: #fb570d; border-bottom: 3px solid #fb570d;}
a:hover {color: #fb570d}
p {font-weight: 200; font-size: 20px;}

.name {font-size: 45px; text-transform: lowercase; font-weight: 900; margin: 0 auto; text-align: center; color: #fb570d; display: inline-block;  padding-bottom: 20px;}



.container {margin: 0 auto; width: 700px; overflow: auto;}
article {padding: 60px;}
/* TODO find better cross-platform characters */
/* article::before {
  content: '\2601';
  position: relative;
  top: 0;
  left: -30px;
  color: #0068FF;
  font-size: 24px;
}
article::after {
  content: '\2A55\2A55\2A55\2A55';
  position: relative;
  top: 40px;
  left: 300px;
  color: #0068FF;
  font-size: 44px;
} */
hr {border-bottom: 3px solid #fb570d;}

.meta {text-transform: uppercase; font-family: Arial, Courier New, Source Sans Pro, sans-serif; font-size: 10px; letter-spacing: .15em;}
.meta a:hover {color: #fb570d;}

.inline-list {list-style: none; margin: 0; padding: 0;}
.inline-list li {display: inline-block;}

footer .inline-list li {margin-right: 10px;}
footer a {border: none; color: #fb570d;}
footer {margin: 0 auto; text-align: center; size: 16px}

