Copied!
background-image: linear-gradient(top, #cd8755 0%, #59260c 41%, #59260c 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cd8755), color-stop(0.409, #59260c), color-stop(1, #59260c));
background-image: -moz-linear-gradient(top, #cd8755 0%, #59260c 41%, #59260c 100%);
background-image: -o-linear-gradient(top, #cd8755 0%, #59260c 41%, #59260c 100%);
background-image: -ms-linear-gradient(top, #cd8755 0%, #59260c 41%, #59260c 100%);