body > footer{
	background-color: #370d5e !important;
}
.footer-bg{
	background: url('../selfgambar/world.svg') center center no-repeat !important;
	background-size: auto !important;
	background-size: contain !important;
}
.logo-informasi-kampus-footer{
	width: 19rem;
}
.menu-footer{
	font-size: 1.2rem;
	color: #fff;
}
body > footer > div.container-fluid.pt-5.ps-5 > div > div > div.col-md-5 > div > div > ul{
	padding-left: 0px;
	list-style: none;
}
body > footer > div.container-fluid.pt-5.ps-5 > div > div > div.col-md-5 > div > div > ul > li > a{
	text-decoration: none;
	color: #fff;
	font-size: .90rem;
}
#div-hakcipta{
	letter-spacing: .4px;
	font-size: 12px !important;
}

@media (min-width: 320px) and (max-width: 767px) 
{
	body > footer > div.container-fluid.pt-5.ps-5{
		padding-left: 1rem!important;
		padding-top: 1rem!important;
	}
}