


body {
  display: block;
  background-image: url('1Sbgwh.png');
  background-position: right top;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 50%;
  background-color: #c0c0c0;
  color: #000;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
  margin:auto;
  margin-top: 30px;
  }


h1 { font-weight : bolder; 
	color : #fff; 
	text-align : center;
	background: #400040;
	font-size: 1.8em; 
	margin: 0.5em -5%;
	padding: 3px;
	line-height: 1.3em;	
	}


  
  h2 {font-size: 1.4em; line-height: 1.6em;}
  h3 {font-size: 1.25em; line-height: 1.4em;}
  h4 {font-size: 1.15em;}


a {font-style : normal; font-weight : bold; font-size : 1.1em; color : #003366; text-decoration : none;}
a:HOVER { color : purple;}
a:VISITED { color : #666699;}


.button {
color: #003366; font-size: 16px; line-height: 16px; padding: 3px 6px; border-radius: 6px; font-weight: normal; text-decoration: none; font-style: normal; font-variant: normal; text-transform: none; background-image: linear-gradient(rgb(225,239,245) 0%, rgb(252,252,252) 50%, rgb(225,239,245) 100%); border: 2px solid rgb(28, 110, 164); display: inline-block;}
.button:hover {
background: #fff; }
.button:active {
background: #003366; }


hr {margin: 1.4em auto 1.8em;
	background-color: #666699;
	height: 1px;
	-webkit-box-shadow: 0px 2px 4px 1px rgba(102,102,153,0.25); 
	box-shadow: 0px 2px 4px 1px rgba(102,102,153,0.25);
}

header {
	min-width:100%;
	height: auto;
	margin: 2px -5% 40px -5%;
	color: #fff;
	padding: 2px;
	text-align: center;
	/*background-color: #666699;*/
	text-shadow: 2px 3px #344366;
}
header h1 {
	background-color: rgba(102,102,153,1.0);
	color: #fff;
	font-family: 'Century Gothic', 'Andika Regular', Arial, sans-serif; 
	font-size: 1.8em;
	margin: 10px 5px 5px 5px;
	font-style: italic;
	text-align: center;
}
	
content {
	display: block;
	width: 75%;
	max-width: 650px;
	background-color: rgba(255,255,255,0.7);
	/*background-image: url('../crumpled.png');*/
	color: #000;
	padding: 30px 5% 15px;
	min-height: calc(100% - 30px);
	margin: 15px auto 15px;
	overflow-wrap: break-word;
}


footer {
	font-family:'Century Gothic', 'Andika Regular', Arial, sans-serif; 
	font-size:8pt;
	background-color: #666699;
	line-height: 11pt;
	min-width: 100%;
	height: auto;
	margin: auto -5%;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
}
footer p {
	margin: 7px auto;
}



main {
	margin: 30px auto;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	background-color: rgba(255,255,255,0.7);
	min-height: 300px;
    text-align: center;
	justify-content: center;
}

.column1 {
	width: 46%;
	float: left;
	border: 1px solid #c0c0c0;
	padding: 5px;
}


.column2 {
	width: 46%;
	float: right;
	border: 1px solid #c0c0c0;
	padding: 5px;
}


hr.fade { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
  margin: 1.4em auto 1.8em;
  -webkit-box-shadow: none;
	box-shadow: none;
}


ul.menulist {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
	max-width: 100%;
    margin: 0;
    padding: 0;
}
li.menulist {
    display: block;
    flex: 1 1 auto; 
    list-style-type: none;
	font-size: 10pt;
    font-weight: bold;
}



@media only screen and (max-width: 700px) {

body {width: 100vw;
line-height: 1.4em;}

header {width: 98%; margin:0 auto;}

content {width: 94%;
	padding: 8px;}
img {max-width:100%}
figure {
	width: 90%;
	margin: auto;
	float: none;
	margin-top: 15px;
	margin-bottom: 15px;
	}
pre {max-width: 100vw;
	overflow-x: auto;
	white-space: pre-wrap;	}
main { min-height: 500px;}
    .column1,
    .column2 {
        width: 100%;
		float: none;
		margin-left: 0;
    }
header {
	margin: 2px 2px 40px 2px;
	|
}
h1 	{
	
margin: 0.5em 2px;
}
}








