﻿/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* 
here ends the reset
*/
body {
	background-image: url('../images/backgrounds/sky.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	background-attachment: fixed;
	font-family: 'IM Fell English', serif;
	font-size: medium;
	color: rgba(9, 9, 9, 0.9);
	text-decoration: none;
}
a:link {
	font-family: 'Muli', sans-serif;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0.3em 0.3em 0.5em rgba(0, 0, 0, 1);
	-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(255, 255, 255, 0.9);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: rgba(5, 5, 5, 0.9);
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 1s, 1s;
	-webkit-transition-timing-function: linear, ease-in;
	background-color: rgba(247, 247, 252, 0.4);
	position: relative;
	z-index: 1000;
}
a:active, focus {
	color: #ddcaa6;
	text-decoration: none;
	background-color: rgba(10, 10, 10, 0.3);
}
a.noBckgr:hover, a.noBckgr:active {
	background: transparent;
}
a.NoLinkBackground: hover {
	background-color: transparent;
	background-image: none;
}
.LargeSiteName {
	font-size: 210%;
	color: rgba(232, 222, 212, 0.5);
	top: 0.2em;
	text-shadow: -0.05em -0.05em 0 rgba(10, 10, 10, 0.3);
	position: fixed;
	z-index: -10;
}
.smallerH1 {
	font-family: inherit;
	font-size: 69%;
	font-weight: inherit;
	font-style: inherit;
	font-variant: normal;
}
.normalSizeH1 {
	font-family: inherit;
	font-size: 100%;
	color: black;
	font-weight: inherit;
	font-style: inherit;
	font-variant: normal;
	text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.3);
	max-width: 750px;
	line-height: 120%;
}
.coloredNames {
	color: maroon;
}
p {
	margin-bottom: 0.2em;
	font-family: 'Muli', sans-serif;
	font-size: 100%;
	color: rgba(3, 3, 3, 0.7);
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 1px;
	padding: 0 20px 30px 0;
	line-height: 1.25em;
}
.pOnly {
	font-family: 'Muli', sans-serif;
	font-size: 90%;
	color: rgba(3, 3, 3, 0.7);
	font-style: normal;
	font-weight: bolder;
	margin-bottom: -2em;
}
h1 {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	padding-bottom: 0.2em;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: rgba(255, 255, 255, 0.6);
	font-size: 340%;
	letter-spacing: 5px;
	text-align: left;
	text-shadow: 0.1em 0.1em 0.3em rgba(0, 0, 0, 1);
}
h2 {
	font-family: 'Muli', sans-serif;
	color: rgba(33, 11, 9, 1);
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.3em;
	padding-bottom: 0;
}
h3 {
	background-position: 0px 0px;
	background-repeat: repeat;;
	padding-bottom: 1em;
	color: rgba(50, 25, 22, 0.9);
	font-weight: bold;
	background-attachment: scroll;
	font-weight: normal;
	font-size: 130%;
	line-height: 1em;
}
h4 {
	background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
	font-weight: normal;
	font-size: 95%;
	font-style: oblique;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.5em;
	padding-bottom: 2em;
}
h5 {
	font-weight: normal;
	font-size: 85%;
	color: rgba(9, 9, 111, 0.9);
	line-height: 1.41;
	padding-bottom: 900px;
}
h6 {
	color: rgba(9, 9, 9, 0.9);
	font-weight: lighter;
	font-size: 80%;
}
.fontWeightNormal {
	font-weight: normal;
	color: rgba(3, 3, 3, 0.7);
}
.fontWeightNormaToo {
	font-weight: normal;
}
figure {
}
figcaption {
	width: 750px;
	font-size: 90%;
	font-style: oblique;
	color: #333;
	padding-bottom: 2em;
}
.caption {
	font-size: 85%;
}
.centerText {
	text-align: center;
}
.RigtAlignText {
	text-align: right;
}
.RedBoldedText {
	color: #f00;
	font-weight: 700;
}
ul {
	font-family: 'Muli', sans-serif;
	font-size: 110%;
	color: rgba(3, 3, 3, 0.7);
	font-style: normal;
	font-weight: bolder;
	background: transparent;
	margin-left: 0px;
	padding-bottom: 1em;
	line-height: 1.25em;
}
li {
	background: transparent;
	margin-left: 0px;
	list-style-type: none;
	font-size: 90%;
}
header {
	font-size: 130%;
	padding-top: 1em;
	margin-left: 15%;
}
nav {
	position: fixed;
	left: 40px;
	top: 0em;
}
article {
	top: 6em; /* IE9 SVG, needs conditional override of 'filter' to 'none' */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzFmMWYiIHN0b3Atb3BhY2l0eT0iMC4zMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
/* IE9 SVG, needs conditional override of 'filter' to 'none' */background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzFmMWYiIHN0b3Atb3BhY2l0eT0iMC40MiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.52) 0%, rgba(51,31,31,0.52) 100%); /* FF3.6+ */;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.52)), color-stop(100%,rgba(51,31,31,0.52))); /* Chrome,Safari4+ */;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.52) 0%,rgba(51,31,31,0.52) 100%); /* Chrome10+,Safari5.1+ */;
	background: -o-linear-gradient(top, rgba(255,255,255,0.52) 0%,rgba(51,31,31,0.52) 100%); /* Opera 11.10+ */;
	background: -ms-linear-gradient(top, rgba(255,255,255,0.52) 0%,rgba(51,31,31,0.52) 100%); /* IE10+ */;
	background: linear-gradient(top, rgba(255,255,255,0.52) 0%,rgba(51,31,31,0.52) 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bffffff', endColorstr='#6b331f1f',GradientType=0 ); /* IE6-8 */;
	padding-left: 30px;
	margin-left: 15%;
	margin-right: 30px;
	margin-top: 30px;
	padding: 3em;
	padding-bottom: 0.1em;
	border-radius: 200px 200px 0px 0px / 200px 200px 0px 0px;
}
footer {
	clear: both;
	padding-left: 15%;
	margin-top: 5em;
	padding-top: 0.5em;
	text-align: left;
	font-size: 80%;
}
li {
	line-height: 1.5em;
}
nav ul {
	list-style-type: none;
	margin-left: 0;
	margin-top: 3em;
}
nav ul li {
	display: block;
	background-color: inherit;
	border: none;
	text-align: left;
	margin-left: 2em;
	padding: 5px 5px 5px 0px;
	font-size: 75%;
}
#box-shadow {
	-webkit-box-shadow: 5px 10px 10px rgba(25, 25, 25, 0.2);
	-moz-box-shadow: 15px 14px 14px rgba(25, 25, 25, 0.2);
	box-shadow: 15px 30px 15px 14px rgba(25, 25, 25, 0.2);
}
#box-shadow {
	-webkit-box-shadow: 15px 30px 14px rgba(25, 25, 25, 0.2);
	-moz-box-shadow: 15px 30px 14px rgba(25, 25, 25, 0.2);
	box-shadow: 15px 30px 14px rgba(25, 25, 25, 0.2);
}
.rotate {
	-webkit-transition-duration: 182s;
	-moz-transition-duration: 182s;
	-o-transition-duration: 182s;
	transition-duration: 182s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}
.rotate:hover {
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-o-transform: rotate(720deg);
}
.columns {
	-moz-column-width: 375px;
	-moz-column-gap: 3em;
	-moz-column-rule: 1px solid white;
	-webkit-column-width: 375px;
	-webkit-column-gap: 3em;
	-webkit-column-rule: 1px solid white;
}
.enlarge:hover * {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	-webkit-box-shadow: 15px 15px 15px rgba(46, 46, 48, 0.6);
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 500ms;
	-moz-box-shadow: 15px 15px 15px rgba(46, 46, 48, 0.6);
	-o-transform: scale(1, 1);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 500ms;
	box-shadow: 15px 15px 15px rgba(46, 46, 48, 0.6);
	-ms-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%) /* IE 9 */;
	-moz-transform: translate(50%, 50%) /* Firefox */;
	-webkit-transform: translate(50%, 50%); /* Safari and Chrome */
    -o-transform: translate(50%, 50%); /* Opera */
}
.vergroot {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.vergroot li {
	display: inline;
	width: 25%;
	height: 25%;
}
.vergroot li img {
	width: 25%; /* width of each image.*/;
	height: 25%; /* height of each image.*/;
	border: 0;
	margin-right: 12px; /*spacing between each image*/;
	-webkit-transition: -webkit-transform 2s ease-in-out; /*animate transform property */;
	-o-transition: -o-transform 02s ease-in-out; /*animate transform property in Opera */
}
.vergroot li img:hover {
	-moz-transform: scale(3) translate(5em,0); /*scale up image 3x*/;
	-webkit-transform: scale(3) translate(5em,0);
	-o-transform: scale(3) translate(5em,0);
}
.vergrootvert {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.vergrootvert li {
	display: inline;
	width: 25%;
	height: 45%;
}
.vergrootvert li img {
	width: 25%; /* width of each image.*/;
	height: 45%; /* height of each image.*/;
	border: 0;
	margin-right: 12px; /*spacing between each image*/;
	-webkit-transition: -webkit-transform 2s ease-in-out; /*animate transform property */;
	-o-transition: -o-transform 02s ease-in-out; /*animate transform property in Opera */
}
.vergrootvert li img:hover {
	-moz-transform: scale(3); /*scale up image 3x*/;
	-webkit-transform: scale(3);
	-o-transform: scale(3);
}
.roundedAndTranslucent {
	-webkit-border-radius: 75px 75px 0px 0px / 75px 75px 75px 75px;
	-moz-border-radius: 75px 75px 0px 0px / 75px 75px 75px 75px;
	border-radius: 150px 150px 0px 0px / 150px 150px 150px 150px;
	display: block;
	opacity: 0.87;
	filter: alpha(opacity=40);
	height: 0%;
	width: 100%;
}
img * {
	-moz-box-shadow: inset 8px 8px 8px 8px rgba(0,0,0,0.32);
	-webkit-box-shadow: inset 8px 8px 8px 8px rgba(0,0,0,0.32);
  box-shadow:         inset 8px 8px 8px 8px rgba(0,0,0,0.32);
}
.rotate-270 {
	-o-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}
.video-container {
	position: relative;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
video {
	max-width: 100%;
	height: auto;
}
{
    box-sizing: border-box;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}