/* bold using b-tags */
b {font-weight: bold;}

/* small-tag gives smaller font size    */
small {font-size: .8em;}
/*Länkfärg och luft i meny*/
.blog-menu a {
   padding: 17px 10px;
	 color: #000;
		font-weight: bold;
}
/* Länk aktiv sida i meny */
.current-menu-item > a {
  color: #fff;
	text-decoration:none;
}
/*Färg på pil nedåt i meny */
.blog-menu > .menu-item-has-children::after, .blog-menu > .page_item_has_children::after {
  border-top-color: #000;
}
/*Färg länk undermeny*/
.sub-menu li a {
	color: #fff;
}
/*Färg länk aktiv undermeny*/
.sub-meny li > .current_page_item a {
	color: #fff;
}
/* Meny delare pinne - ta bort för att visa pinne*/
.blog-menu > li + li::before {
    content: "";
}
/* Widget avdelare-linje*/
.widget {
    border-bottom: 0px solid #eee;
    margin-bottom: 0%;
    padding-bottom: 10px;
}
/* Ruriker Font måste sättas i plugin först*/
h1, h2, h3, h4, h5, h6, .faux-heading {
  font-family: Merienda;
	margin-top: 15px;
}
/*Rubrik storlek sida*/
.post-title {
  font-size: 2.0em;
}
/*Luft ovanför sidrubrik*/
.wrapper {
  margin-top: 50px;
}
/* Marginal fot-block */
.wp-block-archives, .wp-block-button, .wp-block-buttons, .wp-block-categories, .wp-block-code, .wp-block-columns, .wp-block-cover, .wp-block-cover-image, .wp-block-embed, .wp-block-gallery, .wp-block-group, .wp-block-image, .wp-block-latest-comments, .wp-block-latest-posts, .wp-block-media-text, .wp-block-preformatted, .wp-block-pullquote, .wp-block-social, .wp-block-social-links, .wp-block-quote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-verse, .wp-block-video {
    margin-bottom: 10px;
    margin-top: 10px;
}
/*Luft ovanför fot*/
.footer {
  margin-top: 3%;
}
/*Fot bakgrund färg*/
.section.bg-dark {
  background: #A8C2D0;
}
/*Länkfärg i fot*/
.footer .widget-content,.credits {
  color: #000;
}
/* Streck i fot */
.credits-inner {
  border-top: 2px solid #000;
	padding: 25px 0 0;
}
/*Luft i fot*/
.section.large-padding {
  padding: 0 0 25px 0;
}
/*Länkfärg i widgets*/
.widget-content p a, .widget-content p a:hover {
	color: #000;
}
/*Länk-dekoration i widget*/
.widget-content p a:hover {
	text-decoration: underline;
}