
#footer,
.mobile #footer {
	background: rgb(59,44,68); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(59,44,68,1) 0%, rgba(31,50,59,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(59,44,68,1) 0%,rgba(31,50,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(59,44,68,1) 0%,rgba(31,50,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b2c44', endColorstr='#1f323b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


#background {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bedbe1+0,d5e7ea+100 */
background: #bedbe1; /* Old browsers */
background: -moz-linear-gradient(top,  #bedbe1 30%, #d5e7ea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #bedbe1 30%,#d5e7ea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #bedbe1 30%,#d5e7ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bedbe1', endColorstr='#d5e7ea',GradientType=0 ); /* IE6-9 */
background-attachment: fixed;
}

#content .background-colorizer > div,
#content .background-colorizer > h1 {
	position:relative;
	z-index:2;
}

canvas {
	z-index:1;
}

#content .background-colorizer > div.bg-wrap {
	position:absolute;
	z-index:-1;
}

#footer {
	z-index:2;
}