a, p, figcaption, div, li {
  font-family: 'Fjord One', serif;
}

span.flip {
  display: inline-block;
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

nav {
  padding: 20px 20px 40px 20px;
}

nav hr {
  color: #000000;
  background-color: #000000;
  height: 1px;
  border-style: none;
  margin: 0px;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}

nav ul li {
  display: inline-block;
}

nav ul li a {
  font-family: 'Kalinga', 'Century Gothic', sans-serif;
  text-decoration: none;
  margin: 0 4px;
  color: black !important;
}

a>img {
  border: 0px;
}

a:link, a:visited {
  color: #f7931d;
}

h1, h2 {
  font-family: 'Didact Gothic', sans-serif;
}

h2.section_header {
  font-family: 'Century Gothic', 'Didact Gothic', sans-serif;
  font-weight: normal;
  font-size: 5vw;
  text-transform: uppercase;
  display: none;
  color: #a7a7a7;
}

h2.section_header hr {
  display: inline-block;
  margin: 0 4px;
  color: #000000;
  background-color: #000000;
  height: 1px;
  border-style: none;
  width: 20%;
  vertical-align: super;
}

h2.section_header span.flip {
  color: #f7931d;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
}

section, article {
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 0 8px;
}

section#content h1
{
  font-family: 'Didact Gothic', sans-serif;
  text-align: right;
  margin-top: 40px;
}

section#flickrPane, section#featured {
  text-align: center;
}

section#featured p
{
  text-align: left;
}

footer
{
  padding: 20px;
}

footer hr
{
  color: #000000;
  background-color: #000000;
  height: 1px;
  border-style: none;
  margin: 0px;
}

footer p
{
  font-family: 'Didact Gothic', sans-serif;
  font-size: x-small;
  float: right;
  margin-top: 2px;
}

section#login div.passwordFail
{
  font-family: sans-serif;
  margin: 24px auto;
  border: 2px red solid;
  padding: 8px;
  width: 12em;
  background: #FF9999;
}

.soleCenterContent
{
  text-align: center;
  margin: 80px auto 120px;
}

@media (max-width: 420px) {
  nav {
    padding-bottom: 20px;
  }
  
  nav ul {
    float: none;
  }
  nav ul li {
    display: block;
    border: 1px solid black;
  }
  nav ul li a {
    display: block;
  }
}

@media (max-width: 440px) {
  img.nav_logo {
    width: 100%;
  }
}

@media (max-width: 530px) {
  nav, footer {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 700px) {
  img.section_header {
    display: none;
  }
  h2.section_header {
    display: block;
  }
}