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

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */
@import url("https://use.typekit.net/psb3inz.css");

@import url("https://use.typekit.net/psb3inz.css");

* {
    box-sizing: border-box;
}

/* TEXT STYLES */
body {
    margin: 0 auto;
    font-family: "circe", sans-serif;
}

h1, h2, h3 {
    font-family: 'Warbler-display', serif;
	font-weight: 200;
	line-height: 1.2rem;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 2rem;
	font-style: italic;
}

h3 {
    font-size: 1.5rem;
    border-bottom: 2px dotted #333;
	width: 100%;
    padding-bottom: .5rem;
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
	font-family: "circe-rounded", sans-serif;
}

.designer-name{
	color: #592942;
    font-weight: bold;
	text-align:left;
	text-decoration: none;
}

nav a {
  color: #592942;
	width: 100%;
}

nav:hover {
  opacity: 1;
}
	
a {
	color: #592942;
	text-decoration: none;
}

#zen-summary li{
	list-style: none;
}

/* BACKGROUND */
#css-zen-garden {
    background-image: url(AdobeStock_630988740.jpeg);
	position: relative;
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
	margin: 0 auto;
	width: 100vw;
	min-height: 100vh;
}

/* MAIN BOX */
.page-wrapper {
    max-width: 80%;
	min-height: 100%;
	padding-bottom: 10px;
    background-color: antiquewhite;
	background-image: url(background.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
	margin: 60px auto;
    flex-shrink: 1;
    flex-grow: 1;
}

/* TOP PART - INTRO AND SNAKE */
#zen-intro {
    flex: 1;
	max-width: 33%;
	margin-left: 56px;
	padding: 14px;
	height: 66%;
	min-width: 51vw;
	margin-top: 300px;
	flex-shrink: 1;
    flex-grow: 0;
}

#zen-supporting[role="main"]{
    flex: 1;
    margin: 0 auto;
    padding: 40px;
    margin-top: 10px;
    min-width: 60%;
    /* Add these: */
    flex-shrink: 1;
    flex-grow: 1;
}

.intro[role="banner"]{
	margin-left: 30px;
}
#zen-summary[role="article"]{
	margin-bottom: 50px;
}

#zen-summary a:hover{
	font-style: italic;
	font-weight: 100;
	color: #54664b;
	border-bottom: 1px solid #54664b;
}

.extra1 {
    background-image: url(snake.png);
	background-size: contain;
    background-repeat: no-repeat;
	background-position: top left;
	z-index: 50;
	min-height: 95vh;
	min-width: 59vw;
	max-width: 77vw;
	max-height: 100vh;
    position: absolute;
	top: -167px;
	left: -3%;
}

.extra2{
	background-image: url(frogsmall.png);
	background-repeat: no-repeat;
	background-size: fixed;
	background-position: center;
	position: absolute;
	z-index: 30;
	margin: auto 0;
	right: 30px;
	top: 10px;
	min-width:14vw;
	min-height: 16vh;
}

.extra3{
	background-image: url(clipart-hexen-kessel-vintage.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	margin: 0 auto;
	z-index: 60;
	position: absolute;
	min-width: 101vh;
	min-height: 57vh;
	left: -121px;
	top: 1154px;
}

.extra4{
	background-image: url(Purpleflower.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	margin: 0 auto;
	z-index: 50;
	position: absolute;
	min-width: 38vh;
	min-height: 41vh;
	left: 31px;
	top: 1040px;
}

.extra5{
	background-image: url(crow.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	margin: 0 auto;
	z-index: 52;
	position: absolute;
	min-width: 66vh;
	min-height: 103vh;
	right: 5px;
	bottom: 700px;
}

.extra6{
	background-image: url(whiteflowerredstem.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
	margin: 0 auto;
	z-index: 52;
	position: absolute;
	min-width: 60vh;
	min-height: 61vh;
	right: 5px;
	bottom: 654px;
}

#zen-explanation[role="article"]
{
	margin-left: 15rem;
	margin-bottom: 9rem;
	max-width: 69%;
}

#zen-preamble[role="article"]{
	max-width: 100%;
	max-height: 50vh;
	text-indent: 1rem;
}

/* MIDDLE PART - MAIN CONTENT AND SIDEBAR */
#zen-supporting[role="main"]{
	flex: 1;
    margin: 0 auto;
    padding: 2px;
	min-width: 60%;
}

#zen-benefits, .participation{
	max-width: 100%;
	margin-right: 452px;
}

.sidebar {
    max-width: 25%;
	max-height: 57%;
    background: #b5d0bb;
	padding: 3rem 1.5rem;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	flex:1;
	top: -23px;
	right: 55px;
	z-index: 30;
	position: absolute;
	filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.18));
	border-radius: 10px;
	 flex-shrink: 1;
    flex-grow: 0;
}

.design-selection .resources .archives h3{
	text-align: left;
	margin: 0 .5rem;
	align-items: center;
	padding: .5rem;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.design-selection .resources .archives li{
	font-size: 14px;
	width: 99%;
	text-align: left;
	margin: 0 .5rem;
	align-items: center;
	padding: .5rem;
}

/* SIDEBAR STYLES */
.sidebar ul {
    list-style: none;
	color: #592942;
}

.sidebar li {
    margin-bottom: 12px;
    line-height: 1.5rem;
    border-bottom: 1px solid #592942;
}

/* FOOTER */
footer {
	z-index: 300;
	max-height: 9vh;
	height: 100%;
	width: 100%;
	min-width: 100vw;
	position: absolute;
	margin: auto 0;
	background-color: #592942;
	bottom: 0;
	right:0;
	left: 0;
	text-align: center;
	justify-content: space-between;
	align-content: center;
	padding: 10px;
	font-family: "Circe Rounded thin", sans-serif;
}

footer a{
	color: antiquewhite;
	margin: auto 1rem;
	text-decoration: none;
}

/* MEDIA QUERIES */
/* Tablet (900px and below) */
@media (max-width: 900px) {
    .page-wrapper {
        max-width: 90%;
        padding: 30px;
        margin: 40px auto;
    }
    
    .intro {
        max-width: 100%;
        margin-top: 200px;
    }
    
    .sidebar {
        max-width: 40%;
        right: 30px;
        padding: 2rem 1rem;
    }
    
    #zen-supporting[role="main"] {
        min-width: 50%;
        padding: 20px;
    }
    
    .extra1 {
        top: -150px;
        left: 3%;
        min-height: 30%;
        min-width: 45%;
    }
    
    h1 {
        font-size: 2.8rem;
    }
    
    h2 {
        font-size: 1.7rem;
    }
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
    .page-wrapper {
        max-width: 95%;
        padding: 20px;
        margin: 30px auto;
        flex-direction: column;
    }
    
    .intro {
        max-width: 100%;
        margin-top: 150px;
    }
    
    .sidebar {
        position: relative;
        max-width: 100%;
        right: auto;
        margin: 20px 0;
        padding: 1.5rem;
    }
    
    #zen-supporting[role="main"] {
        min-width: 100%;
        padding: 10px;
    }
    
    .extra1 {
        top: -120px;
        left: 2%;
        min-height: 25%;
        min-width: 40%;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
}

/* Mobile (600px and below) */
@media (max-width: 600px) {
    .page-wrapper {
        max-width: 98%;
        padding: 15px;
        margin: 20px auto;
    }
    
    .intro {
        margin-top: 120px;
    }
    
    .extra1 {
        top: -70px;
        left: 50%;
        transform: translateX(-50%);
        min-height: 26%;
        min-width: 30%;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.3rem;
    }
}

/* Small Mobile (360px and below) */
@media (max-width: 360px) {
    .page-wrapper {
        padding: 10px;
        margin: 10px auto;
    }
    
    .intro {
        margin-top: 80px;
    }
    
    .extra1 {
        top: -38px;
        left: 50%;
        transform: translateX(-50%);
        min-height: 12%;
        min-width: 25%;
    }
    
    h1 {
        font-size: 1.7rem;
    }
    
    h2 {
        font-size: 1.1rem;
    }
}