body {font-family: Gotham, Verdana, sans-serif; font-size: 14px; color:#474740; background:#E8E8E8; margin:0;}
.wordmark-wrapper-var {/*width:450px; height:90px;*/}
table {font:inherit;}
th, td{text-align:left;padding:0 8px 1em 0;vertical-align:top;}
#heading-wrapper
{
    z-index:2; position:absolute; top:10px; left:0; 
    height:108px; width:100%; 
    border-style:solid; border-color:#C16622;
    /* background:#800000; */
    top:0%; margin-top:10px; border-width: 8px 0;
    color: #fff;
    /* from communications.uchicago.edu */
    background: #7d0101;
    background: -moz-linear-gradient(top, #7d0101 0%, #651110 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d0101), color-stop(100%, #651110));
    background: -webkit-linear-gradient(top, #7d0101 0%, #651110 100%);
    background: -o-linear-gradient(top, #7d0101 0%, #651110 100%);
    background: -ms-linear-gradient(top, #7d0101 0%, #651110 100%);
    background: linear-gradient(top, #7d0101 0%, #651110 100%);
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; */
}
#heading
{
    margin: 0 auto;
    height: 100px;
    width: 780px;
    max-width: 90vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
#heading-left 
{
  font-family:Garamond, serif;
  flex: 1;
  /* margin:auto; */
  /* position: absolute; */
  /* left: 50%; top: 50%; margin-top:-4px;
  -webkit-transform: translate(-376px, -50%);
  -ms-transform: translate(-376px, -50%);
  transform: translate(-376px, -50%); */
  font-size:48px; text-align:left;
 }
#heading-right 
{
  /* position: absolute; */
  /* left: 50%; top: 50%; margin-top:-4px;
  -webkit-transform: translate(167px, -50%);
  -ms-transform: translate(167px, -50%);
  transform: translate(167px, -50%); */
 }
#logo-signature {margin-left:42px;margin-top:4px;font-size:14px;}
a #heading-right {color:#fff;}
.nav
{
    z-index:3;
    font-family:Garamond, serif;
    position:absolute; top:119px; width:140px; height:22px;
    left:50%;
    background-color:#C16622; color:white;
    text-align:center;
    padding-top:0;font-size:20px;
}
#nav1 {margin-left:-314px;}
#nav2 {margin-left:-151px;}
#nav3 {margin-left:11px;}
#nav4 {margin-left:174px;}
.nav a
{
    color:white; text-decoration:none; display:block;
}
#nav1 a:hover, #subhead1 {background-color:#8A9045;}
#nav2 a:hover, #subhead2 {background-color:#58593F;}
#nav3 a:hover, #subhead3 {background-color:#155F83;}
#nav4 a:hover, #subhead4 {background-color:#350E20;}
.subhead
{
    font-family:Garamond, serif;
    width:280px; height:44px;
    background-color:#C16622; color:white;
    text-align:center;
    padding-top:0;font-size:40px;margin: -24px auto 8px auto;
}
@media only screen and (min-width: 900px)
{
    #subhead1 {margin-left:0px;}
    #subhead2 {margin-left:163px;}
    #subhead3 {margin-left:325px;}
    #subhead4 {margin-left:488px;}
}
/* #main-wrapper {margin: 0 0 0 50%; padding:0;} */
#main
{
    margin:176px auto 0 auto; padding:0; 
	min-height:100vh; width:800px; max-width:90vw;
}
/*#content {margin: 0; padding: 152px 0px 2em 0px;}*/
#content {margin: 0; padding: 0px 0px 1em 0px;}
.section 
{
	padding:0px 16px 0px 16px; margin-top:36px; margin-bottom:8px;
    border-style:solid; border-width: 4px; border-color:#D6D6CE;
    background-color:white;
}
#section1, #section5 {border-color:#8A9045;}
#section2, #section6 {border-color:#58593F;}
#section3, #section7 {border-color:#155F83;}
#section4, #section8 {border-color:#350E20;}

.photo {max-width: 35vw;}