/*
-----------------------------------------------
bepress Publication-Level ir-local.css
Author:   bepress
Version:  February 1, 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* --- Social Media Icons --- KLM 10.19.21. */
 
ul#social li {
    display: inline-block;
}
 
ul#social li a {
    margin: 0 5px; /* removes 15px margin on all links in #sidebar. Adjust second number to adjust spacing between icons */
}
 
ul#social li:first-child a {
    margin-left: 5px; /* horizontally aligns first icon with other sidebar content */
}
 
ul#social li a:focus img {
    outline: 2px dotted # /* provides indication of focus for keyboard-only users. Adjust color to be more visible if needed.*/
}

/* Styling for social media links in sidebar - KLM 10-19-21 */
#cflj #social {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

#cflj #social .socialicon {
	padding-left: 10px;
	padding-right: 10px;
}
