@charset "utf-8";
/* CSS Document */
body {background-image: url('https://i.imgur.com/Ykt0MVI.png');
background-size: 300px
;
background-attachment:fixed; 
overflow-x: hidden; 
margin-top: -5px;}

a:link, a:active, a:visited {
color: #AF8231;
font-family: Krub, sans-serif;
font-size: 10px;
font-weight:500
line-height: 13px;
text-transform: uppercase;
text-decoration:none;
}

a:hover {
color: #5d6776;
text-shadow: #8CACAC 1px 1px 0px;
text-decoration:none;
}

h1 {
font-family:Moon;
color: #8CACAC;
font-size:30px;
text-shadow: 1px 1px 1px rgba(24,24,24,1), 2px 2px 1px rgba(0,0,0,0.5);
letter-spacing:2px;
line-height:37px; 
margin:0px;
margin-bottom:-1px;
text-transform:;}
    
h2 {
font-family: raleway,sans-serif;
font-size:18px; 
text-transform:uppercase;
color:#8CACAC;
letter-spacing:1px; 
line-height:18px; 
margin-top:2px; 
margin-bottom:-1px;
background: -webkit-linear-gradient(left,#908881,#8CACAC);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight:500;
    }
h3 {
font-family: Moon,sans-serif;
font-size:16px; 
text-transform:lowercase; 
font-weight: 500; 
color:;
letter-spacing:1px; 
line-height:20px;
margin:1px;
background: -webkit-linear-gradient(right,#C1BFBF,#AF8231);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }
b {
color:#8CACAC; 
text-transform:uppercase;
font-size:10px; 
letter-spacing:1px;}
kw {
color:#8c6827;
font-weight:bold;
text-transform:uppercase; 
font-size:10px; 
letter-spacing:1.25px;}
hr {
border:2px solid; 
border-image: 
linear-gradient(to left, transparent,#8CACAC,#908881) 10; 
margin:0px; 
margin-bottom:3px;}
    
.inset {
color:#fff;
margin-left:70px;
margin-right:70px;
border: 1px solid rgba(187,187,187,.7); border-image: linear-gradient(to top right, rgba(187,187,187,.7),transparent,rgba(187,187,187,.7)) 10;
background: #505050;
opacity: .9; 
padding:5px;
    }


.info {
background:rgba(41,42,64,.5);
  line-height: 50px;
  width: 550px;
  font-family: arial, sans-serif;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: justify;
  text-transform: lowercase;
  color: #fff;
	margin-top:px;
	padding: 10px;
box-shadow:0px 2px 4px #181818;
border: 1px solid rgba(187,187,187,.3); border-image: linear-gradient(to top right, rgba,transparent,rgba(187,187,187,.3)) 10;

}

.pagetitle {
  color:  #555;
	margin-top:12px;
		margin-bottom:3px;
  font-family: Moon;
  font-size:70px;
  line-height: 10px;
  text-transform:;
  text-shadow: 1px 1px 1px rgba(255,255,255,1), 2px 2px 1px rgba(0,0,0,0.5);
}
.plant {display: inline;margin-left:2px; width: 20px;transform: rotate(35deg);}
    
.subtitle {
  color: #555;
  font-family: Sambeltigo;
  font-size:44px;
  line-height: 10px;
  text-transform:;
  text-shadow: 1px 1px 1px rgba(255,255,255,1), 2px 2px 1px rgba(0,0,0,0.5);
}

#nav {
position:fixed;
visibility: visible;
top:10px;
right:50.0%;
margin-right: 340px;
z-index:0;
text-align:justify;
width:220px;
}
.tab { margin-left: 40px; }

.sidebarleft{
width: 590px; 
position: absolute; 
	top: 80px;
	left:50%;
display:inline-block;
margin-left:-287px;
}
.sidebarleft .button{
	float: left;
	width:87px;
	padding: 6px 4px 4px 4px; 
	margin-top: 1px; 
margin-right:1px;
	text-align:center; 
	color:#ddd;
	text-transform:uppercase; 
	font-weight: 600;
	font-size: 9px; 
	font-family:  Krub;
	font-style: italic;
	opacity: .95; 
	letter-spacing:1.5px; 
	line-height: 1.25;
	background: #5d6776;
  background-size: 200% 100%;
  background-position: right bottom;
	text-decoration:none;
}
.sidebarleft .button:hover{
	letter-spacing:4px; 
	color:#ddd;
background: rgba(255,255,255,1)}
    
#contain {
	width: 575px;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
}
    
::-webkit-scrollbar-track {
	background-color: transparent;
}
::-webkit-scrollbar {
	width: 2px;
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	background-color: #8CACAC;
	border: 0;
	border-radius:4px;
}