:root {
    --background-light: #e8f5e9;
    --background-dark: #d0e9d6;
    --text-color: black;
    --text-light: #082454;
    --box-background: linear-gradient(to top, #cfe0ff, white);
    --border-color: black;
    
    --header-background: #5a8a72;
    --header-text: white;
    
    --navbar-background: ;
    --navbar-text: white;
    --navbar-hover: #013080;
    
    --sidebar-background: #cfe0ff;
    --sidebar-text: #082454;
    --sidebar-link: #b5d0ff;
    --sidebar-hover: #92b2e8;
    
    --main-background: ;
    
    --footer-background: #5a8a72;
    --footer-text: #e8f5e9;
    
    --header-background-start: #c8102e;
    --header-background-middle: white;
    --header-background-end: #003da5;

    --navbar-background-start: #003da5;
    --navbar-background-end: #003da5;
}

::selection {
  background-color:#003da5;
  color:white;
  }

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

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

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