.footer {
    padding-top: 15px;
    padding-bottom: 15px;
    outline: none;
    background-color: rgba(62, 21, 158, 0);
    background-image: url("../images/footer-background.jpg");
    user-select: auto;
}
.footer-content {
    padding: 20px;
    margin: 0px;
    font-size: 16px;
        line-height: 1.5;
}
.footer-list {
    text-align: center;
    color: rgb(186 0 0);
    list-style: none;
    display: flex;
    justify-content: center;
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 0;
}
.footer-list li {
    padding-right: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-list li:after {
    content: '|';
    padding-left: 10px;
}
.footer-list li:last-child:after {
    content: '';
}
.copyright {
    text-align: center;
    color: rgb(63 63 64);
    user-select: auto;
	margin-bottom: 10px;
	font-size: 17px;
	 line-height: 1.5;
	
}
.support-txt {
    text-align: center;
    color: rgb(63 63 64);
    user-select: auto;
	margin-bottom: 25px;
}
.support-txt a {
    color: rgb(65, 183, 216);
    user-select: auto;
    text-decoration: underline;
}
.statement {
    text-align: center;
    color: rgb(63 63 64);
    user-select: auto;
}
.support-txt p {
    margin-bottom: 10px;
}


@media(max-width:500px){
    .footer-content {
	    padding: 0px 20px 10px;
	}
}

@media(max-width:320px){
    .footer-content {
	    font-size: 15px;
	}
}

