/*
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;
	}
}

.site-title a {
    color: #ffff66 !important;
  }


.main-navigation a {
	color: #9B51E0 !important;
	font-size: 1.5em 
}



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


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

.entry-content p {
	margin-left: 2em;
	margin-bottom: 1.25em;
}

.entry-content li {
	margin-left: 2em;
	margin-bottom: 1.25em;
}

.entry-content blockquote {
	font-size: 1.5em;
	padding-top: 1em !important;
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	margin-left: 36px;
	padding-left: 12px;
	border-left: 3px solid #215ed1;
	color: #666666 !important;
	background-color: ##efefef  !important;
}


.add { 
	color:#00C !important;
  font-weight: bold;
}

.hl {
  color: #b1134d !important;
  font-weight: bold;
	font-style: italic;
}

mark {
	background-color: #ffff99 !important;
	
}



h1 {
	font-size: 2.5em !important;
	font-weight: bold !important;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

h2 {
	font-size: 2.25em !important;
	font-weight: bold !important;
	color:  #b1134d !important;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

h3 {
	font-size: 2em !important;
	font-weight: bold !important;
	color: #9B51E0 !important;
	border-bottom: 3px solid #BA9653;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

h4 {
	font-size: 1.5em !important;
	font-weight: bold !important;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

h5 {
	font-size: 1.25em !important;
	color: #b9864f !important;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

h6 {
	font-size: 1.25em !important;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

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

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

div.grn {
	padding: 1em;
	margin: 1em;
	border: 3px solid #070;
	background-color: #d6ffd6 !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: #efefef !important;
}

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

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

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

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

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

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

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


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

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

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

div.hlit {
	padding: 1em;
	margin: 1em;
	border: 3px solid #777;
	background-color: #ee603c !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: #0618d4;
	color: #FFF;
	font-weight: bold;
}