
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');



body {
  display: block;
  background-image: url('bgstory.jpg');
  background-position: -10% 60px;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 38%;
  background-color: #EAE1DB;
  color: #000;
  font-family: 'Noto Sans', Optima, 'Trebuchet MS', source-sans-pro, sans-serif;
  font-weight: normal;
  font-size: 11pt;
  line-height: 1.35em;
  margin:auto;
  min-height: 100%;
  }



h1 {
	/*background-color: #200000;*/
	color: #4c0000;
	font-family: 'Dancing Script', 'Segoe Print', 'Bradley Hand', cursive;
	font-size: 2.2em;
	font-style: normal;
	margin: 5px 5px 20px 5px;
	text-align: left;
}
  
  h2 {font-size: 1.4em; line-height: 1.6em;}
  h3 {font-size: 1.25em; line-height: 1.4em; color: #4c0000; text-transform: uppercase;}
  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;}

hr {margin: 1.6em auto;
	background-color: #EAE1DA;
	border-top: 1px solid #4a0000;
	-webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2); 
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
}


hr.scenebreak {
	display: block;
	margin: 1.6em auto;
	overflow: visible;
	background-color: #fff;
	text-align: center;
	padding: 0;
	border: none;
	height: auto;
	-webkit-box-shadow: none; 
	box-shadow: none;
}


hr.scenebreak::after {
  content: "─── ⋆⋅☆⋅⋆ ───";
  position: relative;
  /*top: -0.7em;*/
  font-size: 1.2em;
  padding: 0 0.25em;
  color: #4c0000;
}

header {
	height: auto;
	position: fixed;
	top:0;
	right: 0;
	width:100%;
	background-color: #4c0000;
	background: -moz-radial-gradient(left, #310E00 0%, #4c0000 51%, #0d0000 100%);
	background: -webkit-radial-gradient(left, #310E00 0%, #4c0000 51%, #0d0000 100%);
	background: radial-gradient(ellipse at left, #310E00 0%, #4c0000 51%, #0d0000 100%);
	margin:auto;
	padding: 8px 10px 6px 5px;
	color: #fff;
	font-family: 'Dancing Script', 'Segoe Print', 'Bradley Hand', cursive;
	font-size: 1.4em;
	text-align: right;
	text-shadow: 1px 3px rgba(234,225,218,0.1);
	
	
}


/*header h1 {
	font-family:  'Lucida Sans', 'Century Gothic','Trebuchet MS', Verdana, Helvetica, sans-serif;
	font-style: italic;
	background: #DBAF50;
	background: -moz-radial-gradient(left, #310E00 0%, #4c0000 51%, #0d0000 100%);
	background: -webkit-radial-gradient(left, #310E00 0%, #4c0000 51%, #0d0000 100%);
	background: radial-gradient(ellipse at left, #310E00 0%, #4c0000 51%, #0d0000 100%);
	font-size: 2em; 
	font-weight: 400;
	text-align: left;
	margin: 0.5em -5%;
	color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 2px 2px;
	text-shadow: 2px 3px #344366;
	line-height: 1.3em;
	padding: 2px;
	padding-left: 5%;
}*/
	
content {
	display: block;
	width: 75%;
	max-width: 650px;
	background-color: rgba(255,255,255,0.9);
	color: #000;
	padding: 20px 5%;
	min-height: 100%;
	margin: 15px auto 15px;
	overflow-wrap: break-word;
}


.intro {
	margin: 1.4em -3% 1.8em -3%;
	border: 4px double #EAE1DA;
	border-radius: 16px;
	-webkit-box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2); 
	box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.2);
	padding: 25px 15px 15px 15px;
}



footer {
	background-color: #4c0000;
	font-family:'Century Gothic', 'Andika Regular', Arial, sans-serif; 
	font-size:8pt;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 0.75em;
	padding: 10px 2px;
	margin-top: 20px;
	text-align: center;
}

footer a {font-style : normal; font-weight : bold; font-size : 12pt; color : #fff; text-decoration : none;}
footer a:HOVER { color : #fdccfb; font-size : 12pt;}
footer a:VISITED { color : #999; font-size : 12pt;}


figure {
	float: right;
}


figcaption {
	font-family:'Century Gothic', 'Andika Regular', Arial, sans-serif; 
	font-size:8pt;
}

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); 
}


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;
}


hr.end {
	overflow: visible;
	margin: 2.5em auto;
  padding: 0;
  border: none;
  width: 80%;
  border-top: 1px groove #4c0000;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 1px 4px 1px rgba(234,225,218,0.1); 
	box-shadow: 0px 1px 4px 1px rgba(234,225,218,0.1);
}


hr.end::after {
  content: " END ";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.0em;
  padding: 0 0.25em;
  background: #fff;
  color: #4c0000;
}


@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;
    }
footer a {font-style : normal; font-weight : bold; font-size : 8pt; color : #fff; text-decoration : none;}
footer a:HOVER { color : #fdccfb; font-size : 8pt;}
footer a:VISITED { color : #999; font-size : 8pt;}
}








