﻿/* HOME PAGE FROM HERE ON IN 
#mainHero{
	margin-bottom:29px;
	max-width: 529px;
	max-height: 664px;
	overflow:hidden;
	}*/

:root {
	--article-font-size:18px;
}

@media (max-width: 992px) and (min-resolution:190dpi) and (orientation:portrait),
	   (max-width:600px) {
	  :root {
	
	--article-font-size:22px;}

}
/*  Over-ride the top padding for the header and snav because
    the President's message pushed them down
*/
/*
header{
	padding-top:10px;
}
#snav{
	padding-top:0px;
}
*/


#heroimg {
	max-width:100%;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
#herocaption {
	text-align:center;
}

article{
	width:100%;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background-image:url(../images/articleDivide.png);
	background-position: center bottom;
	background-repeat: no-repeat; 
}

#artwrapper {
	width: 341px;
	float:left;
	}
h1 {
	color: #74491f;
	font-style:normal;
	font-weight:100;
	font-size:21px;
	margin: 0;
	text-align:center;
}

p	{
	margin: 0;
	color: #77787b;
	margin-top: 7px;
	font-size: var(--article-font-size);
	line-height: 20px;
}
section {
	color: #74491f;
	float:right;
	clear: right;
	width:100%;
	margin-top:-5px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background-image:url(../images/sectionDivide.png);
	background-position: bottom center;
	background-repeat: no-repeat; 
	word-break:break-all;
	}
	
 h2 {
	 font-size: 14px;
	 margin-bottom: -2px;
	 }
section p {
	font-size:14px;
	line-height:18px;
	}
	