.container {
  max-width: 90rem;
}

header {
  max-height: 100vh;
  min-width: 100vw;
  text-align: center;
}

header a:link, a:visited, a:active {
	color: #d8d7d3;
	text-decoration: none;
}

header ul li {
  display: inline;
  margin-left: 20px;
}

table {
	width: 100%;
	border-collapse: collapse;	
}

td {
  padding: 0;
  border-bottom: 0;
}

td a:link, a:visited, a:active {
	color: #d8d7d3;
	text-decoration: none;
}

tr.year {
	border-top: 1px solid #35302a;
}

td.year {
	width: 150px;
}

a:link, a:visited, a:active {
	color: #d8d7d3;
	text-decoration: underline dotted;
  text-decoration-style: dashed;
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration-style: dashed;
}

h1, h2, h3, h4, h5, h6 {
	color: #bd934f;
}

h2, h3, h4, h5, h6 {
  text-transform: lowercase;
}

body { 
	background-color: #161410;
	color: #c6c6c6;
  font-size: 1.6em;
  font-family: 'Lato', serif;
  font-weight: 300;
}

#photo {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}

