* {
	position: relative;
	margin: 0;
}

body, html, canvas {
	width: 100%;
	height: 100%;
}

body {
	background: url('dirt.jpg');
	text-align: center;
	position: relative;
	
}

#content {
	background: rgba(0,0,0,.7);
	overflow: hidden;
	height: 100vh;
}

body, .normal {
	color: #230;
	font-family: "Montserrat";
	font-size: 16px;
	line-height: 200%;
}

h1 {
	color: #FFD;
	font-size: 32px;
	padding: 10px;
    text-shadow: 0 0 5px rgba(255,255,187, .7), 0 0 15px rgba(0,0,0,1), 0 0 30px rgba(0,0,0,1), 0 0 7px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1), 0 0 30px rgba(0,0,0,1), 0 0 15px rgba(0,0,0,1), 0 0 20px rgba(0,0,0,1), 0 0 50px rgba(0,0,0,1), 0 0 7px rgba(0,0,0,1);
    /*
    border: 1px solid rgba(0,0,0,.75);
	border-radius: 40px;
	background: rgba(0,0,0,.5);
	*/
}

a {
	color: #33E;
	text-decoration: none;
	border-bottom: 1px solid rgba(51,51,236,.1);
}

a:hover {
	color: #00D;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,0,236,.75);
}


ul {
	margin: 0;
}

h2 {
	margin: 30px 0 10px 0;
	font-size: 24px;
	
}
h2:first-child {
	margin-top: 0;
}

h2 > div {
	display: inline-block;
	padding: 2px 20px 2px 6px;
	background: radial-gradient(white, transparent, transparent);
	text-shadow: 0 0 5px rgba(255,255,255, 1), 0 0 15px rgba(255,255,255, 1), 0 0 30px rgba(255,255,255, 1);
}

canvas {
	position: absolute;
	top: 0;
	left: -25%;
	background: none;
	z-index: 8;
}
canvas#trees2 {
	z-index: 10;
}

canvas#trees3 {
	z-index: 12;
}

header {
	/* position: fixed; */
	top: 0;
	left: 0;
	/*background-image: url("back.png"); */
   /* background-repeat: repeat-x;*/
	background: linear-gradient(#436399, #4b73ab, #698cb8, #829fc4, #92b0c8, #acbfcd, #b6beb9, #d3bda5, #eab56a, #d66244, #080, rgba(0,128,0,.85), rgba(0,128,0,.7), rgba(0,128,0,.55), rgba(0,128,0,.4), rgba(0,128,0,.25), rgba(0,128,0,.1), transparent);
	width: 100%;
	height: 660px;
	z-index: 7;
	overflow: hidden;
}

header > #tree {
	position: absolute;
	top: 25px;
	width: 100%;
	text-align: center;
	z-index: 9;
}

header > #rex {
	position: absolute;
	top: 160px;
	text-align: center;
	z-index: 10;
	transform: scale(0,0);
	display:none;
	line-height: normal;
	transform-origin: left;
}

header > #rex img{
	margin: 0;
	padding: 0;
}

#header_spacer {
	height: 630px;
}

section {
	margin-left: 15px;
}



.product {
	padding: 10px;
}
.product > .name {
	font-size: 20px;
	font-weight: bold;
}
.product > .ingredients, .product > .contains {
	padding: 3px 5px;
}


.container {
	margin: 20px 10% 100px 10%;
    border: 2px solid rgba(255,255,255,.5);
	border-radius: 10px;
	background: rgba(255,255,255,.85);
	box-shadow: 7px 7px 7px rgba(0,0,0,.6);
}

.container2 {
	text-align: left;
	padding: 20px;
}

#contact_box {
	opacity: 0;
	z-index: 12;
	position: fixed;
	top: 0;
	right: 0;
	margin: 26px 20px 0 0;
	text-shadow: 0 0 5px white, 0 0 15px white, 0 0 30px white, 0 0 5px white, 0 0 15px white, 0 0 30px white, 0 0 5px white, 0 0 15px white, 0 0 30px white;
}


fieldset {
	line-height: 250%;
	padding: 20px;
	display: inline-block;
	text-align: left;
}

form {
	text-align: center;
	display: block;
}

input[type="submit"]{
	font-size: 20px;
}
