/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  background-color: #181818;
  color: #ccc;
  /* The html and body elements cannot have any padding or margin. */
}

.bg-dark {
    background-color: #101010 !important;
}

a, a:hover {
  color: #fff;
}

b, strong {
  color: #fff;
}

.xcontent {
    font-size: 1.15em;
    font-family: 'Lora', serif;
}

footer {
    font-size: 0.8em;
}

div.xcontent p {
    text-align: justify;
    text-justify: auto;
}

div.media {
    display: table;
    margin: 0 auto;
    margin-top: 4em;
    margin-bottom: 4em;
}

.xcentered {
    text-align: center;
}

h1, h2, h3, h4 {
    font-family: sans-serif;
    color: #eee !important;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.3em;
}

div.xcontent hr {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    margin-bottom: 4em;
    height: 40px;
    background: url(/img/hr-stephan-hilbelink2.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}
#footer {
  background-color: #f5f5f5;
  padding: 0;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding-top: 60px;
}
.container .credit {
  margin: 20px 0;
}

/*code {
  font-size: 80%;
}*/