/*
    Plains Tribune.com Article page
    
    color: #b5623b; burnt/brick red
    color: #794228; darker burnt/brick red
    color: #efeee8; off white
    color: #4d4d4d; dark gray

*/
			
body
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	min-height: 100vh;
	font-size: 100%;
	color: #4d4d4d;
	background: linear-gradient(180deg, #700000, #400000);
}

div, img
{
	box-sizing: border-box;
}

h1
{
	font-size: 4em;
	margin-block-start: 0em;
	margin-block-end: 0em;
}

h2
{
	font-size: 2em;
	margin-block-start: 0em;
	margin-block-end: 0em;
}

h3
{
	font-size: 1.5em;
	margin-block-start: 0em;
	margin-block-end: 0em;
}

h4
{
	margin-block-start: 0em;
	margin-block-end: 0em;
}

p
{
	margin-block: .5em;
	text-indent: 1em;
	text-align: justify;
}

a
{
	color: #a0522d;
}

figure
{
	display: grid;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.noStyleLink
{
	text-decoration: none;
}

.indent
{
	margin: 1em 8% 1em 6%;
	text-indent: 0;
	color: #535d6e;
}

.mainPage
{
	display: block;
	width: 94%;
	max-width: 1200px;
	margin: 3% auto;
	background-color: #efeee8;
	box-shadow: 0 0 12px #00000088;
}

.header
{
	display: flex;
	flex-flow: row wrap;
	position: sticky;
	top: 0;
	align-items: center;
	width: 96%;
	margin: 0 auto 2%;
	padding: 1% 0;
	text-align: center;
	background-color: #efeee8;
	border-bottom: double 6px #4d4d4d;
}

.headerCenter
{
	order: 2;
	width: 70%;
}

.headerLogo
{
	width: 100%;
	max-height: 85px;
	object-fit: contain;
}

.leftContainer
{
	order: 1;
	width: 15%;
	height: fit-content;
	padding-right: 20px;
	cursor: pointer;
}

.rightContainer
{
	order: 3;
	width: 15%;
	padding-left: 20px;
}

.rightImage, .leftImage
{
	width: 100%;
	max-height: 85px;
	min-height: 50px;
	object-fit: contain;
}

.mainContent
{
	padding: 0 3%;
}

.mainContent::after 
{
	content: "";
	clear: both;
	display: table;
}

.featureContainer
{
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 180px;
	margin: 0 0 12px 0;
	padding: 12px;
	font-size: 1.25em;
	background: linear-gradient(180deg, #ffffff88, #ffffff00);
}

.featureContainer::after 
{
	content: "";
	clear: both;
	display: table;
}

.featureTitle
{
	width: 100%;
	margin: 0 0 0;
	border-bottom: solid 2px #4d4d4d;
}

.featureContent
{
	width: auto;
	font-size: 1em;
}

.featureContent::after 
{
	content: "";
	clear: both;
	display: table;
}

.featureImageContainer
{
	float: left;
	max-width: 40%;
    height: 100%;
    min-width: 200px;
    margin: 12px 16px 8px 0;
}

.featureImageContainer::after 
{
	content: "";
	clear: both;
	display: table;
}

.featureImage
{
	max-width: 100%;
	min-width: 200px;
	max-height: 350px;
	object-fit: contain;
	margin: 0 auto;
}

.photoShadow
{
    box-shadow: 4px 4px 6px gray;
}

figure
{
}

figurecaption
{
	font-size: .865em;
	font-style: italic;
}

.contentImageContainerRight
{
	float: right;
	margin: 0 0 10px 20px;
	width: 40%;
	height: 100%;
}

.contentImageContainerWide
{
	display: grid;
	justify-content: center;
	margin: 0 auto 10px;
	width: 100%;
	height: 100%;
}

.contentImage
{
	max-height: 500px;
	max-width: 100%;
	min-width: 200px;
	margin: 0 auto;
	object-fit: contain;
}

.contentImageContainerMulti
{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 0 6px 1em;
	width: 100%;
	max-height: 500px;
}

.contentImageMulti
{
	margin: 0 5px 10px;
	width: auto;
	height: 100%;
	max-height: 500px;
	object-fit: contain;
}

.contentImageContainerMulti::after 
{
	content: "";
	clear: both;
	display: table;
}

.navigate
{
	display: flex;
	justify-content: space-between;
	margin: 2em 0 0;
}

.navigatePrevious
{
	text-align: end;
	margin: 0 0 0 16px;
}

.footer
{
	position: relative;
	bottom: 0;
	width: 96%;
	margin: 0 auto;
	padding: 12px;
	text-align: center;
	border-top: solid 2px #4d4d4d;
}



@media screen and (min-width: 800px)
{
	.featureImageContainer
	{
		margin-right: 40px;
	}
}

@media screen and (max-width: 650px)
{
	.featureImageContainer
	{
		float: none;
		max-width: 100%;
		margin: 12px auto 8px;
		text-align: center;
	}
	
	.featureImage, .contentImage
	{
		max-height: 400px;
	}
	
	.contentImageContainerRight
	{
		float: none;
		width: 100%;
		margin: 0 auto 10px;
		text-align: center;
	}
	
	.contentImageContainerMulti
	{
		flex-flow: column;
		max-height: 100%;
	}

@media screen and (max-width: 550px)
{
	h1
	{
		font-size: 3em;
	}
	
	h2
	{
		font-size: 1.25em;
	}
	
	h3
	{
		font-size: 1em;
	}
	
	.mainPage
	{
		width: 98%;
	}
	
	.header
	{
		width: 100%;
		margin: 0 0 10px;
		padding: 6px 10px 2px;
		border-bottom: none;
		justify-content: space-evenly;
		box-shadow: 0 1px 8px #00000088;
	}
	
	.headerCenter
	{
		order: 1;
		width: 100%;
	}
	
	.headerLogo
	{
		width: 100%;
		max-height: 65px;
		margin: 0 0 2% 0;
		padding: 0 0 12px;
		border-bottom: double 6px #4d4d4d;
	}
	
	.leftContainer
	{
		order: 2;
		width: 20%;
	}
	
	.rightContainer
	{
		order: 3;
		width: 20%;
	}
	
	.leftImage, .rightImage
	{
		max-height: 50px;
	}
}
