html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.stuck_js {
  position: fixed;
  top: 0px;
  z-index: 30;
}

a {
  color: rgba(50, 50, 50, 0.7);
}
a:hover {
  color: blue;
}

/*---------------Mobile Portrait Width: 320px---------------*/
@media screen and (min-width: 320px) {
  body {
    width: 315px;
    font-family: 'Abel', sans-serif;
  }
}
/*---------------Mobile Landscape Width: 480px---------------*/
@media screen and (min-width: 480px) {
  body {
    width: 470px;
  }
}
/*---------------Tablet Portrait Width: 768px---------------*/
@media screen and (min-width: 768px) {
  body {
    width: 750px;
  }
}
/*---------------Tablet Landscape Width: 1024px---------------*/
@media screen and (min-width: 1024px) {
  body {
    width: 990px;
  }
}
/*---------------Desktop Width: 1200px---------------*/
@media screen and (min-width: 1200px) {
  body {
    width: 1100px;
  }
}
footer {
  border: 1px solid transparent;
  margin: auto;
  text-align: center;
  font-family: helvetica;
  font-size: 0.6em;
  padding-bottom: 15px;
}
footer hr {
  width: 85%;
}

/*---------------Mobile Portrait Width: 320px---------------*/
@media screen and (min-width: 320px) {
  body {
    margin: auto;
  }
  body img {
    display: block;
    margin: 50px auto 40px auto;
    height: auto;
    width: 200px;
  }
  body p {
    margin: auto;
    text-align: center;
    font-size: 1em;
    line-height: 150%;
  }
  body p span {
    font-size: 1em;
  }
}
/*---------------Mobile Landscape Width: 480px---------------*/
/*---------------Tablet Portrait Width: 768px---------------*/
@media screen and (min-width: 768px) {
  body #content {
    margin: auto;
    width: 700px;
  }
  body img {
    height: auto;
    width: 300px;
  }
}
/*---------------Tablet Landscape Width: 1024px---------------*/
/*---------------Desktop Width: 1200px---------------*/
@media screen and (min-width: 1200px) {
  body img {
    height: auto;
    width: 300px;
  }
}
