@charset "UTF-8";
/* CSS Document */




/* Random Trees, Weeds, Flowers, etc. */
.rdm_tree1,
.rdm_tree2,
.rdm_weed1,
.rdm_weed2 {
	position: absolute;
	z-index: 1;
}

.rdm_tree1 {
	width: 25%;
	max-width: 200px;
	left: -40px;
	top: -10px;
}

.rdm_tree2 {
	width: 30%;
	max-width: 200px;
	right: -40px;
	top: 20px;
}

.rdm_weed1,
.rdm_weed2 {
	width: 20%;
}

.rdm_weed1 {
	top: 60%;
	left: 3%;
	max-width: 160px;
}

.rdm_weed2 {
	top: 50%;
	right: 1%;
	max-width: 140px;
}




.rdm_nature .rdm_tree1,
.rdm_nature .rdm_tree2,
.rdm_nature .rdm_tree3,
.rdm_nature .rdm_tree4,
.rdm_nature .rdm_tree5,
.rdm_nature .rdm_tree6 {
	position: absolute;
	z-index: 1;
	height: 200px !important;
	right: auto;
	left: auto;
	margin: 0;
	top: 0;
}

.rdm_nature .rdm_tree1 {
	top: 5%;
	left: -30px;
}

.rdm_nature .rdm_tree2 {
	top: 20%;
	right: -30px;
}

.rdm_nature .rdm_tree3 {
	top: 35%;
	left: 0;
}

.rdm_nature .rdm_tree4 {
	top: 50%;
	right: 0;
}

.rdm_nature .rdm_tree5 {
	top: 65%;
	left: -60px;
}

.rdm_nature .rdm_tree6 {
	top: 80%;
	right: -60px;
}




@media screen and (min-width: 600px) {
	
	.rdm_nature .rdm_tree1,
	.rdm_nature .rdm_tree2,
	.rdm_nature .rdm_tree3,
	.rdm_nature .rdm_tree4,
	.rdm_nature .rdm_tree5,
	.rdm_nature .rdm_tree6 {
		height: 300px !important;
	}

}