/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */
/*The Beauty of Bodoni design by Danielle Paul*/

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */





html {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	min-width: 960px;
	font-size: 100%;
	font-weight: normal;
	min-height: 1200px;
}
div.page-wrapper, .sidebar {
	width: 960px;
	margin: auto;/* border: thin solid gray; */
}
h1 {
    min-width: 960px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 100px;
    position: absolute;
	font-family: bodoni-urw, serif;
}
 h1::nth-letter(2) {
 font-size: 200px;
}
h1::before {
	content: 'ZEN';
	background-color: #fde100;
	color: white;
	position: absolute;
	left: 50%;
	width: 210px;
	height: 300px;
	margin-left: -180px;
}
h2 {
	text-indent: -9600px;
	position: absolute;
}
h2::after {
	content: 'The Beauty of Bodoni';
	color: gray;
	position: absolute;
	left: 350px;
	width: 120px;
	top: 200px;
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	text-indent: 0;
}
h2::before {
	content: 'a';
	font-size: 920px;
	height: 400px;
	position: absolute;
	top: -50px;
	left: -70px;
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: 700;
	opacity: .4;
	text-indent: -300px;
	transform: rotate(-40deg);
}
p {
	font-family: "Gill Sans", sans-serif;
}
div.summary {
	left: 550px;
	width: 300px;
	top: 220px;
	position: relative;
	z-index: 9;
}
h3 {
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}
a {
	text-decoration: none;
	color: grey;
}
a:hover {
	color: #ec008c;
}
div.preamble {
	width: 210px;
	height: 100%;
	margin-top: 10px;
	margin-left: 595px;
	color: gray;
	position: relative;
	text-align: center;
	z-index: 5;
}
div.preamble h3 {
	color: black;
	position: relative;
}
div.preamble :first-child {
	margin-top: 410px;
}
div.explanation::after {
	content: 'S';
	margin-top: 0px;
	position: relative;
	top: -990px;
	left: 50%;
	margin-left: -400px;
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1300px;
	opacity: .3;
}
div.preamble::after {
	content: 'Q';
	height: 400px;
	margin-top: -850px;
	position: absolute;
	top: 600px;
	margin-left: -350px;
	color: black;
	opacity: .1;
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 900px;
	z-index: 1;
}
div.main.supporting::after {
	content: '?';
	position: absolute;
	top: 1000px;
	/* width: 400px;*/
	margin-left: 320px;
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1500px;
	opacity: .4;
}
div.explanation {
	width: 250px;
	height: 100%;
	text-align: center;
	position: relative;
	top: -110px;
	margin-left: 120px;
}
div.explanation h3 {
	color: black;
	top: -160px;
	left: 160px;
}
/*div.explanation :first-child {
	margin-top: 0px;

}*/


div.participation {
	width: 450px;
	height: 100%;
	color: black;
	text-align: center;
	position: relative;
	top: -1716px;
	margin-left: 410px;
	z-index: 5;
}
div.participation h3 {
	color: black;
	position: relative;
}
div.participation::before {
	content: 'd';
	position: absolute;
	top: 500px;
	margin-left: -780px;
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 950px;
	opacity: .3;
	z-index: 1;
}
div.benefits {
	width: 250px;
	height: 100%;
	color: black;
	text-align: center;
	position: relative;
	top: -1800px;
	margin-left: 120px;
}
/*div.benefits h3
{
    color: orange;
    top: -1850px;
    left: 160px;
}*/

div.benefits::after {
	content: 'j';
	height: 400px;
	position: absolute;
	top: -60px;
	margin-left: -280px;
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1100px;
	opacity: .1;
	transform: rotate(-45deg)
}
div.requirements {
	color: black;
	width: 500px;
	height: 100%;
	text-align: center;
	position: relative;
	top: -1850px;
	margin-left: 350px;
	z-index: 5;
}
div.requirements h3 {
	color: black;
}
.select {
	height: 100%;
	position: relative;
	top: 140px;
	font-size: 60px;
	margin-left: 250px;
	opacity: .6;
}
.sidebar {
	position: absolute;
	top: 2700px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.design-selection {
	margin: 0;
	padding: 0;
}
.design-selection li {
	display: inline-block;
	margin-left: 0px;
	width: 24%;
	font-size: 30px;
	color: #4a4a4a;
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	/* position: relative;*/
	margin-top: 65px;  /*brings numbers up*/
	z-index: 999;
	height: 60px;
	
}
li a.design-name {
	color: #4a4a4a;
	z-index: 1000;
	display: block;
	
}
li a:hover {
	color: #ec008c;
}
li a.designer-name {
	display: inline-block;
	color: #4a4a4a;
	z-index: 1000;
	
}

.design-selection li:nth-child(1)::before, .design-selection li:nth-child(2)::after, .design-selection li:nth-child(3)::before, .design-selection li:nth-child(4)::after, .design-selection li:nth-child(5)::before, .design-selection li:nth-child(6)::after, .design-selection li:nth-child(7)::before, .design-selection li:nth-child(8)::after, .design-selection li:nth-child(9)::before {
	font-size: 450px;
	opacity: .7;
	text-shadow: 4px 5px #fdfb00;
	z-index: 1;
}
.design-selection li:nth-child(6)::after, .design-selection li:nth-child(7)::before, .design-selection li:nth-child(8)::after, .design-selection li:nth-child(9)::before {
	margin-top: -100px;
}
.design-selection li:nth-child(1)::before {
	content: '1';
	color: #ec008c;
	margin-bottom: -225px;
}
.design-selection li:nth-child(2)::after {
	content: '2';
	color: #00aeef;
}
.design-selection li:nth-child(3)::before {
	content: '3';
	color: #fde100;
	margin-bottom: -225px;
}
.design-selection li:nth-child(4)::after {
	content: '4';
	color: #4A4A4A;/* margin-top: -300px;*/

}
/*.design-selection li:nth-child(5)::before {
	content: '5';
	color: #ec008c;
    margin-bottom: -225px;
}*/
.design-selection li:nth-child(5) {
	text-indent: 100%;
	overflow: hidden;
	display: none;
}
.design-selection li:nth-child(6)::after {
	content: '5';
	color: #00aeef;/*  margin-top: -300px;*/
}
.design-selection li:nth-child(7)::before {
	content: '6';
	color: #fde100;/* margin-bottom: -225px;*/
}
.design-selection li:nth-child(8)::after {
	content: '7';
	color: #4a4a4a;/*margin-top: -300px;*/
}
.design-selection li:nth-child(9)::before {
	content: '8';
	color: #ec008c;/* margin-bottom: -225px;*/
}
.design-selection ul {
	height: 700px;
}
.design-archives {
	background-color: #4a4a4a;
	position: relative;
	top: 800px;
	height: 460px;
	width: 960px;/* text-align: center;*/
	
}
.design-archives h3 {/*Archives*/
	color: white;
	padding: 30px 0px 0px 200px;
	text-align: left;
	position: relative;
}
.design-archives li {/*Next Design View all*/
	position: relative;
	font-size: 30px;
	list-style-type: none;
	margin-left: 160px;
}
.design-archives li a:hover {
	color: yellow;
}
.zen-resources {
	position: relative;
	top: 500px;
	font-size: 30px;
	margin-left: 200px;
}
.zen-resources h3 {
	position: relative;
	margin-left: -610px;
	color: white;
}
.zen-resources li {
	list-style-type: none;
	margin-left: -40px;
	z-index: 101;
}
.zen-resources li a:hover {
	color: yellow;
}
footer {
	position: relative;
	font-size: 40px;
	top: 0px;
	left: 540px;
	width: 300px;
	z-index: 100;
}
footer a {
	display: block;
	color: yellow;
	text-align: center;
}
abbr {
	text-decoration: none;
}
