/*Change header and footer colors*/

.container-header {
    background: linear-gradient(135deg,#ffffff,#302d70) !important;
}

.container-footer {
    background: linear-gradient(135deg,#ab5aed,#000000) !important;
}

/* fix phone number module to center*/
div#mod-custom95 {
	align-self: center;
}
div#mod-custom95 > p {
	margin: 0 !important;
}