/* GARVEY: THE NEGRO WORLD */

.Container_TheNegroWorld {
	margin-bottom: 5rem;
}

.Frame_Newspaper_Explanation {
	margin-bottom: 1rem;
}

.Image_NegroWorld {
	display: block;
	width: 100%;
	max-width: 450px;
	margin: 0 auto 2rem;
}

.Negro_World_Explanation_Headline {
	font-weight: bold;
	font-family: "Roboto Condensed", "Oswald", "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	line-height: 2rem;
	text-align: center;
	color: #555;
}

.Negro_World_Year_Number {
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 3rem;
}

.Section_Negro_Worlds_For_Year {
	margin: 3rem 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 3rem;
	row-gap: 2rem;
}

.Negro_World_Issue {
	border: 1px solid #CCC;
	border-radius: .4rem;
	background-color: #f1e9cc;
	padding: 1rem .25rem;
	text-align: center;
	font-family: "Roboto Condensed", "Oswald", "Roboto", Arial, Helvetica, sans-serif;
	flex-basis: 15.5rem;
}

.Negro_World_Issue_Date {
	font-weight: 700;
	font-size: 1.6rem;
	color: #666;
	margin-bottom: .1rem;
}

.Frame_Issue_Buttons {
	display: flex;
	justify-content: space-around;
}

/* Make sure accordion panel always shows all The Negro World newspapers when opened */
div.panel.show {
	max-height: fit-content;
}






/* 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) {

	.Frame_Newspaper_Explanation {
		margin-bottom: 1rem;
	}

	.Image_NegroWorld {
		display: float;
		float: right;
		width: 450px;
		margin: 0 0 1rem 1.5rem;
	
	}

	.Negro_World_Explanation_Headline {
		text-align: left;
	}

}








/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {



}