@charset "UTF-8";
/* css Zen Garden submission - 'Zen Carton', by Katherine Klauber */
/* css released under Creative Commons License - http: //creativecommons.org/licenses/by-nc-sa/1.0/

/* All images released under Creative Commons License cc0 and courtesy of Pixabay 

https://creativecommons.org/publicdomain/zero/1.0/
- carton_top.png from pixabay
- images/carton_bottom.png
- images/explanation_chick_small.png
- images/participation_chick.png
- images/plainmilkcarton.png

Title image created by designer

-images/csszencartonTitle.png

*/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');
html {
	margin-top: 2%;
}
* {
	box-sizing: content-box;
}
body {
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
h1, h2, h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 900;
}
a {
	text-decoration: none;
	color: #0097FF;
	font-weight: 400;
}
a:hover {
	color: #bc2929;
}

abbr {
	text-decoration: none;
}
div.page-wrapper {
	padding: 0;
	position: relative;
	width: 100%;
	margin: 0 auto;
}
section.intro {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 130px;
	left: 0%;
	width: 730px;
	height: 298px;
	text-align: center;
	background-image: url(images/carton_top.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
.intro h1, .intro h2 {
	display: inline-block;
	width: 300px;
	padding: 0;
	margin: 0px 0px 30px 0px;
	height: 30px;
	line-height: 30px;
}
header {
	padding: 0;
	margin: 0;
	height: 30px;
	position: absolute;
	top: -130px;
	width: 730px;
}
header h1 {
	text-indent: -999999px;
	background-image: url(images/csszencartonTitle.png);
	background-attachment: center center;
	background-size: contain;
	background-repeat: no-repeat;
	border-right: thin solid black;
}
header h2 {
	font: 200 22px roboto;
	text-transform: uppercase;
	text-align: center;
}
header h1 header h2 {
	margin: 0 auto;
}
div.summary {
	position: absolute;
	left: 0;
	top: -100px;
	padding: 0;
	width: 730px;
	z-index: 9999;
	height: 100px;
	border-top: thin solid black;
	margin-top: 10px;
}
div.summary p {
	width: 500px;
	margin: 0 auto;
	font-size: 12px;
}
div.summary p:first-child {
	margin-top: 20px;
}
div.summary p:last-child {
	margin-top: 10px;
	font-weight: 400;
}
div.preamble {
	width: 340px;
	height: 100px;
	position: absolute;
	left: 180px;
	top: 100px;
	z-index: 999;
	overflow: hidden;
	text-align: center;
	font-weight: 600;
	color: rgba(39,112,3,0.70);
	border: medium solid rgba(39,112,3,0.4);
	border-radius: 10px;
}
div.preamble:hover {
	overflow: auto;
}
div.preamble h3 {
	color: rgba(28,84,1,0.70);
	margin-top: 5px;
}
div.preamble h3:hover, div.preamble p:hover {
	background-color: none;
}
div.preamble p {
	font-size: 10px;
	padding: 0px 3px;
}
div.main {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 426px;
	left: 0px;
	width: 730px;
	height: 178px;
	background-image: url(images/carton_bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}
div.main div {
	text-indent: -9999999px;
	padding: 0;
	position: absolute;
	top: 0;
	border-radius: 50%;
	text-align: center;
	width: 125px;
	height: 130px;
}
div.main div:hover {
	text-indent: initial;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	border-radius: 0;
	width: 240px;
	height: 315px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0px;
	
	z-index: 9999;
}
div.main h3, div.main p {
	margin: 0 auto;
}
div.main h3 {
	font-size: 0.9em;
	margin-top: 145px;
	width: 100px;
	padding: 5px;
}
div.main:hover p {
	font-size: 8.95px;
	padding: 12px 12px;
	width: 120px;
	text-align: left;
}
div.main:hover p:hover {
	font-weight: 900;
}
div.main p:hover, div.main h3:hover {
	border-radius: 20%;
	background-color: rgba(219,197,24,0.75);
}
/*EXPLANATION*/

div.explanation {
	left: 30px;
	border-radius: 60% 50% 40% 40%;
}
 @keyframes explanationchick {
 from {
text-indent: -9999999px;
 top: 0;
left: 30;
 width: 125px;
 height: 130px;
}
 to {
text-indent: initial;
top: -188.2px;
left:-20.4px;
}
}
div.explanation:hover {
	background-image: url(images/explanation_chick_small.png);
	left: -20.4px;
	top: -188.2px;
	animation-name: explanationchick;
	animation-duration: 0.1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
div.main div.explanation:p {
 overflow: auto;
}
/*PARTICIPATION*/

div.participation {
	left: 175px;
	border-radius: 90% 80% 70% 50%;
}
 @keyframes participationchick {
 from {
text-indent: -9999999px;
 top: 0;
left: 30;
 width: 125px;
 height: 130px;
}
 to {
text-indent: initial;
top: -170.7px;
left:121px;
}
}
div.participation:hover {
	background-image: url(images/participation_chick.png);
	left: 121px;
	top: -170.7px;
	animation-name: participationchick;
	animation-duration: 0.1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
/*BENEFITS*/

div.benefits {
	left: 427px;
	border-radius: 90% 90% 70% 90%;
}
 @keyframes benefitschick {
 from {
text-indent: -9999999px;
 top: 0;
left: 30;
 width: 125px;
 height: 130px;
}
 to {
text-indent: initial;
top: -170.1px;
left:391.74px;
}
}
div.benefits:hover {
	background-image: url(images/benefits_chick.png);
	top: -170.1px;
	left: 391.74px;
	animation-name: benefitschick;
	animation-duration: 0.1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
/*REQUIREMENTS*/

div.requirements {
	left: 555px;
	border-radius: 90% 100% 70% 100%;
}
 @keyframes requirementschick {
 from {
text-indent: -9999999px;
 top: 0;
left: 30;
 width: 125px;
 height: 130px;
}
 to {
text-indent: initial;
top: -170.5px;
left:491.7px;
}
}
div.requirements:hover {
	background-image: url(images/requirements_chick.png);
	top: -170.5px;
	left: 491.7px;
	animation-name: requirementschick;
	animation-duration: 0.1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
div.requirements:hover p {
	margin-left: 60px;
}
div.requirements:hover h3 {
	margin-left: 75px;
}
/*FOOTER*/

footer {
	position: absolute;
	bottom: -10px;
	width: 730px;
	left: 0px;
	height: 10px;
	text-align: center;
	line-height: 110px;
}
footer a {
	background-image: url(images/fried-18967_1280.png);
	background-size: 135px;
	padding-top: 0px;
	background-position: top center;
	background-repeat: no-repeat;
	width: 135px;
	display: inline-block;
	font-size: 14px;
	margin-top: 20px;
	font-weight: 900;
	text-shadow: 1px 1px 0px rgba(0,0,0,1.0);
}
/*ASIDE*/

/*Hamburger Menu Aside*/
aside.sidebar {
	background-image: url(images/hamburger.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: contain;
	position: absolute;
	left: 710px;
	top: 0px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
/*Milk Carton Menu Aside*/
aside.sidebar:hover {
	width: 225px;
	height: 551px;
	position: fixed;
	left: 725px;
	top: 20px;
	background-image: url(images/plainmilkcarton.png);
	background-position: top right;
	background-repeat: no-repeat;
	text-indent: initial;
	overflow: hidden;
	animation-name: menu;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	z-index: 99999;
}
 @keyframes menu {
 from {
top: -225px;
}
 to {
top: 20px;
}
}
aside.sidebar:hover h3 {
	color: rgba(14,151,251,0.85);
}
aside.sidebar:hover li {
	list-style-type: none;
	display: block;
	width: 100px;
	text-indent: -40px;
	font-size: 8.9px;
}
/*Select a Design*/

.design-selection {
	position: absolute;
	top: 90px;
	left: 10px;
	height: 206px;
	overflow: hidden;
	width: 135px;
}
aside.sidebar:hover .design-selection {
	transform: skew(0deg, 3deg)
}
aside.sidebar:hover .design-selection ul {
	position: absolute;
	left: 4px;
	top: 41px;
	width: 135px;
overflow: hidden;
	height: 181px;
	transform: skewY(1deg);
}
aside.sidebar:hover h3.select {
	position: relative;
	left: 1px;
	font-size: 18px;
	border-bottom: thin solid;
	padding-bottom: 2px;
}
aside.sidebar:hover a.design-name {
	float: left;
	text-align: left;
	display: inline-block;
	width: 140px;
	font-weight: 900;
	height: 14px;
	line-height: 14px;
	transform: skewY(-0.35deg);
}
aside.sidebar:hover a.designer-name {
	float: right;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	height: 14px;
	line-height: 14px;
	margin-bottom: 2px;
	position: relative;
	bottom: 1px;

}
aside.sidebar:hover .designer-name:before {
	float: left;
	width: 50px;
	height: 14px;
	padding-top: 5px;
	content: "............................................................";
	transform: skewY(1deg)
}
/*Design Archives*/
.design-archives {
	position: absolute;
	top: 290px;
	left: 19px;
	width: 155px;
}
aside.sidebar:hover .design-archives {
	transform: skew(0deg, 6.5deg);
}
aside.sidebar:hover h3.archives {
	background-color: rgba(14,151,251,0.65);
	color: #ffffff;
	border-radius: 50%;
	padding: 10px 10px;
	width: 110px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	left: -4px;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
aside.sidebar:hover .design-archives li {
	height: 8px;
	line-height: 8px;
	position: relative;
	top: 66px;
	left: -1px;
	font-size: 8px;
	width: 50px;
	margin-right: 5px;
	text-align: left;
	display: inline-block;
	transform: skewY(1deg);
}

aside.sidebar:hover .viewall a {
	border-left: thin solid rgba(0,0,0,0.6);
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
	top: 1px;
}

span.indicator {
	display: none;
}
/*Resources*/

.zen-resources {
	position: absolute;
	top: 396px;
	width: 125px;
	left: 15px;
}
aside.sidebar:hover .zen-resources li {
	height: 14px;
	position: relative;
	bottom: 6px;
	left: 18px;
	line-height: 14px;
	transform: skewY(1.5deg);
}
aside.sidebar:hover h3.resources {
	font-size: 13px;
	position: relative;
	top: 3px;
	text-align: center;
	border-top: thin solid;
}
aside.sidebar:hover .zen-resources {
	transform: skew(0deg, 8deg)
}
