/* FOOTER */

.spliter {
	width: 100%;
	height: 15px;
	background-image: linear-gradient(to right, #fd8a13, #f19f0f);
}

footer {
	width: 100%;
	height: 120px;
	background: #303030;
	display: flex;
	align-items: center;
	padding: 0 50px 0 50px;
	box-sizing: border-box;
}

footer h1 {
	font-size: 15px;
	font-weight: initial;
	color: #fff;
	padding: 10px;
	border-left: 2px solid #f1c40f;
}

footer span {
	color: #f1c40f;
}

footer i {
	color: white;
}
