@font-face {
    font-family: 'So Run Down';
    src: url('/fonts/So_Run_Down.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	image-rendering: pixelated;
	text-rendering: optimizeSpeed;
}

body {
	font-family: 'So Run Down', sans-serif;
	line-height: 1.75em;
	font-size: 16px;
  text-shadow:
    1px 1px 0 #1D1D1D,
    -1px -1px 0 #1D1D1D,  
    1px -1px 0 #1D1D1D,
    -1px 1px 0 #1D1D1D,
    1px 1px 0 #1D1D1D;
	background-color: #000602;
	background-image: url("/images/bg1.png");
	background-repeat: repeat-x;
	color: rgb(181, 122, 35); /*rgb(147 117 50);*/
	cursor: url('/evileye.png'), default;
}

body:active {
	cursor: url('/images/GLOVE-CURSOR-2.png'), default;
}

.infostele {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

p {
	font-size: 16px;
}

h1 {
	font-size: 30px;
	line-height: 34px;
	text-align: center;
}

h2 {
	font-size: 20px;
	line-height: 25px;
}

h3 {
	font-size: 16px;
	line-height: 27px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
}

hr {
  margin: auto;
  height: 1px;
  background-color: #20130085;
  border-bottom: 4px double rgb(80 64 17);
  border-color: rgb(108 73 21);
  width: 100%;
}

a[href] {
	color: #1e8ad6;
}

a[href]:hover {
	color: #3ba0e6;
}

img {
	max-width: 100%;
}

li {
	line-height: 1.5em;
}

aside,
[class *= "sidebar"],
[id *= "sidebar"] {
	max-width: 90%;
	margin: 0 auto;
	border: 1px solid lightgrey;
	padding: 5px 15px;
}

@media (min-width: 1921px) {
	body {
		font-size: 18px;
	}
}

#quote {
  font-size: 12px;
	text-align:center;
  font-style: italic;
}