/*body,.background-fixed {
    background-image:url("../image/background-4-countysky.png");
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
}*/
body {
    background:linear-gradient(47deg,rgba(23, 69, 146,1),rgba(216, 243, 253,1),rgba(56, 150, 223,1));
    background-attachment: fixed;
}