
* {	
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}


 body {
	font-family: "system-ui", 'Century Gothic';
	/* background-color:var(--bg0); */
	/* color: var(--fc1); */
	overflow-x: clip;
	margin-block-end:4rem;
}

.wrap{
	max-width: 600px;
	margin-inline: auto;
}
/*
.logo-content {
	background: url("../images/png/Logo-dark.png");
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 130px;
	cursor: pointer;
}

@media (prefers-color-scheme: light) {
	.logo-content {
		background-image: url("../images/png/Logo-light.png");
	}
}

.arrow-content {
	background-image: url("../images/png/arrowUp-dark.png");
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin-inline: auto;
	margin-block: 1.5rem;
}
@media (prefers-color-scheme: light) {
	.arrow-content{ background: url("../images/png/arrowUp-light.png");}
}
*/
.container{
	max-width:1000px; 
	text-align:left;
}
#facebook {
	max-width: 25px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

section {
	max-width:600px; 
	margin:0 auto;
	text-align: center;  
}

h1 {
	font: size 2rem;
	font-weight:bold;
	color:var(--fc1);
	/* margin-bottom:1.5rem; */
	padding: 0;
	text-align: center;
}
.grid2{
	display: grid;
	grid-template-columns: 1fr 450px 1fr;
}
@media (width < 700px){
	.grid2{display: grid; grid-template-columns: 1fr;}
}
/* .grid2>div{border: 1px solid red;} */

span,
h2 {
	font-size:25px;
	font-weight:bold;
	color:var(--fc1);
	margin:0 0 1rem 0;
	padding:0;
	text-wrap: balance;
	text-align: center;
}
h6 {
	font-size:40px;
	font-weight:bold;
	color:var(--fc1);
	line-height: 40px;
	margin: 0; 
}

p {
	font-size:18px;
	font-weight:normal;
	margin-bottom: 0.5rem;
	text-wrap: balance;
	max-width: 1000px;
	margin-inline: auto;
	text-align: center;
}
.phone{display:block;}

@media (width < 500px){
	h1 { font-size: 1.5rem;}
	h6 { font-size: 25px; line-height:25px;}
	div>h2, h2 { font-size: 1.2rem;}
	ul{padding-left: 1rem;}
	ul>li{ font-size: 1rem; line-height: 1.5; padding-left: 0.5rem;}
	p{ font-size: 1rem;}
	span{ font-size: 1.1rem;}
	img {max-width: 100%; max-height:100%;}
	.phone{display:none;}
}
#nav-icon {
	background-image: url("../images/png/nav-dark.png");
	width: 1.6rem; /*  25px; */
	height: 1.6rem;  /* 25px */
	text-align: center;
	margin-inline: auto;
	margin-block: 0.75rem;
	cursor: pointer;
}
@media(prefers-color-scheme: light) { 
	#nav-icon { background-image: url("../images/png/nav-light.png");}
}

ul{ 
	margin:0 auto;
	max-width:max-content;
	padding-left: 1rem;
}

li {
	padding-left:1rem; 
	color:var(--fc1);
	text-align: left;
	text-wrap: balance;
}
.spaced{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
b, .yellow{color: var(--accent); font-weight: bold;}

.imgsize{
	max-width:100%;
	height:auto;
	padding:1rem 0;
	text-align:center;
}
.box {
	border: 1px solid #555;
}
[class^="imgsize"]{max-width: 600px; max-height: 100%; }
@media (width < 500px){[class^="imgsize"]{max-width:100%; }}

.ctr{text-align:center;}

td.imgsize { 
	padding:1rem 0;
	text-align:center;
}

a {
	color:#444;
	text-decoration: none;
	font-weight: bold;
}

#pageNumber{
	line-height: 16rem;
	font-size:16rem;
	font-weight:normal;
	font-family:  "Monument Extended";
	color: #999;
	opacity: 0.3;
	position: fixed;
	left: 2rem;
	bottom: 0.5rem;
}

