@media speech {
  body { voice-family: "Liam Neeson", "James Nesbitt", "Martin Reid", male; }
}
:link,
:visited {
  border-bottom: thin dotted;
  color: #153;
  text-decoration: none;
}
body {
  background: #59645E;
  color: #59645E;
  font-family: georgia, sans-serif;
  font-size: large;
}
h1 {
  font-family: "open sans", "helvetica neue", helvetica, arial, dear-god-really, sans-serif;
  font-size: 4.75em;
  font-weight: 800;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
h1 .nat {
  font-style: normal;
  font-weight: 200;
}
.subtitle {
  border-bottom: thick solid;
  border-top: thick solid;
  font-family: sancreek, serif;
  font-size: 1.75em;
  padding: .25em 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
h2 {
  clear: both;
  font-family: sancreek, serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
#careful-now {
  clear: both;
  font-family: "open sans", sans-serif;
}
hr {
  border: 0;
  border-top: thick solid;
  clear: both;
  color: #59645E;
  height: 0;
}
.amp {
  font-family: alice, georgia, serif;
}
.colm {
  float: left;
  width: 50%;
}
.colm.last {
  clear: right;
  text-align: right;
}
.never {
  position: relative;
}
.tweejits {
  text-align: center;
}
#careful-now {
  font-size: 1.5em;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
}
#careful-now em {
  color: #C3903E;
}
#catch-yerself-on {
  font-family: "open sans", sans-serif;
  font-size: 2.1em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
#container {
  background: #FEFEFE;
  border-radius: .25em;
  margin: 1em auto;
  max-width: 800px;
  padding: 1em 2em;
  width: 80%;
}
footer {
  text-align: center;
}
footer p {
  font-size: small;
}
#gombeens .column {
  float: left;
  margin-right: 5%;
  width: 30%;
}
#gombeens .column.last {
  margin: 0;
}
header {
  background: url("../img/logo.png") 50% 0 no-repeat;
  padding-top: 200px;
}
#main {
  font-size: 1em;
  line-height: 1.5;
}
#pot-o-gold {
  display: none;
}
#social-shite {
  margin: 1em 0;
}
#social-shite a {
  border: 0;
  text-decoration: none;
}
#social-shite .widget {
  display: inline-block;
}
#social-shite .widget.facebook {
  margin-right: .5em;
  position: relative;
  top: -4px;
}
#wee-versions .names {
  margin: 0 auto;
  width: 40%;
}
#wee-versions .names h2 {
  margin: 0;
}
#wee-versions ul {
  list-style: none;
  padding-left: 0;
}
#wee-versions .aye li:before {
  content: '✓';
  padding-right: .25em;
}
#wee-versions .nah li:before {
  content: '✗';
  padding-right: .25em;
}

@media only screen and (max-width: 320px) {
  h2,
  #careful-now,
  #catch-yerself-on {
    font-size: 1.2em;
  }
  .box {
    width: auto;
  }
  #careful-now em {
    display: block;
  }
  #catch-yerself-on strong {
    top: 0;
  }
  #container {
    background: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #wee-versions .names {
    width: 100%;
  }
  #gombeens .column {
    clear: both;
    width: 100%;
  }
}
