/* sets the background of the first social icon - Twitter*/
.box-social:nth-of-type(1) a.icon-link:hover {
    background: #55acee !important;
}

/* sets the background of the second social icon aˆ“ LinkedIn */
.box-social:nth-of-type(2) a.icon-link:hover {
    background: #0077b5 !important;
}

/* sets the background of the third social icon aˆ“ YouTube */
.box-social:nth-of-type(3) a.icon-link:hover {
    background: #b31217 !important;
}

/* sets the background of the fourth social icon aˆ“ Facebook */
.box-social:nth-of-type(4) a.icon-link:hover {
    background: #3b5998 !important;
}

/* sets the background of the fifth social icon aˆ“ Instagram */
.box-social:nth-of-type(5) a.icon-link:hover {
    background: #517fa4 !important;
}

/* sets the background of the six social icon aˆ“ Flickr */
.box-social:nth-of-type(6) a.icon-link:hover {
    background: #517fa4 !important;
}

/* sets the background of the seventh social icon aˆ“ Tumblr */
.box-social:nth-of-type(7) a.icon-link:hover {
    background: #35465c !important;
}

/* sets the background of the eighth social icon aˆ“ Pinterest */
.box-social:nth-of-type(8) a.icon-link:hover {
     background: #bd081c !important;
}

/* sets the background of the ninth social icon aˆ“ Google+ */
.box-social:nth-of-type(9) a.icon-link:hover {
     background: #dc4e41 !important;
}