<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: BIP8
Author: Nikiu - Ĺukasz Brillowski
Link: https://nikiu.com
Version: 1.9.2
*/

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400&amp;subset=latin-ext');
@import url('//fonts.googleapis.com/css?family=Roboto:300,400&amp;subset=latin-ext');

body{font-family:'Open Sans', sans-serif;color:#29292b;background:#fff;}

a{color:#a80000}
a:hover{color:#29292b}
h1,h2,h3,h4,h5,h6{color:#29292b;font-family:'Roboto', sans-serif;font-weight:300 !important;}

.header h1 small{color:#a80000}
.top-bar{background:#a80000;color:#fff;border-bottom:4px solid rgba(0,0,0,0.3)}
.top-bar a{color:#fff}
body, body.highcontrast{border-top:7px solid rgba(0,0,0,0.1) !important}


#sidebar .widget{margin-bottom:10px;background:#f7f7f7;border-left:3px solid #a80000}
#sidebar .widget ul{list-style:none;padding-left:0}
#sidebar .widget a{color:#000}
#sidebar .widget h3{font-weight:bold !important}

footer{background:#181818;color:#d1d1d1}
footer a{color:#fff}

.footer{background:#2a3341;color:#d1d1d1;box-shadow:0px -7px rgba(0,0,0,0.1)}
.footer a{color:#fff}
.footer h3{display:block !important;color:#fff}
.footer p{display:block !important;color:#fff}



.form-control:focus {
  border-color: rgba(0,0,0,0.3);
  box-shadow:none;
}



.highcontrast, .highcontrast *{
  background:black !important;
  color:white !important;
  border-style:none !important
  
}
.highcontrast input{background:#fff !important;color:#000 !important}
.highcontrast i{color:yellow !important}
.highcontrast button{border-color:yellow}
.highcontrast a, .highcontrast a:visited { color: yellow !important;  }


.sub-menu{padding-left:10px !important}


*:focus {
    outline: none;
    
    border:0 !important;
    box-shadow:inset 0 0 red !important;
}

 *:focus {
  
  display:inline-block;
      outline-style:dotted;
      outline-width:3px;
      outline-color:red;
  
      box-shadow:none !important;
  }

  input:focus {
  
    border:3px dotted red !important;
    box-shadow:inset 0 0 red !important;
    }

    .btn:focus {
  
      border:3px dotted red !important;
      box-shadow:inset 0 0 red !important;
      }


      body.highcontrast .logo img{border:1px solid black !important}

#skip-links { margin: 5px; padding: 0; position: absolute; top: 0; list-style: none;}
#skip-links a {display: inline; left: -9000em; padding:5px 10px 7px 10px; font-size: 1em; position: absolute; text-decoration: none; z-index: 10000; width: 250px; text-align: center} 
#skip-links a:hover, 
#skip-links a:focus, 
#skip-links a:active {background: #a80000; border: 2px solid #fff; color: #fff; left: 0; top: 0; position: absolute; font-weight: normal; outline:none;}


      @media only screen and (max-width: 640px) {
        #skip-links { display:block;xposition:sticky;font-size:9px; z-index:1000; width:100%; xheight:50px; margin:0; text-align:center; background:#000;}
        #skip-links li { xdisplay: inline-block; float:left; border-right:1px solid #444;}
        #skip-links a { xdisplay: inline-block; xheight:50px; xpadding: 12px 15px 6px; position: static; width: auto; color:#e6e6e6;}	
        #skip-links a:hover, 
        #skip-links a:focus, 
        #skip-links a:active {background:#444; color:#fff; border:none; position:static; }
      }</pre></body></html>