body p, body blockquote p {
color: #000;}

body a {color: rgb(19, 94, 150); padding: 2px; }
body a:hover { color: rgb(27, 138, 255); border-bottom: 1px dotted rgb(27, 138, 255); background: #fff; 
}
li.menu-item a:hover { background: #555; text-shadow: 1px 1px 1px rgba(0,0,0,0.3) !important; }

#hero, #colibri .style-218, #colibri .style-59 {
	padding-top: 0 !important; padding-bottom: 0 !important;
		background: rgba(0,0,0,0.8); 
		background-image: none !important;
}
#content .h-row .h-column:first-child {
  background: rgba(250, 235, 215, 0.6);
		border-radius: 5px;
}

.gb-entry, .wp-block-media-text {
	border: 1px dotted brown;
	border-radius: 10px;
	background: rgba(250, 235, 215, 0.8);
	padding: 1em !important;
	margin-bottom: 1em !important;
	box-shadow: inset 0px 0px 20px 0px rgba(121, 114, 104,0.7);
}
.gb-entry.gwolle_gb_even {
	background: rgba(255, 235, 205, 0.8);
}

form.gwolle-gb-write {
	border: 1px dotted brown;
	border-radius: 10px;
	background: rgba(255, 235, 205, 0.8);
	padding: 1em;
	margin-bottom: 2em;
	box-shadow: inset 0px 0px 20px 0px rgba(121, 114, 104,0.7);
}


.gwolle-gb-write-button input.button, .gwolle_gb_submit input[type='submit']  {
	float: none;
	padding: 0.5em;
	/*
	font-weight: bold;
	font-family: Times,'Times new roman', serif;
	font-style: italic;
	*/
	font-size: 1.2em;
	border-radius: 5px;
	background: rgb(204, 183, 155);
}
.gwolle-gb-write input[type="text"], .gwolle-gb-write input[type="email"], .gwolle-gb-write input[type="url"], .gwolle-gb-write .markItUp textarea {
  font-size: 1rem;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
  background: rgba(255,255,255,0.7);
}