/* Enter Your Custom CSS Here */
body {
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: black;
}

.site-header h2 {
	color: #21759b !important;
}

.site-header {
padding-bottom: 0.15rem;
}

.entry-content   li {
   margin-bottom: 15px;
} 

/*menu */
.main-navigation li a {
	color: #fd0001;    
	font-weight: bold;
}

.main-navigation li a:visited{
	/*color: #fd0001;*/
}

.main-navigation li a:hover{
	color: #21759b;
}
 
/*main */
#main a {
	outline: none;
	text-decoration: none;
	color: #fd0001;
}
#main a:visited { 
    color: #fd0001; 
}
#main a:hover {
  text-decoration: underline;
} 


/* Disable auto hyphenation */
.widget-area .widget {
-webkit-hyphens: manual;
-moz-hyphens: manual;
hyphens: manual;
}
.site-content article {
-webkit-hyphens: manual;
-moz-hyphens: manual;
hyphens: manual;
}




@media screen and (min-width: 600px) { 
.nav-menu >  li:after {
margin-left: 10px;
content: " | ";
 }
.nav-menu li:last-child:after {
display: none;
}
.nav-menu >  li {
margin-right: 10px;
 }
}