/* add custom site CSS here */
.gallery figure img:hover{
 cursor: pointer;   
}

.gallery .caption-credit{
    display:block;
}

/* Ties to IU - Floating Table of Contents */

/* 1. Enable smooth scrolling */
html {
	scroll-behavior: smooth;
}

/* 2. Make nav sticky */
nav.heading-nav {
	top: 2rem;
}

/* 3. ScrollSpy active styles (see JS tab for activation) */
.heading-nav li.active > a {
	color: #333;
	font-weight: 500;
}

/* Sidebar Navigation */
.heading-nav {
	padding-left: 0;
	border-left: 1px solid #efefef;
}

.heading-nav ol{
    list-style: none;
}

.heading-nav a {
	text-decoration: none;
	display: block;
	padding: .125rem 0;
	/*color: #ccc;*/
	transition: all 50ms ease-in-out; /* 💡 This small transition makes setting of the active state smooth */
}

.heading-nav a:hover,
.heading-navv a:focus {
	/*color: #666;*/
}

body#ties-to-iu .float-right.one-third+.two-thirds>.text:first-of-type {
    padding-left: 0;
}