* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #292724;
  font-family: Avenir, 'Avenir Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  color: #b2afa9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  color: #d9d7d4;
  text-align: center;
  margin: 32px 0
}

nav {
  display: flex;
  justify-content: center;
  padding: 16px 0;
  border-bottom: 1px solid #3e3b37;
  margin-bottom: 16px;
}

nav a, nav a:visited {
  text-decoration: none;
  padding: 2px 26px;
  line-height: 1em;
  color: #b2afa9;
}

nav a:hover, nav a:focus {
  color: #d9d7d4;
}

nav a:not(:first-child) {
  border-left: 1px solid #3e3b37;
}

body {
  max-width: 900px;
  margin: 0 auto;
}
main {
  padding: 0 12px;
  margin: 32px 0 64px;
}

.photo, video {
  /*padding: 15px;*/
  border-radius: 5px;
  /*border: 1px solid #0e0d0c;*/
  max-width: 100%;
  box-shadow: #191816 0 4px 14px, 0 0 0 1px #0e0d0c;
}

header {
  margin-bottom: 20px;
  padding: 0 12px;
}


header h1 {
  background: url(/logo-light.svg) no-repeat center;
  font-size: 0;
  height: 100px;
}

a { 
  color: #e05200;
  cursor: pointer;
}
a:visited { 
  color: #b34100;
}
a:hover {
  color: #f55a00;
  text-decoration: underline;
}
a:active {
  color: #c74900;
  text-decoration: underline;
}

main > p:first-of-type {
  font-size: 20px;
}

video {
	width: 100%;
}

section {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #3e3b37;
}

@media (min-width: 800px) {
  section.two-up {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
  }
  section.media {
    align-items: center;
  }
  section > * {
    flex: 1 0 50%;
  }
  section h2 {
    margin-top: 0;
    text-align: left;
  }
}

.notice {
  width: 100%;
  background: #b9422c;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  padding: .25em;
  font-size: .9em;
}

.notice strong {
  font-weight: 500;
  color: #fff;
}

body > .notice {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.meta-text {
  font-size: 14px;
}

.photo-column {
  flex-basis: calc(50% - 16px);
  margin: 8px;
}
.section-text {
  padding: 0 24px;
}

/* Pricing section */
.shop-prices {
  flex-basis: 40%;
}

.price-options {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 400px;
  margin: 32px auto;
}

.price-option {
  display: flex;
  margin: 5px 0; 
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #3e3b37;
  padding-top: 5px;
}

.price-number {
  /*border: 1px solid #d9d7d4;*/
  /*padding: 4px 8px;*/
  border-radius: 9px;
  text-align: center;
  font-weight: bold;
  color: #d9d7d4;
}

.price-extra {
  font-size: 12px;
  font-weight: 400;
}
.price-more {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.site-footer {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  border-top: 1px solid #3e3b37;
  font-size: 14px;
}
.minor-text {
  font-size: 14px;
}

hr {
  border: none;
  border-top: 1px solid #3e3b37;
  background: none;
  height: 0px;
  width: 100%;
  margin: 50px 0;
}
