/**
  * Contrast mode
  */


 a, a:hover, a:active, a:link, a:visited, a:hover { 
   color: #FFFF00 !important;
   }

.text-secondary { color: #ccc !important; }
.text-green, .text-brown, .text-primary, .text-dark {  color: white !important; }

.navbar-dark .navbar-nav .nav-link { color: white; }

.bg-blue { background: rgb(9, 0, 63) !important; }
/* .side-link { background: rgb(65, 0, 0) !important; } */
.side-link { background: #16193b !important; }

article h2 { color: white !important; }

body, article, .btn,
.dropdown-menu, .bg-primary, .bg-trans, .bg-white,.card,
a.scroll-top,
#breadcrumbs, #kontakt, 
#slider h2, #slider p, 
#baner-data,
#cookies-info a
.contact-btn, .bg-light,
a.dropdown-item:hover
{ 
  background: black !important; 
  color: white !important; }




