:root {
    --background-light: ;
    --background-dark:;
    --text-color: black;
    --text-light: black;
    --box-background: linear-gradient(to top, #a6d3ff, white);
    --border-color: #0b526c;
    
    --header-background: #5a8a72;
    --header-text: #ef0f3b;
    
    --navbar-background: ;
    --navbar-text: #ef0f3b;
    --navbar-hover: #00a4de;
    
    --sidebar-background: #a6d3ff;
    --sidebar-text: black;
    --sidebar-link: #82b7eb;
    --sidebar-hover: #70a9e2;
    
    --main-background: #;
    
    --footer-background: ;
    --footer-text: ;
    
    --header-background-start: ;
    --header-background-middle: ;
    --header-background-end: ;

    --navbar-background-start: ;
    --navbar-background-end: ;
}

.navbar, .site-header {
  background-image: url('/old/europe/luxembourg/img/stripes.jpg');
}

.text-banner, .navbar {
   -webkit-text-stroke-color:black;
-webkit-text-stroke-width:0.5px;
font-weight:bold;
text-shadow: 2px 2px 2px black;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('/old/europe/luxembourg/img/stripes.jpg');
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.5;
  z-index: -9999;
  pointer-events: none;
}

.text-banner {
  position: relative;
  text-align: center;
  margin-left: 253px;
  margin-right: 253px;
  background-repeat: no-repeat;
  background-position: left, right;
  background-size: 70px 80px, 70px 80px;
  background-image: 
    url('/old/europe/luxembourg/img/lion-right.jpg'),
    url('/old/europe/luxembourg/img/lion-left.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;
  }
}