@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville);

/* HTML classes  */
body {
    font-size: 200%;
    text-align: center;
    font-family: Libre Baskerville;
}

p {
    font-weight: normal;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
    text-align: left;
}

pre {
    text-align: left;
}

h1, h2, h3, h4 {
    font-weight: normal;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

tt {
    font-size: 125;
}

ul {
    list-style-position: inside;
}

li {
    font-family: serif;
    font-weight: normal;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
    padding-left: 0.3em;
    line-height: 1.8em;
    text-align: left;
}

a {
    text-decoration: none;
    color: black;
}

.hidden {
    display: none;
}

/* Header and footer */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: .25;
  padding: 5px;
}

.header img {
  position: relative;
  float: right;
  opacity: 0.8;
}

/* .header img {
    opacity: 0.2;
    position: absolute;
    left: 0;
} */

.footer {
    position: absolute;
    top: 95%;
    font-size: 50%;
}


/* Shared classess */

.fullscreen-img {
  /* background: blue; */
  position: relative;
}
.fullscreen-img img {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    margin:auto;
    z-index: -100;
}
