#foot {
	
	text-align: center; margin: 0px auto;
	padding: 0px;
	width: 100%;
	background-color: var(--artha-theme-overlay-color);
	overflow: visible;
	z-index: 1;
	color: #aaaaaa;
	
}

#foot a {
	
	text-decoration : none;
	color : #aaaaaa;
	
}

#keyboardSanskrit:hover {
	
	cursor : pointer;
	
}

[data-theme="light"] {
	
	#keyboardSanskrit {	
		filter: grayscale(100%);		
	}
	
}

#copyright { 

	font-size : 13px; 
	color: var(--artha-foot-copyright-color);
	
}

[data-theme="dark"] {
	
	.arthaModes {
		
		filter: sepia(100%) hue-rotate(180deg);
		
	}
	
}

[data-theme="light"] {
	
	.arthaModes {
	
		filter: grayscale(100%) invert(100%);
				
	}
	
}

.arthaSocial {
	
	width: 43px;
	height: 43px;
	
}

.arthaSocial:hover {
	
	filter: brightness(120%);
	
}


[data-theme="dark"] {
	
	.arthaSocial {
		
		filter: sepia(100%) hue-rotate(180deg);
		
	}
	
	.arthaSocial:hover {
		
		filter: sepia(100%) hue-rotate(180deg) brightness(120%);
		
	}
	
}

[data-theme="light"] {
	
	.arthaSocial {
	
		filter: grayscale(100%) invert(100%);
				
	}
	
	.arthaSocial:hover {
		
		filter: grayscale(100%) invert(100%) brightness(120%);
		
	}
	
}



