/* ==========================
   FOOTER STYLES
========================== */
footer {
	background: #0e154b !important;
	color: white;
	padding: 30px 20px 20px !important;
	text-align: center !important;
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%) !important;
}

.footer>.content {
	max-width: 1200px !important;
	margin: 0 auto !important;
	font-size: 14px !important;
	padding: 0px
}

footer a {
	color: white;
	text-decoration: none;
	margin: 0 10px;
}

footer a:hover {
	text-decoration: underline;
}

.divider {
	margin: 0 5px;
}

/* RESPONSIVE */
@media ( max-width :900px) {
	.footer-container {
		flex-direction: column;
		gap: 36px;
	}
	.footer-bottom {
		flex-direction: column;
		gap: 10px;
		align-items: center;
		text-align: center;
	}
}