@charset "utf-8";
/* CSS Document */

::-webkit-scrollbar {
width: 22px;
background-color: rgba(71,70,23,1.00);
}
::-webkit-scrollbar-track {
border-radius: 0px;
border-left: 19px solid #efefef;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: rgba(71,70,23,0.50);
background-position: center;
max-height: 50px!important;
}
html {
  scroll-behavior: smooth;
}

body {
    background-image: url("img/bklinks.png");
    background-repeat: repeat;
    background-size: 7% auto;
    background-attachment: fixed;    
}
#about {border-top: 14px solid #65adb2;}
.w3-row {padding: 0px;}
.w3-third img {
  cursor: zoom-in;
  border-bottom: 0px rgba(32, 41, 32, 0.10) solid !important;
    margin: 0;
 
}
.kheader {
    background-image: url(img/bkHeader.png);
    background-position: 50% 20%;
    background-repeat: no-repeat;
    height: 222px;
    background-color: rgba(0, 0, 0, 0.20);
    border-bottom: solid 22px rgba(89, 89, 0, 1.00);
    background-size: 150% auto;
}
.gray {filter: grayscale(100%);}
.kip {
color: #333;  margin: 0 auto;
  width: 260px;
  float: right;
  background-color: rgba(0, 0, 0, 0.00);
  margin-bottom: 10px;
  padding: 8px;
}
#caption {background-color: #333; padding: 12px; padding-left: 30px; height: 70px;}
#caption small { color: #999;}
.dash {border: 0px red dashed;}

