html {
  font-size: 16px;
}

body {
  background: #000 url("../img/bg-ph-d.png") center 1rem fixed no-repeat;
  background-size: contain;
  color: #eee;
  font-family: Verdana, sans-serif;
  margin: 0;
}

body.interior {
  background: none;
}

a {
  color: #685; /*#77924e;608c4f*/
}

.logo {
  background: #000 url("../img/name-white-on-black.jpg") center 1rem no-repeat;
  background-size: auto 350px;
  height: 350px;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.page {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 900px;
}

.container {
  position: relative;
}

h1, h3 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1 {
  font-size: 28px;
}

.nav {
  background-color: #000;
  box-shadow: 0 10px 10px #000;
  display: table-cell;
  height: 6rem;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 900px;
  z-index: 5;
}

.fixed {
  position: fixed;
  width: 100%;
}

.fixed .nav {
  height: auto;
  left: -5%;
  max-width: 100%;
  min-height: 3rem;
  padding: 0 5%;
  position: absolute;
  text-align: right;
  top: 0;
  z-index: 2;
}

.fixed .nav .icon {
  cursor: pointer;
  display: block;
  height: 3rem;
  width: 6.5rem;
  background: url("../img/name-white-on-black.jpg") 0 35% no-repeat;
  background-size: cover;
  box-shadow: inset 0 -3px 5px #000;
  position: absolute;
  margin-left: 1rem;
}

.nav input {
  border: 0;
  height: 0;
  padding: 0;
  width: 0;
}

.nav input[type=checkbox] {
  display: none;
}

.nav a {
  color: #fff;
  display: inline-block;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.8rem;
  height: 3rem;
  line-height: 3rem;
  padding: 0 25px;
  text-decoration: none;
}

.nav a:hover, .nav a:active, .nav a:focus {
  color: gold;
}

.nav a:hover {
  text-decoration: underline;
}

.fixed .nav a {
  font-size: 1.5rem;
}

.nav-label {
  display: none;
}

.main {
  box-sizing: border-box;  
  height: 100%;
  padding-top: 42px;
  position: relative;
}

.spacer {
  height: 3rem;
}

.landing-spacer {
  height: 350px;
}

.photo {
  background-color: #000;
  border: 1px #666 solid;
  box-shadow: 0 0 6px #999;
  display: inline-block;
  margin: 1.5% 0;
  width: 45%;
  overflow: hidden;
  padding: 2px;
}

.photo.left {
  float: left;
  margin-left: 10px;
}

.photo.right {
  float: right;
  margin-right: 10px;
}

.photos {
  margin-bottom: 1rem;
}

.photo a {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
}

.post {
  padding-bottom: 1.6rem;
}

.e {
  border-top: 1px #685 dotted;
  margin-top: 5px;
  padding-top: 5px;
}

.e:first-of-type {
  border: none;
  margin: 0;
  padding: 0;
}

.e img {
  float: left;
  margin-right: 10px;
}

.e .link,
.e small {
  background-color: #000;
}

.i {
  background-color: #000;
  box-sizing: content-box;
  margin: 0 10px 10px;
  max-width: 130px;
  text-align: center;
}

.i img {
  display: block;
  margin: 0 auto 5px;
}

.i.left {
  float: left;
  margin-left: 0;
}

.i.right {
  float: right;
  margin-right: 0;
}