﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* end reset */
/* CSS layout */
html {
}
body {
	background-color: khaki;
	background-image: url('../images/backgrounds/page-background.jpg');
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	width: 90%;
	padding: 2%;
	min-width: 750px;
	min-height: 1800px;
	position: relative;
	background: -moz-linear-gradient(0deg, rgba(255,242,222,0.8) 0%, rgba(199,171,125,1) 100%); /* ff3.6+ */;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,242,222,0.8)), color-stop(100%, rgba(199,171,125,1))); /* safari4+,chrome */;
	background: -webkit-linear-gradient(0deg, rgba(255,242,222,0.8) 0%, rgba(199,171,125,1) 100%); /* safari5.1+,chrome10+ */;
	background: -o-linear-gradient(0deg, rgba(255,242,222,0.8) 0%, rgba(199,171,125,1) 100%); /* opera 11.10+ */;
	background: -ms-linear-gradient(0deg, rgba(255,242,222,0.8) 0%, rgba(199,171,125,1) 100%); /* ie10+ */;
	background: linear-gradient(90deg, rgba(255,242,222,0.8) 0%, rgba(199,171,125,1) 100%); /* w3c */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFF2DE', endColorstr='#C7AB7D',GradientType=1 ); /* ie6-9 */;
	font-family: 'Roboto', sans-serif;
	font-size: 120%;
	font-weight: lighter;
	color: #333333;
	border-radius: .5%/.5%;
	-webkit-box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
    box-shadow: 12px 29px 81px 0px rgba(0,0,0,0.75);
}
nav {
	font-family: 'Muli', sans-serif;
	margin-top: 5.3%;
	margin-left: 3%;
	position: fixed;
	padding: 0 0 0 2%;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, 0.9);
}
header {
	height: 5.5%;
	width: 100%;
	margin-left: 15%;
}
section {
	top: 5.5%;
	min-height: 100%;
	margin-top: 5.5%;
	margin-left: 16.5%;
}
footer {
	height: 5.5%;
	width: 100%;
	margin-left: 17%;
	bottom: 0;
	position: relative;
	float: left;
	padding-top: 2%;
}
/* responsive */
img {
	max-width: 100%;
	height: auto;
}
/* responsive */
ul {
	background: transparent;
	margin-left: 0px;
	padding-bottom: 1em;
	line-height: 1.5em;
}
li {
	background: transparent;
	margin-left: 0px;
	list-style-type: none;
	font-size: 80%;
	color: #333333;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */;
}
title {
	background: #ff9933;
	font-style: oblique;
	color: red;
}
img {
	border: 0 none;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 90%;
	-webkit-box-shadow: 7px 10px 21px 0px rgba(64,39,2,0.67);
	-moz-box-shadow: 7px 10px 21px 0px rgba(64,39,2,0.67);
    box-shadow: 7px 10px 21px 0px rgba(64,39,2,0.67);
}
a.imglink:hover img {
	opacity: 0.5;
}
.noDropShadow {
	box-shadow: 0px 0px 0px;
	-moz-box-shadow: 0px 0px 0px;
	-webkit: 0px 0px 0px;
	float: left;
}
.columns {
	-moz-column-width: 16em;
	-moz-column-gap: 4em;
	-moz-column-rule: 1px solid tan;
	-webkit-column-width: 16em;
	-webkit-column-gap: 4em;
	-webkit-column-rule: 1px solid rgba(0, 0, 0, 0.3);
}
.italics {
	font-style: italic;
}
figure {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	padding-bottom: 1%;
}
figcaption {
	font-family: inherit;
	font-size: 80%;
	font-style: italic;
	margin-top: 0.4em;
	color: rgba(255, 255, 255, 0.4);
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
p {
	max-width: 65em;
	font-size: 95%;
	color: rgba(55, 55, 99, 0.9);
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 1%;
}
h1 {
	font-family: inherit;
	color: rgba(55, 55, 99, 0.5);
	font-size: 250%;
	letter-spacing: 0.17em;
	padding-bottom: 1.8%;
	text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);
}
h2 {
	font-family: inherit;
	color: rgba(55, 55, 99, 0.7);
	font-size: 140%;
	letter-spacing: 0.17em;
	padding-bottom: 0.8%;
	text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.5);;
	font-weight: lighter;
}
h3 {
	font-family: inherit;
	font-weight: 600;
	letter-spacing: 3px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 120%;
}
h4 {
	font-family: inherit;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 85%;
}
h5 {
	font-family: inherit;
	font-weight: normal;
	color: rgba(0, 298, 1, 1);
	font-size: 85%;
	text-shadow: 4px 4px 7px black;
}
h6 {
	font-family: inherit;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 65%;
}
.WerkinNavigation {
	color: rgba(255, 199, 99, 0.7);
	text-shadow: 1px 2px 8px rgba(0, 0, 0, 1);
	font-weight: bold;
}
a:link {
	color: rgba(255, 255, 0, 0.5);
	-webkit-transition: color 1s ease-in;
	-moz-transition: color 1s ease-in;
	-o-transition: color 1s ease-in;
	transition: color 1s ease-in;
	text-decoration: none;
}
a:visited {
	color: rgba(200, 200, 200, 0.5);
	text-decoration: none;
}
a:hover {
	no-border-bottom: 2px dotted silver;
	color: silver;
	text-shadow: 1px 1px 7px black;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.1s, 0.1s;
	-webkit-transition-timing-function: linear, ease-in;
	position: relative;
	z-index: 1000;
}
a:active, focus {
	color: rgba(255, 255, 255, 0,7);
	background-color: rgba(255, 51, 000, 0.6);
}
a.noBckgr:hover {
	text-decoration: none;
	background-color: transparent;
}
/* resposive divs */
.city {
	float: left;
	margin: 5px;
	padding: 15px;
	max-width: 300px;
	height: 300px;
	border: 1px solid black;
}
