body {
	background: white;
	/* background-image: url(images/background.jpg); */
	font-family: sans-serif;
	color: black;
	width: calc(100% - 200px);
	margin-left: 100px;
	margin-right: 100px;
}
h1 {
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 18pt;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
}
div#details {
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	line-height: 150%;
}
div#details ul {
	text-align: center;
	font-size: 14pt;
}
div#details li {
	text-align: left;
}
.smallerblue {
	font-size: 14pt;
	color: #447bb1;
}
.blue {
	color: #447bb1;
}
.error {
	color: red;
	font-weight: bold;
}
div#clarus {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div#clarusleft,div#clarusright {
	text-align: left;
	flex: 1;
}
a[href]:hover {
	text-decoration: underline;
}
a[href] {
	text-decoration: none;
	color: black;
}
.selected {
	background-color: #e8e8e8;
}
ul.navline {
	background: #f8f8f8;
	display: table;
	width: 100%;
	-webkit-padding-start: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.navline li {
	list-style-type: none;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	width: 20%;
}
div#gallery {
	display: flex;
	flex-wrap: wrap;
}
div.product {
	padding: 10px;
	width: 200px;
	text-align: center;
}
div#footer {
	border-top: 1px solid black;
	margin-top: 2em;
}
#submit {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
div#submitbutton {
	flex: 0 0 auto;
}
.g-recaptcha {
	margin-left: 10em;
	flex: 1;
}
form {
	width: 40em;
	margin-top: 2em;
}
button,input,textarea {
	margin: 0 0 1.5em .5em;
}
textarea {
	width: 70%;
}
label {
	float: left;
	text-align: right;
	width: 10em;
}
#photo {
	position: absolute;   
	height: auto;
	width: 150px;    
	right: 60px;
	top: 70px;
}
#photo img {
	filter: drop-shadow(10px 10px 10px grey);
}
