.site-header, #masthead, .wp-block-template-part {
  position: sticky !important;
  top: 0;
  z-index: 9999;
}

.site-title,
.site-title a
{
	font-family:  raleway !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  color: green !important;
  margin: 0em 0em 0 0;
	margin-bottom: 0px !important;
	padding-top: 10px !important;
	padding-bottom:  !important;
	text-transform: lowercas;
}

.page .entry-title,
.page .entry-title a
{
	font-family:  raleway !important;
  font-weight: 300 !important;
  font-size: 25px !important;
  color: white !important;
  margin: 0em 0em 0 0;
	margin-bottom: 0px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	text-transform: lowercas;
}

.entry-title,
.entry-title a,
h2, h3
{
	font-family:  raleway !important;
  font-weight: 300 !important;
  font-size: 25px !important;
  color: white !important;
  margin: 0em 0em 0 0;
	margin-bottom: 0px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	text-transform: lowercas;
}

p 
{
	font-family:  raleway !important;
	font-weight: 300 !important;
	font-family: raleway !important;
	color: white !important;
	font-size: 20px !important;
}

.entry-content a:link,
.entry-content a:hover, 
.entry-content a:visited 
{
	font-weight: 300 !important;
	color: lightblue !important;
	text-decoration: underline !important;
	border-bottom: 1px solid #000;
  text-decoration-thickness: .5px !important;
  text-underline-offset: 3px !important;
}	

.menu-title 
{
	display: none;
}

.single-post .entry-header img, 
.single-post .post-thumbnail img 
{
  max-width: 200px; 
  width: 100%;
	height: auto;
  display: block;
  margin: 0 auto;
}

.entry-content ul li 
{
	list-style: square;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 300 !important;
}

.entry-meta a,
.entry-date 
{
	color: white !important;
	font-size: 12px;
	font-weight: 100 !important;
}

.featured-tag,
.featured-tag a,
.featured-label,
.featured-label a,
.post-tags,
.post-tags a,
.tags-links,
.tags-links a,
.tag-cloud-link,
.tag-cloud-link a
{
  font-weight: 100 !important;
}

.main-navigation a
{
	font-size: 18px;
	font-weight: 400;
	color: white !important;
}

.main-navigation .current_page_item a, 
.main-navigation .current-menu-item a
{
	color: grey !important;
	font-weight: 100 !important;
}

p.has-drop-cap:not(:focus):first-letter 
{
	float: left;
	font-size: 3em;
	line-height: 0;
	font-weight: 300 !important;
	margin: .05em .1em 0 0;
	text-transform: uppercase;
	font-family: raleway !important;
}

/*
.site-main 
{
  margin-top: 0px !important;
	padding-top: 0px !Important;
}
*/