	
html{background:white;}
a {word-wrap:break-word; padding:0 10px;font-size:20px;}
a:link {color:black;text-decoration:none;}
a:visited{color:black;text-decoration:none;}
a:hover{text-decoration:underline;cursor:pointer;color:maroon;}
table{empty-cells:show;}
body{background-size: 100%;}
body{font-family: URW Chancery L,Book Antiqua;color:black;font-size:22px;}
body{margin:0 auto;padding:20px 0;}
.desktop  { display: inline; }
.mobile { display: none; }
.footer-font-size {font-size:26px;}
.footer-go-to-top {font-size:26px;}
.centrediv { 
  height: 300px; 
  width: 645px; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  border: 2px solid black; 
} 
.mctable1 {width:600px;}

.centerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
	
.site-title {
	color: black;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
    height: 7mm;
}

.page-title {
		font-size: 90px;
}	

@media screen and (max-width: 1023px) {	
	.desktop { display: none; }
	.mobile { display: inline;}			  
	.site-title {font-size: 21px;
			     color: black;}	
	.page-title {font-size: 70px;}
	.mctable1 {width:390px;
			   text-align:center;
			   margin-left: auto;
			   margin-right: auto;
	}
	.footer-font-size {font-size:21px;}
	.footer-go-to-top {font-size:16px;}	
	img { width: auto ;
      max-width: 100% ;
      height: auto ;
    }
}  
}

