/* ==========================================================================
   Joe's Canaries site styles - 2013 Steve Woodson
   ========================================================================== */

html,
body {
  color: #060a0f;
}
a:hover,
a:focus {
  color: #213e5a;
  outline-offset: 2px;
  text-decoration: none;
}
footer {
  text-align: center;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 46px;
  font-size: 46px;
  margin: 0 0 23px 0;
}
h2 {
  color: #213e5a;
  font-family: 'Grand Hotel', cursive;
  font-weight: normal;
  font-size: 31px;
  line-height: 23px;
  margin: 0 0 23px 0;
}
p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 23px 0;
}

.hero-unit {
  background: #213e5a url('../img/header.png') no-repeat 100% -30px;
}
.hero-unit h1,
.hero-unit h2,
.hero-unit p {
  color: #e0e0e0;
  text-shadow: 0px 0px 4px #213e5a, 0px 0px 8px #213e5a, 0px 0px 12px #213e5a;
}

a.skip-link {
  transition: none;
}
a.skip-link:active,
a.skip-link:focus {
  background: #fff;
  left: 50%;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 1rem;
  transform: translateX(-50%);
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  line-height: 1.2;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.thumbnail {
  display: flex;
  height: 100px;
  line-height: 100px;
  text-align: center;
  width: 100px;
}
.thumbnail img {
  display: inline;
  vertical-align: middle;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

/* Color scheme - http://colourco.de/monochrome-light/5/%23274c6c
@color1: #060A0F;
@color2: #142434;
@color3: #213E5A;
@color4: #575757;
@color5: #707070;
*/
