/** 
 * Theme Name: The Island Jar
 *
*/


/*
The following styles determine where the social icons are in the social media list in the footer. By changing the number in the bracket, you can change the order of the icons if you need to. These styles override already existing styles in main.css, so deleting them won't break all the styles.
*/

#menu-footer-menu li:nth-of-type(1) {
    background: url("img/facebook-icon.png") left center no-repeat;
    padding-left: 20px;
}

#menu-footer-menu li:nth-of-type(2) {
    background: url("img/twitter-icon.png") left center no-repeat;
    padding-left: 20px;
}

#menu-footer-menu li:nth-of-type(3) {
    background: url("img/yelp-icon.png") left center no-repeat;
    padding-left: 20px;
}
#menu-footer-menu li:nth-of-type(4) {
    background: url("img/instagram-icon.png") left center no-repeat;
    padding-left: 20px;
}