
/* DECLARATION OF NEGRO RIGHTS */

.Container_Garvey_DeclarationOfNegroRights {
	border: 1px solid #CCC;
	padding: 2rem 3rem 1rem;
	box-shadow: rgba(0, 0, 0, 0.2) 0 .5rem 1rem, rgba(0, 0, 0, 0.18) 0 .3rem .3rem;
	margin-bottom: 5rem;
}

h5 {
    font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 38px;
    font-weight: normal;
    text-transform: uppercase;
	color:#555;
	line-height: normal;
	margin: 0 0 20px 0;
}

.Frame_Declaration_PhotoAndExplanation {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	text-align: center;
	margin: 0 auto 3rem;
}

.Declaration_Photo {
	width: 100%;
}

.Declaration_Explanation {
	background-color: #EEE;
	padding: 1.5rem 2rem;
	text-align: center;
}

.Declaration_Explanation,
.Declaration_Explanation p {
	font-size: 1.1rem;
	font-weight: 500;	
}

.Container_Declaration ol {
	text-align: left;
	margin: 0 auto 2rem;
	padding: 0;
}

.Container_Declaration li {
	margin-left: 1.5rem;
	padding-left: .75rem;
	line-height: 1.4rem;
	margin-bottom: 1.2rem;
}







/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Frame_Declaration_PhotoAndExplanation {
		flex-direction: row;
		column-gap: 2rem;
		margin-bottom: 3rem;
		max-width: 100%;
	}
	
	.Declaration_Photo {
		width: 100%;
		min-width: 60%;
		margin-bottom: 0;
	}

	.Declaration_Header_Text {
		text-align: left;
	}	
	
}




/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.Declaration_Explanation,
	.Declaration_Explanation p {
		font-size: 1.4rem;
	}
	
}