body{
background-color: #d7eef8 !important;
margin: 0;
}

.entry-content {
    margin-top: -30px !important;
}

/*------Menyer-----*/
.is-content-justification-space-between.is-layout-flex.wp-container-4.wp-block-group.alignwide {
    padding: 0 0 12px 0 !important;
    border-bottom: 1px solid black;
}

.wp-block-navigation__submenu-container{
      background-color: #feeefe !important;
      left: -1px !important;
}

/*-----Övrig typografi-----*/
  footer p {
    font-style: italic;
    font-size: 12px;
}

/*------Titel och rubriker – Bakgrunder och visning------*/

.wp-block-site-title {
    display: none;
}

.wp-block-post-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: auto !important;
    font-family: 'didot', "garamond",serif;
}

.home .wp-block-post-title {
      text-align: center;
}

/*------Bilder------*/
.wp-block-image img, .wp-block-image .components-placeholder .wp-duotone-000-b9fb9c-17 img, .wp-duotone-000-b9fb9c-17{
  filter: none !important;
}

.wp-block-site-logo img {
    min-width: 164px;
}

/*------Block------*/
.wp-block-separator {
    border-bottom: 0.5px solid black;
}

/*-----Sidfot------*/
footer {
    border-top: 1px solid purple;
    padding-top: 6px;
}
