footer {
    border-top: 0.5rem solid deeppink;
}

.social-item-block-icon {
    font-size: 2rem;
    color: deeppink;
}

.social-item-block-text {
    font-size: 1.125rem;
}

.social-item-block-icon:hover, .social-item-block-icon:focus, .social-item-block-icon:active,
.social-item-block-text:hover, .social-item-block-text:focus, .social-item-block-text:active {
	cursor: pointer;
}

.footer-copy {
    background-color: lightgray;
    /*border-top-color: tomato;*/
    /*border-top-width: 0.5rem;*/
    /*border-top-style: dashed;*/
    font-size: 0.725rem;
}

.footer-copy ul li {
    background-color: lightgray;
    /*padding-left: 1rem;*/
}

.footer-link {
    font-size: 1rem;
    color: black;
}

.footer-link:focus, .footer-link:active, .footer-link:hover {
    text-decoration: none;
    color: black;
}

/*@media all and (max-width: 576px) {*/
/*	.footer-link {*/
/*		font-size: 0.85rem;*/
/*	}*/
/*}*/

/*@media all and (max-width: 338px) {*/
/*	.footer-link {*/
/*		font-size: 0.6rem;*/
/*	}*/
/*}*/
