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