:root {
     --dk-color:#bf776b;
     --mid-color:#f2b1a4;
     --lt-color:#ffe8e3;
     --dkest-color:#8e534a;
     --accent:#226051;
}
 html, body {
     margin:0;
     padding-top:25px;
     padding:0;
     height:98%;
     font-family:'0xProto';
     font-size:12px;
     background-image:url('inne/backgroundimg.png');
     background-repeat:repeat;
     color:#e9e3fa;
     padding:1px;   
     
}

@font-face {                  
font-family: '0xProto';
src: url(https://humantooth.neocities.org/fonts/0xProto-Regular.woff2) format('woff2');
font-weight: normal;
font-style: normal;
} 


 body a {
     color:#bf776b;
     font-weight:bold;
}
 .list li {
     padding-bottom:5px;
}
 #container {
     max-width:1000px;
     margin:0 auto;
     height:auto;
     background-color:#05030a;
     margin-top:15px;
}
 h1, h3, h5 {
     color:#e9e3fa;
}
 h2, h4, h6 {
     color:#a199de;
}
 #headerx {
     max-width:1800px;
     height:auto;
     margin:0 auto;
     background-color:#05030a;
     border:1px solid #e9e3fa;
}

/*galeria*/

 * {
  box-sizing: border-box;
}

body {
  background-color: #05030a;
  padding: 20px;
  font-family: Arial;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: #05030a;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
   color: white;
}
/*koniec galerii*/


 .navbar li a {
     text-decoration:none;
}
 .navbar ul {
     list-style-type:none;
     padding:0;
     padding-left:20px;
     padding-right:20px;
}
 .navbar {
     background-color:#05030a;
     max-width:1000px;
     border:1px solid #e9e3fa;
     border-bottom:none;
     border-top:none;
     padding-top:5px;
     padding-bottom:5px;
     text-align:center;
}
 .title {
     font-size:35px;
     text-align:center;
     font-style:italic;
     color:#e9e3fa;
}
 .section-title {
     text-align:center;
     font-weight:bold;
     padding-top:5px;
     padding-bottom:5px;
     background-color:#05030a;
     color:#e9e3fa;
     font-size:12px;
     border-bottom:1px solid #e9e3fa;
}
 .wrapper {
     display:flex;
     flex-wrap:wrap;
     height:auto;
     width:100%;
}
 

 .content {
     padding:10px;
}
 .main-content {
     border:1px solid #e9e3fa;
     width:1000px;
     height:auto;
}
 p {
     padding:5px;
}
 p a {
     color:#e9e3fa;
     font-weight:bold;
}
 .scroll::-webkit-scrollbar-track {
     background-color: #05030a;
}
 .scroll::-webkit-scrollbar {
     width: 10px;
     background-color: #05030a;
}
 .scroll::-webkit-scrollbar-thumb {
     background-color: #05030a;
}
 .navbar li {
     position: relative;
     display:inline-block;
}
 .navbar a {
     text-decoration:none;
     display:block;
     color:#e9e3fa;
     margin-right:15px;
     transition:0.2s all linear;
     font-weight:bold;
     font-size:13px;
     margin-right:40px;
}
 .navbar a:hover{
     background:#05030a;
     color:#a199de;
     transition:0.2s all linear;
     z-index:1;
}
 .navbar li > ul {
     background:#05030a;
     display:none;
     position:absolute;
     margin-left:0;
     border:1px solid #e9e3fa;
}
 .navbar li > ul a {
     padding-left:0;
     padding-right:0;
     padding-top:5px;
     padding-bottom:5px;
}
 .navbar li > ul li{
     display:block;
}
 .navbar li:hover > ul{
     display:block;
}
 .navbar ul ul ul {
     position:absolute;
     left:100%;
     top:0;
}
 ul.subitems {
     padding-left:0;
     padding-right:0;
     margin-right:0;
}
 ul.subitems li a {
     padding-right:0;
     margin-right:0;
     padding-left:10px;
     padding-right:10px;
     padding-top:10px;
     display:block;
     
     
}



 #footer {
     text-align:center;
     padding-top:5px;
     margin-bottom:5px;
}
 #footer p {
     background-color:#05030a;
     display:block;
     width:160px;
     margin:0 auto;
     margin-top:5px;
     margin-bottom:5px;
     padding:5px;
}
 textarea {
     background-color:#bf776b;
     color:#bf776b;
     font-size:10px;
}
 .code-wrapper {
     display:flex;
     padding-left:10px;
}


     

 