/* layout includes images but everything is centered, no floats or multiple columns */
@media screen and (min-width: 380px) {
.navbar-fixed-top .navbar-inner {
  padding: 2px;
}
canvas {
  width: 350px;
  height: 500px;
  margin-top: -18px;
  margin-bottom: -5px;
}
h1 {
  font-size: 2.5em;
  color: #A60000;
  text-shadow: 1px 1px 1px black,
               2px 2px 1px black;
  margin-bottom: 5px;
}
h2 {
  color: #A60000;
  text-shadow: 1px 1px 1px black,
               2px 2px 1px black;
  font-size: 1.8em;
  line-height: 1em;
  margin-bottom: 5px;
}
h3 {
  background: #FFF url(/photos/hourglassHeading.png) 0px 0px no-repeat;
  height: 51px;
  padding: 10px 0px 0px 30px;
  margin-bottom: -10px;
}
a {
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
a:hover, a:focus {
/*  text-shadow: 0px 0px 4px red; */
  color: inherit;
  font-weight: bold;
}
