/* TAG TEAM University Library default CSS */

.Frame_Section_Banners {
	margin-bottom: 5rem;
}

h10  {
	margin: 2rem auto;
}

h10 a,
h10 a:visited {
	color:#900;
    font-weight: 500;
}

h13 {
	margin: 0 auto 1.5rem;
}

.Title_University_Section {
    font-family: "Oswald", "Roboto Condensed", Arial, Helvetica, sans-serif;
    display: block;
	font-size: 1.8rem;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	margin: .6rem 0 0;
}

.Title_University_Section a {
	color: #353131;
    font-weight: 500;
}


/* LIBRARY (SNAPSHOT CATEGORIES) */

.Frame_Snapshot_Categories {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	column-gap: 2rem;
	row-gap: 2.5rem;
	margin-bottom: 5rem;
}

.Frame_Black_History_Snapshot_Category_In_List {
	border: 1px solid #CCC;
	border-radius: .4rem;
	padding: .4rem .8rem;
	background-color: #F9E6C7;
	text-align: center;
	width: 10rem;
}

a:hover .Frame_Black_History_Snapshot_Category_In_List {
	background-color: yellow;
}

.Frame_Snapshot_Categories a:hover {
	text-decoration: none;
}

.Text_Snapshot_Title {
	font-size: 1.4rem;
	font-weight: bold;
	color: #000;
	line-height: 2rem;
}

.Text_Number_Snapshots {
	font-size: .95rem;
	font-weight: normal;
	color: #333;
}

.Title_Related_Snapshots {
	margin: 3rem 0 2rem;
	border-top: 1px solid #AAA;
	padding-top: 4rem;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
    font-weight: 700;
	color:#555;
 	display: block;
	width: 100%;
	text-align: center;
}




/* SNAPSHOTS */

.Frame_Task_Explanation_Text {
	display: none;
}









/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {


}





/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}





/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {

}