body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: white;
    background: -webkit-linear-gradient(#2C2C2C, white) fixed;
    background: -o-linear-gradient(#2C2C2C, white) fixed;
    background: -moz-linear-gradient(#2C2C2C, white) fixed;
    background-image: -ms-linear-gradient(top, #2C2C2C 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C2C2C', endColorstr='white');
    background: linear-gradient(#2C2C2C, white) fixed;
}

#header {
/*
    background-color: #007AC7;
*/
 color: white;
}

#navigation a {
    color: white;
}

#navigation a.dropdown-item {
    color: black;
}

#navigation a:hover
{ 
    color: yellowgreen; text-decoration:none;
}
