Copied!
background-image: linear-gradient(top, #99635e 0%, #a96f6d 13%, #a96f6d 26%, #3c0101 63%, #3c0101 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #99635e), color-stop(0.13, #a96f6d), color-stop(0.26, #a96f6d), color-stop(0.63, #3c0101), color-stop(1, #3c0101));
background-image: -moz-linear-gradient(top, #99635e 0%, #a96f6d 13%, #a96f6d 26%, #3c0101 63%, #3c0101 100%);
background-image: -o-linear-gradient(top, #99635e 0%, #a96f6d 13%, #a96f6d 26%, #3c0101 63%, #3c0101 100%);
background-image: -ms-linear-gradient(top, #99635e 0%, #a96f6d 13%, #a96f6d 26%, #3c0101 63%, #3c0101 100%);