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

* {
	padding: 0;
	margin: 0;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5rem;
}

a {
	color: #3552a8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.page-wrapper {
	max-width: 1200px;
	margin: auto; 
	padding-bottom: 30px;
}

#zen-intro {
	background-image: url('header.jpg');
	background-size: cover;
	color: #fff;
	padding-bottom: 20px;
}

header h1 {
	padding: 30px 20px 15px;
	font-size: 3rem; 
}

header h2 {
	padding: 15px 40px 0;
	font-size: 2rem;
}

.summary, .preamble {
	margin: 15px 40px;
	padding: 5px 10px;
	background-color: rgba(41, 47, 48, 0.4);
}

.preamble h3 {
	font-size: 1.7rem;
}

.supporting {
	width: 65%;
}

.sidebar {
	width: 35%;
}

.supporting, .sidebar {
	float: left; 
	margin-top: 20px;

}

.supporting div[role=article] {
	padding: 5px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: rgba(102, 113, 114, 0.6);
	color: white;
}

p[role=contentinfo] {
	font-size: 1.4rem;
	text-align: center;
	padding: 20px;
}

.sidebar .wrapper {
	padding: 5px 30px;
	background-color: rgb(35, 142, 161, 0.4);
}

.sidebar h3 {
	color: white;
}

.sidebar .wrapper > div { 
	margin-bottom: 10px;
}

.sidebar li {
	color: white;
}

.sidebar li a {
	color: #3552a8;
}

.design-name {
    font-size: 1.2rem;
	color: black !important; 
    font-style: italic;
	text-decoration: underline;
	margin-right: 340px;
}

.design-name:hover {
	color: #3552a8 !important; 
}

footer {
	text-align: center;
	margin: 20px 0;
}
