/*
 Theme Name:   Sofserv VVCR Theme
 Description:  A child theme for the Twenty Twenty-Five block theme.
 Author:       Sofserv
 Template:     twentytwentyfive
 Version:      1.0.0
*/



/* Footer  */
.sofserv-footer-copyright-text {
	font-size: 15px;
	margin-top: 30px;
}


@media ( max-width: 768px ) {

	.sofserv-footer-copyright-text {
		font-size: 15px;
		text-align:center;
		margin-top: 20px;
	}

}