@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700";
body {
	background: #e2e1e0;
	margin: 0px auto;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1.2;
	font-family: 'Open Sans',arial,sans-serif;
}
#pagetext {
	padding: 3px;
}
.photo {
	font-size: 14px;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.20);
	margin: 5px;
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom: 5px;
}
.phototitle {
	font-weight: bold;
	color: #739900;
	padding-bottom: 10px; 
}
img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto; 
}		

video {
	width: 100%;
  height: auto;
}