@import url(http://fonts.googleapis.com/css?family=Raleway+Dots);
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,200,700);
@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}


section #services li div {
width: 120px;
height: 120px;
color: #fff;
font-size: 3.4em;
font-size: 2.1em;
text-align: center;
line-height: 120px;
line-height: 100%;  /* This determines the vertical spacing on the Permits ONLY  */

background-color: #CF423C;
transition: all 0.5s ease;
}

section #services li div:hover {
transform: rotate(360deg);
-ms-transform: rotate(360deg); 
-webkit-transform: rotate(360deg); 
border-radius: 100px;
}

section #services li {
width: 120px;
height: 120px;
display: inline-block;
margin: 20px;
list-style: none;
}