@media speech {
  body { voice-family: "Liam Neeson", "James Nesbitt", "Marty Reid", male; }
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  background: #000 url("../img/bg.jpg") 50% 0 no-repeat;
}
hr {
  border: 0;
  border-top: 4px solid;
  clear: both;
  color: #000;
  height: 0;
}

/* HEADER */

header {
  padding: 15px;
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}
header em {
  font-style: normal;
}
header h1 {
  display: block;
  height: 30px;
  width: 40px;
  margin: 0;
  margin-right: 5px;
  background: url("../img/logo.png") 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 468px) {
  header h1 {
    height: 75px;
    width: 100px;
  }
}
header h1 span {
  display: none;
}
header .inner {
  display: flex;
  align-items: flex-end;
  max-width: 980px;
  margin: 0 auto;
}
header .subtitle {
  font-size: 11px;
}
@media only screen and (min-width: 468px) {
  header .subtitle {
    font-size: 18px;
  }
}

/* MAKE PATTY PADDY AGAIN */

#mppa {
  padding: 5px;
  font-family: 'Bungee', 'Impact', sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #013F31;
  color: #1d7f7a;
}
#mppa .put-in {
  display: none;
}
#mppa:hover {
  background: #013F31 repeating-linear-gradient(
    #0046ff,
    #0046ff 50%,
    #ff1200 50%,
    #ff1200
  );
  color: #fff;
}
#mppa:hover .put-in {
  display: block;
  line-height: 24px;
}
#mppa:hover .put-out {
  display: none;
}
@media only screen and (min-width: 468px) {
  #mppa {
    padding: 5px;
    font-size: 22px;
    letter-spacing: 0;
  }
  #mppa:hover .put-in {
    line-height: 27px;
  }
}
@media only screen and (min-width: 767px) {
  #mppa {
    padding: 5px;
    font-size: 24px;
    letter-spacing: .6em;
  }
  #mppa:hover .put-in {
    line-height: 29px;
  }
}

/* THEY'RE AFTER ME POT O' GOLD */

#pot-o-gold {
  display: none;
}

/* MAIN GUFF */

#main {
  margin: 0 auto;
  padding: 10px;
  max-width: 1000px;
  font-family: 'Georgia', serif;
  font-size: 16px;
  line-height: 1.6;
  background-color: #fff;
}
#main h2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
#main p {
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 468px) {
  #main {
    padding: 14px 88px;
  }
  #main h2 {
    font-size: 28px;
  }
}

/* DOWN WITH THIS SORT OF THING */

#careful-now {
  font-family: 'Fjalla One', sans-serif;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}
#careful-now em {
  color: #013F31;
}
@media only screen and (min-width: 468px) {
  #careful-now {
    font-size: 28px;
  }
}

/* NAMES */

.names {
  display: flex;
  font-family: 'Fjalla One', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}
.names .colm {
  flex: 0 0 50%;
  padding: 0 15px;
}
.names .colm.first {
  text-align: right;
}
.names .colm ul {
  list-style: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.names .aye {
  color: #013F31;
}
.names .aye li::after {
  content: "✓";
  padding-left: .25em;
}
.names .naw {
  color: #8b0303;
}
.names .naw li::before {
  content: "✗";
  padding-right: .25em;
}

/* GOMBEENS */

@media only screen and (min-width: 468px) {
  #gombeens {
    display: flex;
    flex-wrap: wrap;
  }
  #gombeens h2 {
    flex: 0 0 100%;
  }
  #gombeens .column {
    flex: 0 0 calc(100%/3);
    padding-right: 20px;
  }
}

/* TWEEJITS */

.tweejits {
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  margin: 0 auto 15px auto;
  max-width: 520px;
}

#catch-yerself-on {
  font-family: 'Bungee', 'Impact', sans-serif;
  font-size: 2.1em;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
#catch-yerself-on .amp {
  color: #013F31;
}

/* FOOTER */

footer {
  font-family: 'Georgia', serif;
  font-size: 12px;
  text-align: center;
  color: #aaa;
  margin: 15px;
}
footer a {
  color: #aaa;
}
footer a:hover {
  color: #1d7f7a;
}

#social-shite {
  display: flex;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
#social-shite .widget {
  flex: 1;
}

/* DÒMHNALL'S OPINIONS */

.dòmhnall::after {
  display: none;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  line-height: 1;
  margin-left: .4em;
  padding: 5px;
  position: absolute;
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
  color: #292f33;
}
.dòmhnall:hover::after {
  display: inline-block;
}
.dòmhnall-chicago::after {
  content: "CHICAGO NEEDS HELP!";
}
.dòmhnall-dudes::after {
  content: "BAD DUDES!";
}
.dòmhnall-easy::after {
  content: "EASY D!";
}
.dòmhnall-fake::after {
  content: "FAKE NEWS!";
}
.dòmhnall-haters::after {
  content: "HATERS!";
}
.dòmhnall-mppa::after {
  content: "#MPPA!";
}
.dòmhnall-paid::after {
  content: "PAID PROTESTORS!";
}
.dòmhnall-sad:after {
  content: "SAD!";
}
.dòmhnall-yuge:after {
  content: "YUGE!";
}
