h1 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h2 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h3 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h4 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h5 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }
h6 { font-size: 1.3rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 4.2rem; }
  h2 { font-size: 3.6rem; }
  h3 { font-size: 3.0rem; }
  h4 { font-size: 2.4rem; }
  h5 { font-size: 1.5rem; }
  h6 { font-size: 1.3rem; }
}

span.logo {
  padding-top: 20px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 2.0em;
  font-family: 'Londrina Outline', cursive;
  color: white;
}

a {
  text-decoration: none;
}

.site-name {
  font-weight: bold;
}

.container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.lead {
  font-size: 1.7rem; line-height: 1.1;
  font-weight: bold;
}

.lead a {
  color: white;
}

div.default-nav {
  background-image: url('/images/nav.jpg');
  color: white;
  background-repeat: no-repeat;
}

div.jp-nav {
  background-image: url('/images/jp_nav.jpg');
  color: white;
  background-position: center;
  background-repeat: no-repeat;
}

div.splitter {
  background-image: url('/images/nav.jpg');
  height: 100px;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

div.flickr {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 20%;
	height: 0;
/*    border: dashed red; */
    overflow: hidden;
}

.flickr iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.post-list {
  font-size: 0.8em;
}

.post-list li {
  list-style-type: none;
}

