/*
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: #792115 !important;
}

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

.entry-title, .page-header .page-title, .site-content .wrap .content-area .entry-header .entry-title {
	font-size:1.5em !important;
	font-weight:bold !important;
	color: #0072CE !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 #0072CE;
} 

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

h1 {
    font-weight: bold !important;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
h2 {
    font-weight: bold !important;
    color: #0072CE !important;
    border-bottom: 2px solid #0072CE;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
h3 {
    font-weight: bold !important;
	  color: #792115  !important;
    padding-top: 4px;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
h4 {
	font-weight: bold !important;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

h5 {font-weight: bold !important;
	font-size:1.25em !important;
	text-transform:none !important;
	color: #BA9653  !important;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

h6 {
	font-weight: bold !important;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

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

div.blu {padding:1em; margin:1em; border: 3px solid #00C; background-color:#99ccff !important} 

div.grn {padding:1em; margin:1em; border: 3px solid #070; background-color:#ccffcc !important} 

div.yel { padding:1em; margin:1em; border: 3px solid #777; background-color:#ffff99 !important} 

div.wht {padding:1em; margin:1em; border: 3px solid #777; background-color:#eeeeee !important}

div.blk {padding:1em; margin:1em; border: 3px solid #000; background-color:#000 !important}

table.tableizer-table {
	font-size: 14px;
	border: 1px solid #CCC;
	width: 100%;
}

.tableizer-table td {
	padding: 4px;
	margin: 3px;
	border: 1px solid #CCC;
}

.tableizer-table th {
	background-color: #0072CE;
	color: #FFF;
	font-weight: bold;
}