body {
  background-color: #b33549 !important;
opacity: 1 !important;
background-image:  linear-gradient(135deg, #872635 25%, transparent 25%), linear-gradient(225deg, #872635 25%, transparent 25%), linear-gradient(45deg, #872635 25%, transparent 25%), linear-gradient(315deg, #872635 25%, #b33549 25%) !important;
background-position:  26px 0, 26px 0, 0 0, 0 0 !important;
background-size: 26px 26px !important;
background-repeat: repeat !important;
}

:root {
  --background-light: #b5444f;
  --background-dark: #822731;
  --text-color: #9e3039;
  --text-light: #fbeaec;
  --box-background: #ffffff;
  --border-color: #73202d;
  
  --header-background: #9e3039;
  --header-text: #ffffff;
  
  --navbar-background: #822731;
  --navbar-text: #ffffff;
  --navbar-hover: #a43b45;
  
  --sidebar-background: #f8f0f1;
  --sidebar-text: #822731;
  --sidebar-link: #ffffff;
  --sidebar-hover: #d98a92;
  
  --main-background: ;
  
  --footer-background: #9e3039;
  --footer-text: #ffffff;
  
  --header-background-start: #822731;
  --header-background-middle: #9e3039;
  --header-background-end: #822731;

  --navbar-background-start: #822731;
  --navbar-background-end: #9e3039;
}

.sidebar {
  background-color:#a82f42;
  z-index: 0;
  position: relative;
}

.sidebar::before {
  content: "";
  position: absolute;
  top: -20%; left: -20%; right: -20%; bottom: -20%;
  background-image: url('/europe/latvia/img/assets/pattern.jpg');
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.4;
  z-index: -1;
  pointer-events: none;
  transform: rotate(-5deg);
}

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

main a {
  background-color:#42161d;
  border-radius:2px;
  color:white;
}

main a:hover {
  background-color:#5e252e;
  color:grey;
  font-style:italic;
}

.sidebar hr {
  color:white;
}