ck-app {
  background-color: #fff;
  color: #333;
  line-height: 2;
}

header,
section {
  min-width: 48em; /* 768px */
  max-width: 60em; /* 960px */
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 6em;
}

a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #ccc;
}

a:hover {
  background-color: #e1fbe1;
}

p em {
  font-style: normal;
  color: #009b00;
}

header h1 {
  font-weight: 900;
  font-size: 4.5em;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  position: relative;
  width: 540px;
  margin: .75em auto .25em auto;
}

header h1:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "Carless";
  color: #009b00;
  background-color: #fff;
  width: 100%;
  text-align: center;
}

hr {
  border-top: none;
}

.route-map {
  background-repeat: no-repeat;
  background-position: center top;

  margin: 0 -5em;
}

.route-map img {
  display: none;
}

.route-map-meta {
  margin-bottom: 1.5em;
  background-color: #ccebcc;
  border-radius:0 0 .5em .5em;
  box-shadow: 0 1px 1px #87D487;
}

.route-map-meta strong,
.route-map-meta span {
  color: #111;
  margin: 0 1.5em 0 1.5em;
  padding: .75em 0 .25em 0;
  display: block;
}

.route-map-meta span {
  padding: 0 0 .75em 0;
}

span.caption {
  font-size: .8em;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  color: #009b00;
  margin: .5em 0;
  display: block;
  text-align: center;
}

#conclusion .container {
  margin: 0 -5em;
  padding: 1.5em 5em 1.5em 5em;
  background-color: #cff;
  border-radius: 1em;
  box-shadow: 0 1px 1px #75D9D9;
  box-sizing: border-box;
}

#conclusion span.caption {
  color: #555;
  text-align: center;
}

.youtube-video {
  width: 384px;
  height: 318px;
}

#video {
  margin-left:8px;
  float: right;
}

#photos {
  padding: 0 1em;
  margin-bottom: 3em;
}

#photos .photo-row {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 1em;
}

#photos .photo {
  background-repeat: no-repeat;
  background-position: center top;
  display: table-cell;
  vertical-align: top;
  width: 33.33%;
}

#photos .photo img {
  display: none;
}

#colophon {
  font-size: .75em;
}
