html, body {
/*	height: 100%; */
	color: #666666;
	background-color: #FFFFFF;
}
body {
/*	background: #ffffff url('bg.png') no-repeat right top; */
	font: 12px verdana, geneva, arial, garuda, sans-serif;
}

/* Note: http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ */
html, body, h1, h2, h3, h4, h5, h6, p, div, small, big, th, td, ul, ol, dl, form, img {
	border: 0;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, p {
	font-size: 14px;
}
li {
	margin-left: 1.5em; font-size: 13px;
}
h1, h2, h3, h4, h5, h6, p {
	padding-top: 0.75em;
}

a:link {
	color: #000000;
	background-color: transparent;
}
a:visited {
	color: #333333;
	background-color: transparent;
}
a:active {
	color: #990000;
	background-color: transparent;
}
a:hover {
	color: #990000;
	background-color: transparent;
}

a.button {
	background: #7ca64b; color: #333; border-radius: 3px; padding: 20px 30px; font-size: 18px; transition: all 0.5s;
    font-weight: bold; margin: 50px auto 0; display: table; text-decoration: none;
}
a.button:hover { background: #333333; color: #fff; }
.fourcolumn a.button { margin: 20px 0; }

.clear {
	clear: both;
}

/* per-site styles below... */

h3 {
	color: #7ca64b;
}

* {
	box-sizing: border-box;
}

div#page {
	line-height: 1.4;
	max-width: 1260px;
	margin: auto;
	padding: 0 20px 20px 20px;
}

#intro {
	width: 100%;
	margin: auto;
	padding: 40px 0 20px 0;
	font-size: 140%;
	color: #333;
	font-weight: bold;
}

p.address {
	text-align: center;
}

.page>div.book {
	width: 100%;
}
div.book>span {
	font-size: 120%;
	background-color: #7ca64b;
	color: #ffffff;
	padding: 12px 24px;
}
#page>div.book>span {
	display: table;
	margin: 0 auto;
}
.fourrow div.book {
	margin: 24px 0;
}
div.book>span a:link { color: #ffffff; text-decoration: none;}
div.book>span a:visited { color: #ffffff; text-decoration: none; }
div.book>span a:active { color: #cccccc; text-decoration: underline; }
div.book>span a:hover { color: #cccccc; text-decoration: underline; }

.flex { display: flex; flex-direction: row; }
	.flex > * { align-items: center; display: flex; padding: 0; }
	.flex > img { margin: 30px 30px 30px 0 !important; height: 180px !important; width: auto !important; border-radius: 5px; }

/* Create four equal columns that float next to each other */
.fourrow {
	background-color: #1f1f1f; margin: 50px 0 0;
}
.fourcolumn {
	color: #ffffff;
	width: 25%;
	float: left;
	padding: 0 30px;
}
.fourcolumn a:link { color: #ffffff; }
.fourcolumn a:visited { color: #ffffff; }
.fourcolumn a:active { color: #aed07a; }
.fourcolumn a:hover { color: #aed07a; }

/* Clear floats after the columns */
.fourrow:after {
	content: "";
	display: table;
	clear: both;
}

.fourcolumn h2 {
	padding-top: 0;
	color: #aed07a;
	font-weight: normal;
	margin-botton: 10px;
}
/* Make the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.fourcolumn {
		width: 100%;
	}
}

/* Create four equal columns that float next to each other */
.tworow {
	background-color: #ffffff;
}
.tworow + .tworow { margin: 50px 0 0; }
.twocolumn {
	width: 50%;
	float: left;
	padding: 30px 0 0 0;
}

/* Clear floats after the columns */
.tworow:after {
	content: "";
	display: table;
	clear: both;
}

.twocolumn h2 {
	padding-top: 0;
	font-weight: normal;
}
/* Make the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
	.twocolumn {
		width: 100%;
	}
}


.imgbox {
	display: grid;
	height: 100%;
}
.center-fit {
	max-width: 100%;
	max-height: 100vh;
	margin: auto;
}

html, body {
	margin: 0;
	padding: 0;
}




