a:hover,a:visited,a:active{
	color:#000;
}
.margin-auto{
	margin-left:auto;
	margin-right:auto;
}
/* Full screen */
#full-screen{
	margin-left:0.5%;
	margin-right:0.5%;
}

 /* Footer Icons  */
.footer-icons:hover,
.footer-icons.active {
	background-color:#e8b731 !important;
}

/* overriding media clause */
@media only screen and (max-width: 414px) {

.footer-icons svg{
	width: 30px;
    height: 22px;
}

.footer-icons span{
	font-size:10px;
}
}

@media only screen and (min-width: 414px) {

.footer-icons svg{
	width: 30px;
    height: 22px;
}

.footer-icons span{
	font-size:10px;
}
}
