/*
Theme Name: Ida Style
Theme URI: https://idablom.nl/
Author: Joeri Woudstra
Author URI: https://joeriwoudstra.nl/
Description: Minimal theme
Version: 1.0
*/

body {
  margin: 0px;
}

a:link,
a:visited {
  color: #4287f5;
  text-decoration: none;
}

a:hover{
  color: lightgray;
  text-decoration: none;
}

.site-wrapper {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.site-wrapper.visible {
  opacity: 1;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.sidebar {
  min-width: 15vw;
  padding: 2em;
}

.content {
  flex-grow: 1;
  padding: 2em;
  padding-top: 6em;
  padding-right: 10em;
}

.content .wp-block-image {
  text-align: center;
}

.content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.menu {
  list-style: none;
  padding: 0;
  margin-top: 2em;
  font-size: 16px;
}

.menu li {
  margin-bottom: 0.5em;
}

.menu a {
  text-decoration: none;
}

.menu a:hover{
  color: lightslategrey;
}

.menu a:active{
}

.wp-block-group{
  padding-bottom: 2em;
}

.title a{
  color: black;
  text-decoration: none;
  font-size: 32px;
}

.title a:hover{
  color: #ffe9ff;
  text-decoration: none;
}

.menu .current_page_item a {
  color: lightslategrey;
}

#footer {
  position: fixed;
  bottom: 13px;
  right: 13px;
  font-size: 12px;
  color: #e1e1e1;
  z-index: 999;
  pointer-events: none;
}

strong + em {
  display: block;
  margin-top: -1.2em;
  text-align: right;
  color: lightgray;
  font-style: normal;
}

.page-id-25 .centered-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  box-sizing: border-box;
  text-align: center;
  padding: 2em;
}

.page-id-25 .wp-block-image {
  margin: 0 auto;
}

.page-id-25 .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .layout {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    border-right: none;
  }

  .content {
    padding: 1.5em;
  }

  .centered-content {
    display: inline;
    height: auto;
    align-items: initial;
    justify-content: initial;
  }

  .page-id-25 .centered-content {
  display: inline;
}
}