html {
    height: 125%;
}

body {
    background-attachment: fixed;
    background-size: cover;
    background-image: url(img/airbus_a_380.jpg);
}

a , a:visited , a:visited {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom , rgba(255,255,255,1) , rgba(255,255,255,1) , rgba(255,255,255,0));
}

.menuLink {
    background: linear-gradient(to bottom , rgb(0,174,255) , rgb(255,255,255));
    border: none;
    margin: 5px;
    box-shadow: 2px 2px 3px #555;
    color: rgb(255,255,255);
    font-weight: bold;
    text-shadow: 1px 1px 2px #555;
}

#date {
    float: right;
    margin: 10px;
    font-size: 10pt;
}

img#logo {
    height: 100px;
    margin: 10px;
    transition: all .3s;
}

article {
    margin: 170px 15px 50px 15px;
}

footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px;
    font-size: 10pt;
    background: linear-gradient(to top , rgba(255,255,255,1) , rgba(255,255,255,1) , rgba(255,255,255,1) , rgba(255,255,255,0));
}

#loadingBar {
    text-align: center;
    display: none;
}