@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:400,400i,700,700i|Yanone+Kaffeesatz:300,400,700');

body {
	margin: 0;
	padding: 0;
	font-family: 'Merriweather Sans', 'Verdana', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.4em;
	color: #333;
}

body b { font-weight: 700; }
body b i { font-weight: 700i; }
body i { font-weight: 400i; }

body p { margin: .5em 0; }

a { text-decoration: none; }
a img { border: none; }
a:link, a:visited { color: #003a99; }
html body a:hover { color: #530099; text-decoration: none; }

#navcontainer {
	width: 6%;
	min-width: 55px;
	text-align: right;
	position: absolute;
	top: 5px;
	left: -10px;
}

#navcontainer ul {
	list-style: none;
	position: relative;
	margin-left: 0;
	padding-left: 0;
}

#navcontainer ul li { 
	position: relative;
	margin-top: 5px; 
}

#navcontainer a {
	display: block;
	padding: 3px 8px;
	width: 99.99%;
	border-width: 1px;
	border-style: solid;
}

#navcontainer a:link, #navcontainer a:visited { text-decoration: none; }

#navcontainer ul ul {
	width: 6%;
	min-width: 75px;
	margin-left: 10px;
	display: none;
	position: absolute;
	left: 0;
	padding: 0px 8px;
	z-index: 1;
	text-align: center;
}

#navcontainer ul ul a { line-height: 1.2em; }

#navcontainer ul li:hover > ul { display: block; }

#back_to_camera {
	clear: both;
	display: block;
	height: 80px;
	line-height: 40px;
	padding: 20px; 
}

.fluid_container { margin: 10px auto 0px; }

.container {
	color: #333;
	border: 1px solid gray;
	text-align: left;
	padding: 10px;
}

.pagecontainer {
	max-width: 700px;
	margin: 0px auto;
	color: #333;
}

.intro {
	padding: 10px;
	max-width: 880px;
	min-height: 100px;
	margin: 17px 80px 0px 80px;
	text-align: center;
}

.intro p { text-align: left; }

.intro h1 {
	font-family: 'Yanone Kaffeesatz', 'Verdana', sans-serif;
	color: #666;
	font-weight: 400;
	font-size: 2.2em;
	line-height: 1.1em;
	letter-spacing: .02em;
	text-align: center;
	margin: 0px auto;
}

/* thumbnail styles to link to other pages */

div.page {
	border: 1px solid #069;
	background: rgba(255, 255, 255, 0.5);
}

div.page:hover {
	border: 1px solid #ccc;
}

div.page img {
    width: 100%;
    height: auto;
}

.desc {
    padding: 10px;
    text-align: center;
}

.responsive {
	padding: 10px 6px 0;
	float: left;
	width: 49.99999%;
	box-sizing: border-box;
}

@media only screen and (min-width: 1080px) { 
	#navcontainer { 	position: fixed; }
	.intro { margin: 17px auto 0px; } 
	.intro h1 {	font-size: 3em; }
	.intro p { text-align: center; }
	body footer { margin: 0px auto 50px; }
}

@media only screen and (min-width: 700px){
	.intro p { text-align: center; }
}

@media only screen and (max-width: 700px){
	.responsive { width: 49.99999%; }
}

@media only screen and (max-width: 500px){
	.intro { margin: 17px 70px 0px 70px; }
	.responsive { width: 100%; }
	body footer { margin-left: 6px; margin-right: 6px; }
	.intro h1 {	font-size: 1.9em; }
	p { font-size: 12px }
}

.page h2 {
	margin: 0px auto 5px;
	font-size: 1.2em;
	font-weight: 700;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

hr {
	clear: left;
	width: 20px;
	height: 0px;
	overflow: default;
	visibility: hidden;
}

footer {
	padding: 0;
	max-width: 880px;
	margin: 0px 80px 50px;
	text-align: center;
}

/* Footer styles */

footer p { text-align: center; }

