/* 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. */

/* 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;
	}

body {
	display: grid;
	width: auto;
}

h1 {
	font-family: sans-serif;
	font: Helvetica;
	font-size: 80px;
	color: #0B5D64;
	text-align: left;
}

h2 {
	font-family: sans-serif;
	font: Helvetica;
	font-size: 28px;
	color: #0B5D64;
	text-align: left;
}

h3 {
	font-family: sans-serif;
	font: Helvetica;
	max-width: 1000px;
	font-size: 26px;
	color: #0B5D64;
	text-align: left;
}

.page-wrapper{
	display: grid;
	grid-template-columns: 2fr 5fr 2fr;
	grid-template-rows: 4fr 8fr;
	font: Helvetica;
}

.intro {
	grid-column: 1/4;
	grid-row: 1/2;
	background-image: url(lotus.jpg);
	background-repeat: no-repeat;
	background-position: static;
	background-size: cover;
}

.intro p {
	text-align: left;
	padding-bottom: 10px;
}

.intro-summary p {
	text-align: left;
	padding-bottom: 10px;
}

.intro h3 {
	font-family: sans-serif;
	font: Helvetica;
	font-size: 28px;
	color: #0B5D64;
	text-align: left;
}



p {
	font-family: sans-serif;
	font: Helvetica;
	font-size: 20px;
	max-width: 1000px;
	padding-left: 15px;
	padding-right: 15px;
}

.main p {
	margin-left: 30%;
	padding-bottom: 20px;
}

.main h3 {
	position: absolute;
	right: 76%;
}

li {
	text-align: center;
}

ul {
	padding: 0;
}

p a {
  color: #0B5D64;
}

.main {
	grid-column: 1/3;
	grid-row: 2/3;
	background-image: url(sketch.jpg);
	background-repeat: no-repeat;
	background-position: static;
	background-size: cover;
}

.sidebar {
	background-color: #C4C5C7;
	text-align: center;
	right:15%;
	font-family: Helvetica;
	font-size: 20px;
	padding: 15px;
}

.design-selection {
	font-family: Helvetica;
	font-size: 20px;
	text-decoration: none;
}

.design-selection li {

	white-space: pre-line;
	list-style: none;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}

.design-archives{

}

.design-archives a{
  color: #0B5D64;
	text-decoration: none;
}

.zen-resources{
}

.zen-resources a{
  color: #0B5D64;
	text-decoration: none;
}


.design-archives li {
	list-style: none;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}

.zen-resources li {
	list-style: none;
	text-decoration: none;
	text-align: center;
	padding: 5px;
}

.zen-resources li {
	list-style: none;
	text-decoration: none;
}

.design-name {
  font-size: 20px;
  color:#0B5D64;
	font-family: sans-serif;
	font: Helvetica;
  text-decoration: none;
}

.designer-name {
  font-size: 20px;
  color: black;
	font-family: sans-serif;
	font: Helvetica;
	text-decoration: none;
	text-align: center;
}

.sidebar h3{
	text-align: center;
}

footer{
	grid-column: 1/3;
	grid-row: 2/3;
	text-align: center;
	padding-top: 25pt;

}

footer a {
  color: #0B5D64;
	font-family: sans-serif;
	font: Helvetica;
  text-decoration: none;
	text-align: right;
	font-size: 15pt;
	padding: 50px;
}




}

@media screen and (max-width: 1500px) {

	body {
		background: green;
	}
}


@media screen and (max-width: 1000px) {




	.intro h1 {
		padding-bottom: 100pt;
	}

	.main {
		grid-column: 1/4;
		grid-row: 2/3;
	}

	.main h3 {
		position: static;
		margin: 0;
		padding: 15pt;
	}

	.main p {
		margin: 0;
		padding: 15pt;
	}

	.sidebar {
		grid-column: 1/4;
		grid-row: 3 / 4;
	}

	footer a {
		padding: 10pt;
		padding-top: 25pt;
	}

}

	@media screen and (max-width: 600px) {


		.intro {
			background-position:right;
			background-size: auto;

		}

		.intro h1 {
			padding-bottom: 100pt;
		}

		.main {
	    grid-column: 1/4;
	    grid-row: 2/3;
	  }

		.main h3 {
			position: static;
			margin: 0;
			padding: 15pt;
		}

		.main p {
			margin: 0;
			padding: 15pt;
		}

	  .sidebar {
	    grid-column: 1/4;
	    grid-row: 3 / 4;
	  }

		footer a {
			padding: 10pt;
		}

	}
