/* Webfont includes */
@import url(cantarell/stylesheet.css);
@import url(alpha_echo/stylesheet.css);
/* Reset */
span, a, em, strong, i, bold, tt {
  display: inline; }

html, body, div, p, ul, ol, li,
h1, h2, h3, h4, h5, h6 {
  display: block; }

span, a, em, strong, i, bold, tt,
html, body,
div, p, ul, ol, li,
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-size: inherit;
  text-decoration: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
  background-image: none;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  cursor: inherit;
  list-style: none;
  text-indent: none;
  vertical-align: top;
  text-align: inherit; }

html {
  font-family: Cantarell, Verdana, Tahoma, sans-serif;
  font-size: 22px;
  color: #CCC;
  background-color: black;
  overflow-x: hidden;
  height: 100%;
  background-image: url("../img/logotop.png");
  background-repeat: no-repeat;
  background-position: left bottom; }

body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  min-width: 320px; }

main {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%; }

/* Generic elements */
a {
  color: white;
  cursor: pointer; }

a:hover {
  text-decoration: underline; }

h1 {
  font-family: "AlphaEchoRegular";
  font-weight: normal; }

h1, h2, h3, h4 {
  font-weight: bold; }

h1 {
  font-size: 150%; }

h2 {
  font-size: 115%; }

h3 {
  font-size: 105%; }

h4 {
  font-size: 100%; }

em, i {
  font-style: oblique; }

strong, b {
  font-weight: bold; }

/* Page layout */
/* Menu */
.menu li {
  display: inline-block; }
.menu li > a {
  font-family: "AlphaEchoRegular";
  font-weight: normal;
  background-color: #FB3;
  display: block;
  border-radius: 1em;
  padding: 0.5em 2em;
  box-sizing: border-box;
  min-width: 280px;
  color: black;
  margin: 1em;
  text-align: center;
  transition-duration: 250ms; }
  .menu li > a img {
    width: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .menu li > a:hover {
    text-decoration: none;
    background-color: #7f5d19; }

/* Specific classes & styles */
.titlebanner {
  align-self: flex-start;
  line-height: 1;
  color: #FB3;
  margin-top: 0.5em; }
  .titlebanner h1 {
    text-transform: lowercase;
    text-shadow: 0px 0px 1px #FB3;
    font-family: inherit;
    font-weight: bold; }
  .titlebanner p {
    font-size: 75%; }
  .titlebanner a {
    display: block;
    color: inherit; }
  .titlebanner a:hover {
    text-decoration: none; }

.rfloat {
  float: right;
  margin-left: 1em; }

.lfloat {
  float: left;
  margin-right: 1em; }

.photo {
  padding: 6px;
  background-color: white;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }

.footer {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  font-size: 60%;
  color: #48C; }
  .footer p {
    display: inline; }
  .footer p + p:before {
    content: '-'; }

.breadcrumbs {
  font-size: 50%;
  border-bottom: dotted 1px #888;
  padding-bottom: 1.5em;
  margin-bottom: 1em; }

.languages,
.childpages {
  vertical-align: bottom; }
  .languages ul > li,
  .childpages ul > li {
    list-style: none;
    margin: 0;
    display: inline; }
    .languages ul > li + li:before,
    .childpages ul > li + li:before {
      content: '-';
      margin-left: 0.5em;
      margin-right: 0.5em; }

.languages {
  font-size: 60%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em; }

.blog {
  position: relative;
  display: table;
  width: 100%; }
  .blog .principal,
  .blog .sidebar {
    font-size: 85%;
    display: table-cell; }
  .blog .principal {
    width: auto;
    padding-right: 1em; }
  .blog .sidebar {
    width: 15em;
    text-indent: -4em;
    padding-left: 5em; }
    .blog .sidebar .bloglist .bloglistitem h6 {
      display: inline; }
  .blog .blog-entry {
    margin-bottom: 1em; }
    .blog .blog-entry .readmore {
      margin-top: 0.25em;
      display: block; }
    .blog .blog-entry h1 {
      color: inherit; }
      .blog .blog-entry h1 a {
        color: inherit; }
  .blog .tags strong {
    display: block; }
  .blog .tags a {
    font-size: 80%;
    background-color: #EEE;
    padding: 0.25em;
    border-radius: 0.25em;
    margin: 0.25em;
    border: solid 1px #888;
    line-height: 2; }

/*# sourceMappingURL=style.css.map */
