body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: white;
    background: -webkit-linear-gradient(#007AC7, white) fixed; /* For Safari */
    background: -o-linear-gradient(#007AC7, white) fixed; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#007AC7, white) fixed; /* For Firefox 3.6 to 15 */
    background-image: -ms-linear-gradient(top, #007AC7 0%, white 100%); /* For IE11+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007AC7', endColorstr='white'); /* For <IE11 */
    background: linear-gradient(#007AC7, white) fixed; /* Standard syntax */
}

#header {
/*
    background-color: #007AC7;
*/
    color: white;
}

#navigation a {
    color: white;
}

#navigation a.dropdown-item {
    color: black;
}

#navigation a:hover
{ 
    color: #93c7e8; text-decoration:none;
}
