@import url('LibreBaskerville.css');

body::before
{
    content: "";
    display: block;
    position: fixed;
    left: 0; top: 0; right: 0; bottom: 0;
    z-index: -10;
    background-color: #444;
    background: url('20150827_000.jpg') no-repeat center center;
    background-size: cover;
}
body
{ 
    padding: 0;
    margin: 0;
    color: #eee;
    font-size: 1.5rem;
    font-family: 'Libre Baskerville', serif;
    /*background: url('20150827_000.jpg') no-repeat center center fixed;*/
    overflow: hidden;
}

article
{
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30em 0.5em;
    
    background-color: rgb(20, 6, 0, 67%);
    /*background-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));*/
}

p 
{
    color: #ccc;
    width: 35em;
    max-width: 100%;
    margin: 1em auto;
    line-height: 1.75;
    filter: drop-shadow(0 0 5px #000);
    text-align: justify;
}

.du-elderan
{
    color: #fe9;
}

h1
{
    font-weight: normal;
    font-size: 1.75em;
    text-align: center;
    filter: drop-shadow(8px 8px 15px #000);
}

a
{ 
    color: #6ae;
}
