#header .navbar .navbar-section.desktop-menu {
    background-color: #FFFFFF; 
}
html {
    height: 100%;
}

body {
    min-height: 100%;
    background: linear-gradient(to bottom, #ffffff, #DAEAF6) fixed;
    background-attachment: fixed;
}
