
/*--------------------------------------------------------------
# Internal-Icons
--------------------------------------------------------------*/

  .icon {
	    	background-image: url(../icons/icon.png);
		background-repeat:  no-repeat;
		background-size:  cover;
background-position: center center;
	width: 60px;
	height: 60px;
	display: flex;

	justify-content: center;
	align-items: center;
	 

	
}
.icon:hover{
	    	background-image: url(../icons/icon2.png);
		background-repeat:  no-repeat;
		background-size:  cover;
background-position: center center;
	width: 60px;
	height: 60px;
	display: flex;

	justify-content: center;
	align-items: center;
	  

}
span.icon img{max-height:30px;max-width:30px;  transition:2.5s;}

span.icon img:hover{
    background:url("imageThatAppearsAfterHovering.png");
    -o-transform:rotate(720deg);
    -ms-transform:rotate(720deg);
    -moz-transform:rotate(720deg);
    -webkit-transform:rotate(720deg);
    transform:rotate(720deg); /* How many times it'll rotate = degrees÷360 */
}



/*--------------------------------------------------------------
# Internal-Ar-Icons
--------------------------------------------------------------*/

  .icon-Ar {
	    	background-image: url(../icons/icon.png);
		background-repeat:  no-repeat;
		background-size:  cover;
background-position: center center;
	width: 60px;
	height: 60px;
	display: flex;

	justify-content: center;
	align-items: center;
	float:right;
	 transition:2.5s;



	
}
.icon-Ar:hover{
	    	background-image: url(../icons/icon2.png);
		background-repeat:  no-repeat;
		background-size:  cover;
background-position: center center;
	width: 60px;
	height: 60px;
	display: flex;

	justify-content: center;
	align-items: center;
	 

}
span.icon-Ar img{max-height:30px;max-width:30px;  transition:2.5s;}

span.icon-Ar img:hover{
    background:url("imageThatAppearsAfterHovering.png");
    -o-transform:rotate(720deg);
    -ms-transform:rotate(720deg);
    -moz-transform:rotate(720deg);
    -webkit-transform:rotate(720deg);
    transform:rotate(720deg); /* How many times it'll rotate = degrees÷360 */
}
