body {
background-color: #0e2748 !important;
opacity: 1 !important;
background-image:  linear-gradient(30deg, #08111c 12%, transparent 12.5%, transparent 87%, #08111c 87.5%, #08111c), linear-gradient(150deg, #08111c 12%, transparent 12.5%, transparent 87%, #08111c 87.5%, #08111c), linear-gradient(30deg, #08111c 12%, transparent 12.5%, transparent 87%, #08111c 87.5%, #08111c), linear-gradient(150deg, #08111c 12%, transparent 12.5%, transparent 87%, #08111c 87.5%, #08111c), linear-gradient(60deg, #08111c77 25%, transparent 25.5%, transparent 75%, #08111c77 75%, #08111c77), linear-gradient(60deg, #08111c77 25%, transparent 25.5%, transparent 75%, #08111c77 75%, #08111c77) !important;
background-size: 40px 70px !important;
background-position: 0 0, 0 0, 20px 35px, 20px 35px, 0 0, 20px 35px !important;
}

:root {
    --background-light: #0a1a2f;
    --background-dark: #050d1a;
    --text-color: #d2ecff;
    --box-background: #0a1a2f;
    --border-color: #1c324a;

    --header-background: linear-gradient(to right, #02101e, #05213a);
    --header-text: #ffffff;

    --navbar-background: linear-gradient(to right, #05213a, #0a3d72);
    --navbar-text: #d2ecff;
    --navbar-hover: linear-gradient(to right, #0a1a2f, #02101e);

    --sidebar-background: #0e223a;
    --sidebar-text: #d2ecff;
    --sidebar-link: linear-gradient(to right, #0a1a2f, #02101e);
    --sidebar-hover: linear-gradient(to right, #1c324a, #0a1a2f);

    --main-background: #0a1a2f;

    --header-background-start: #02101e;
    --header-background-middle: #041b32;
    --header-background-end: #02101e;

    --navbar-background-start: #02101e;
    --navbar-background-end: #041b32;
}

footer {
    overflow-y: auto;
    background: var(--sidebar-link);
    border: 2px solid var(--border-color);
    border-radius: 10px;
    padding: 10px;
    color: var(--text-color);
}

::selection {
  background-color: black;
  color:white;
}

.toc-link {
  color:var(--sidebar-link);
}

.text-banner {
  position: relative;
  text-align: center;
  margin-left: 270px;
  margin-right: 270px;
  background-repeat: no-repeat;
  background-position: left, right;
  background-size: 40px 40px, 40px 40px;
  background-image: 
    url('/europe/estonia/img/assets/coat.jpg'),
    url('/europe/estonia/img/assets/coat.jpg');
}

@media (max-width: 960px) {
  .text-banner {
    margin-left: 0;
    margin-right: 0;
    background-image: none;
    background-size: initial;
    background-position: initial;
    background-repeat: initial;
  }
}