/****************/
/* Stuff to change! */


body {
	background: #0f0b0c url(/img/banners/jungle-background.jpg) no-repeat center center fixed; 
	background-size: cover;
}

.wrapper {
	background-color: rgba(40, 39, 38, .6); /* can customize */
}


:root {
  --darkbar: #1d1e1e;
  --borders: #111;
	
  --dark: #393836;
  --light: #4d4a48;
  --accent: #a99d9b;
  --accent2: #b9938e;
	
  --text: #010101;
  --textbg: #5d5956;
  --selectbg: #4d4a48;
  --iframe: #4d4a48;
}

/* 
/ *** On LIGHT themes you might only have to change dark/light/accent for easy consistency *** /

* The darkbar color is navigation
* The dark color is thead, etc. 
* The light color is tfoot, trow_sep
* Textbg is post and text backgrounds
* Selectbg is inputs and dropdown backgrounds
* The accent color is tab border bottom, headers, etc.
* accent2 is the color of the navigation links
* Text is the text color for most body text
*** iframe is for the text editor when making a post and should be the lightest color, having it the same as selectbg is typically fine, but for dark themes you may need to adjust it because if the editor is not in source mode, the text is going to be black, so make sure you go into a thread or post and double check the colors look okay!
*/
		