:root {
	cursor: url("stuff/next/cursor.png"), default;
}

@font-face {
	font-family: "Espy Sans Revived Twelve";
	src: url(fonts/EspySansRevivedTwelve-Regul.ttf) format("truetype");
}

@font-face {
	font-family: "Espy Sans Revived Twelve Bold";
	src: url(fonts/EspySansRevivedTwelve-Bold.ttf) format("truetype");
}

body {
	font-family: "Espy Sans Revived Twelve", "Times New Roman", Calibri;
	color: #47503D;
	background: url("images/texture.jpg");
	background-color: #303330;
}

::selection {
	color: #B7BBA7;
	background: #47503D;
}

.txt1 {
	position: relative;
	border: 7px outset #000;
	width: 485px;
	height: 355px;
	padding-left: 10px;
	padding-right: 10px;
	left: 685px;
	top: 100px;
	cursor: url("stuff/handwriting.png"), default;
	overflow: auto;
	background-color: #B7BBA7;
}

h4 {
	font-family: "Espy Sans Revived Twelve Bold", "Times New Roman", Calibri;
}

img {
	position: relative;
	border: 6px double #FFF;
	width: 250px;
	height: auto;
	z-index: 1;
}

#img-1 {
	transform: rotate(-6deg);
	bottom: 300px;
	left: 425px;
}

#img-2 {
	transform: rotate(6deg);
	bottom: 250px;
	left: 940px;
}

#img-3 {
	transform: rotate(3deg);
	bottom: 55px;
	right: 130px;
}

#img-4 {
	transform: rotate(-2deg);
	bottom: 30px;
	left: 440px;
}

.p1 {
	position: relative;
	color: #586952;
	width: 400px;
	bottom: 380px;
	left: 150px;
}

.p2 {
	position: relative;
	color: #586952;
	width: 400px;
	bottom: 190px;
	left: 123px;
}

.p3 {
	position: relative;
	color: #586952;
	width: 400px;
	bottom: 420px;
	left: 1500px;
}

.p4 {
	position: relative;
	color: #586952;
	width: 400px;
	bottom: 120px;
	left: 1363px;
}

::-webkit-scrollbar {
	width: 20px;
	height: 20px;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

::-webkit-scrollbar-thumb {
	border: 3px solid #B7BBA7;
	background: #6C7475;
}

::-webkit-scrollbar-button:end {
	width: 20px;
	height: 17px;
	display: block;
}

::-webkit-scrollbar-button:end:decrement {
	background: url("stuff/button_up.png") no-repeat;
}

::-webkit-scrollbar-button:end:increment {
	background: url("stuff/button_down.png") no-repeat;
}


@supports not selector(::-webkit-scrollbar) {
  html {
 	    scrollbar-color: #6C7475 #B7BBA7;;
  }
}
