/* app css stylesheet */

html {
    background: rgb(255, 255, 255) url(background.jpg) repeat scroll top left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: lighter;
    letter-spacing: 1px;
}

header h1, nav.menu a, nav.lang a {
    -webkit-transition: 500ms linear 0s;
    -moz-transition: 500ms linear 0s;
    -o-transition: 500ms linear 0s;
    transition: 500ms linear 0s;
}

header {
    color: lightgray;
}

header nav.menu a:hover, nav.lang a:hover {
    color: white;
    text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}

body {
    position: relative;
    background: url(spotlight.jpg) repeat-y top;
    width: 700px;
    margin: 0 auto;
}

a {
    color: red;
}

a img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: lighter;
}

article {
    color: white;
}

section {
    padding: 0 20px;
}

nav.lang {
    position: absolute;
    top: -35px;
    right: 0;
    margin: 0;
    padding: 0;
}

nav.lang ul {
    list-style: none;
    text-align: center;
}

nav.lang ul > li {
    display: inline;
    padding: 8px;
    font-size: 80%;
}

nav.lang a > img.not-available-lang {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

nav.menu ul {
    margin-top: 20px;
    margin-bottom: 2px;
    padding: 8px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    background-color: rgba(200, 200, 200, 0.50);
    list-style: none;
    text-align: center;
    text-transform: uppercase;
}

nav.menu ul > li {
    display: inline;
    padding: 8px;
    font-size: 80%;
}

nav.menu a {
    font-weight: normal;
    text-decoration: none;
    color: lightgray;
    text-shadow: 1px -1px gray;
}

header h1 {
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
}

span.shiny {
    color: #fff;
    text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}

header h1::before {
    content: url('mercedes.png');
    position: absolute;
    top: 2px;
    left: -1px;
}

header h2 {
    margin-top: 5px;
    margin-right: 20px;
    text-align: right;
    text-transform: uppercase;
    font-size: 100%;
    font-weight: 100;
    letter-spacing: 0.2em;
}

footer {
    background-color: rgba(200, 200, 200, 0.50);
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    margin-top: 40px;
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

footer p {
    font-size: 40%;
    color: lightgray;
}
