/*
You can add your own CSS here.
Click the help icon above to learn more.
*/
@media screen and (min-width: 30em) {
.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
}
.wrap {
max-width: 2000px !important;
padding-left: 3em !important;
padding-right: 3em !important;
}
.panel-image {
    height: 75vh !important;
}
}

.main-navigation a {
    font-size: 16px !important; 
    color: #007A33 !important;
}

.main-navigation a:hover { 
    color: #BA9653 !important;
} 

.entry-title, .page-header .page-title, .site-content .wrap .content-area .entry-header .entry-title {
	font-size:4.0em !important;
	font-weight:bold !important;
	color: #BA9653 !important;
	text-transform:none !important; 
}

.entry-content blockquote {
	font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding-left: 10px;
  border-left: 3px solid #BA9653;
} 

.entry-content li {
	margin-left: 2.0em;
	margin-bottom: 0.5em;
}

h1 {
	font-weight: bold !important;
	text-align: center;
	color:#BA9653 !important; 
	font-size: 3.0em;
	padding:0.25em;
  margin-bottom: 0.25em;
}

h2 {
  font-weight: bold !important;
	color:#FFFFFF !important; 
	background:#007A33; 
	font-size: 2.0em;
	text-align: center;
	padding: 0.25em;
  margin-bottom: 0.25em;
}
h3 {
    font-weight: bold !important;
	  color: #003087  !important;
    border-bottom: 4px solid #BA9653;
}
h4 {
	font-weight: bold !important;
	color:#007A33 !important; 
	padding: 0.25em;
  margin-bottom: 0.25em;
}

h5 {
  font-weight: bold !important;
	color:#BA9653 !important; 
	text-transform: none;
	padding: 0.25em;
  margin-bottom: 0.25em;
}


h6 {
	font-weight: bold !important;
	text-transform: none;
	text-align: center;
	padding: 0.25em;
  margin-bottom: 0.25em;
}

figure {
  text-align: center;
  font-style: italic;
  font-size: small;
  margin: 0.5em;
  padding: 0.5em;
}