@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

body {
  background: url("../img/mohl-bych/bg2.jpg") top center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover; }

article {
  margin: 0 auto;
  margin-top: 5%;
  padding: 25px;
  max-width: 500px;
  color: #7d6b81;
  text-align: center;
  font-size: 22px; }

h1 {
  margin-bottom: 30px;
  color: #3c1a3d;
  text-shadow: 0px 1px 0px #e6dfec;
  font-weight: 700;
  font-style: italic;
  font-size: 42px;
  font-family: "ff-tisa-web-pro", serif; }

pre {
  font-weight: 400;
  font-style: normal;
  font-family: "ff-tisa-web-pro", serif;
  line-height: 28px; }

dl {
  margin-bottom: 24px; }

em {
  margin-top: 30px;
  font-weight: 400;
  font-style: italic;
  font-family: "ff-tisa-web-pro", serif; }

em:before {
  content: "—";
  padding-right: 8px; }

em:after {
  content: "—";
  padding-left: 8px; }

/*Social Icons*/
#social {
  position: relative;
  margin: 0 auto;
  width: 85px;
  height: 50px; }

#social a {
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  background-color: rgba(24, 11, 24, 0.1); }

#twitter {
  right: 40px;
  background-image: url("../img/mohl-bych/twitter.png"); }

#facebook {
  right: 0;
  background-image: url("../img/mohl-bych/facebook.png"); }

#social a:hover, #social a:focus {
  background-color: #180b18; }

@media screen and (min-width: 481px) {
  #social {
    position: absolute;
    top: 0.5em;
    right: 0.5em; } }
/* Phark Image Replacement -http://phark.typepad.com/phark/2003/08/accessible_imag.html */
.phark {
  display: block;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px; }

/*# sourceMappingURL=mohl-bych.css.map */
