/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.theme-a {
	background: #dca;
	color: #731;
  }
  @media (prefers-color-scheme: dark) {
	body.adaptive {
	  background: #753;
	  color: #dcb;
	  outline: 5px dashed #000;
	}
  }
  
.hide{
	display: none;
}
a:hover{
	font-weight: bold;
}
article:first-child{
	font-weight: bold;
	font-size: 120%;
}
article a{
	font-weight: bold;
}
article{
	-webkit-transform-origin: center;
	transform-origin: center;
	transition: all 0.5s ease-in-out;
}
article:hover{
	transform: scale(1.05);
}
blockquote img{
	border-radius: var(--bs-border-radius) !important;
}

.entry-content, .entry-content blockquote p, .entry-content h3{
	font-family: 'Calibri', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
	font-style: normal;
}

.entry-content h3, .entry-content h4, .entry-content h3 strong, .entry-content h4 strong{
	font-weight: normal !important;
}

.entry h3 a{
	font-family: 'Calibri', 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
	font-weight: normal !important;
}

.entry h3{
	line-height: 120%;
}

.entry-content h3, .entry-content h4 {
	margin: 0px 0 0 0 !important;
	padding: 0 0 0 0 !important;
}

.entry-content blockquote{
	margin-bottom: 0rem;
}