html, body {
    font-family: 'PT Sans', sans-serif;
}

.social-icons li a {
	width: 30px;
	height: 30px;
	padding: 0px 0 0 5px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
}

html body li.active a {
    background: #3131bc;
    border-left: 0px !important;
    color: #fff !important;
}

.footer h4 {
    color: #fff;
    /* margin-bottom: -0.5em; */
    font-size: 1.2em;
    line-height: 1.2;
    font-family: "Doppio One", sans-serif;
    font-weight: normal;
    /*margin-top: 2em;*/
    letter-spacing: -1px;
    text-transform: uppercase;
    border-bottom: 1px solid #968989;
    padding-bottom: 0.5em;
}

.footer li a {
	font-size: 0.7em;
	padding: 0.4em 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

.footer li a:hover,
.footer li span:hover {
	color: #fff;
}
.footer li span {
	font-size: 0.7em;
	padding: 0.2em 0;
	color: #fff;
	display: block;
	cursor: pointer;
}
.pagination {
    justify-content: end;
}
.empty {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .footer h4{
        font-size: 0.8em;
    }
}