@charset "utf-8";

/*
	Name: Pan-Asian Pulses: Poetry, Art, and Dialogs Asia by T Newfield Style Sheet
	Date: Jan 2026
	Version: 2.8
	Author: T Newfields
	Autor URI: http://tnewfields.info
*/

a {outline: 0px; text-decoration: none;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {color: maroon;
	padding: 0px;
	text-decoration: none;
}

a:active {background-color: #A9A9A9;
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}

.alternativetext {color: #4e0a00;
	font-family: Quicksand, "Existence Light", Lane, "New Cicle", Bryant, Superstudio, serif;
    font-size: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
    -webkit-transform:scale(1,.618);
    transform:scale(1,.618);
}

body {background-color:#FFC;
	background-image: url(Graphics/index2.gif);  
	margin: 0px;
	padding: 0px;
	font-family: Papyrus, Athelas, Verdana;
	text-align: center;
	display: block;
}

.body2 a:link,a:visited {display: inline-block;
font-weight:bold;
background-color:#666;
width:120px;
text-align:center;
padding:4px;
text-decoration:none;
}

.dialog1 {color:#F00;
	font-family: "Marker Felt", Futura, "Comic Sans MS", cursive;
	margin-right: .5cm;
    font-size: 1.4em;
	font-weight: 300;
	vertical-align: text-top;
	text-align:right;
}
.dialog2 {color: #283B1D;
	font-family: "Marker Felt", Futura, "Comic Sans MS", cursive;
    font-size: 1.4em;
	margin-left: 10px;
	font-weight: 300;
	vertical-align: text-top;
    text-align: left;
}

.fade {opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.fade:hover {opacity: 0.5;}


.flex-container {height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.flex-item {color:#FEE2BD;
  background-color: cornflowerblue;
  width: 112px;
  height: 30px;
  margin: 0px;
  align-self: auto;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-weight:bold;
  text-align:center;
  padding:0px;
  text-decoration:none;
}
.flex-item a:hover,a:active{background-color:#7A991A;
}

.ghosttext {font-size:1.4em; font-size: 2.2vw;
	color:  black;
	text-align:center;
	font-family: Karla, Times, "Merlo Round", Bodoni, Didot, "Goudy Old Style", Helvetica, Tes, Arial, sans-serif;
	font-weight:800;
	line-height: 40px;
	padding-left: 16px;
	padding-right: 16px;
    text-shadow: 0 0 5px #fff,
                   0 0 10px #FDF48D,
                   0 0 15px #fff,
                   0 0 20px #BFA371,
                   0 0 25px #fff,
                   0 0 30px #719357,
                   0 0 36px #fff,
                   0 0 56px #3E9175;
}

img.bg {box-shadow: 1px 1px 2px #FFFFF3, 0px 0px 5px #A4CA7E, 0px 0px 25px #0F1519;
}

.inner-bg {box-shadow: inset 0 0 5px #fff, 0 0 10px #FDF48D, 0 0 15px #fff, 0 0 20px #BFA371, 0 0 25px #fff, 0 0 30px #719357, 0 0 36px #fff, 0 0 56px #3E9175;
	-moz-box-shadow: inset 0 0 5px #fff, 0 0 10px #FDF48D, 0 0 15px #fff, 0 0 20px #BFA371, 0 0 25px #fff, 0 0 30px #719357, 0 0 36px #fff, 0 0 56px #3E9175;
   -webkit-box-shadow: inset 0 0 5px #fff, 0 0 10px #FDF48D, 0 0 15px #fff, 0 0 20px #BFA371, 0 0 25px #fff, 0 0 30px #719357, 0 0 36px #fff, 0 0 56px #3E9175;
}

h1 {color:maroon;
	font-size: calc(28px +2.8vw);
    font-weight: 800;
	text-align:center;
	letter-spacing: 4px;
	font-family: Rickshaw, Bonzai, Shojumaru, 'Avenir Heavy', 'Mongolian Baiti', Perpetua, serif;
	text-shadow: 4px 4px 0px rgba(0,0,0,0.2);
}

h2 {color: #050;
    font-family: Rickshaw, "Bonzai Regular", "Suchow Demo", "FZZhan Bi Hei-M 22 GB 2312", Perpetua, fantasy;
    font-size: calc(26px +2.0vw);
    font-weight: 700;
    text-align: center;
	text-shadow: 0px 0px 5px cyan, 0px 0px 11px #fff,  0px 0px 22px aliceblue, 0 0 33px #fff;
}

h3, h4, h5, h6 {font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}
h3 {font-size: calc(20px +1.429em); text-align:center; }
h4 {font-size: calc(14px +1.286em); text-align:center; }
h5 {font-size: calc(12px +1.143em); text-align:center; }
h6 {font-size: calc(10px +1em); text-align:center; }

.hvr-bounce-in {display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.hvr-grow {display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

li {float: left; padding:9px;}
li a {display: block;  
    color: cyan;
    text-align: center;
    padding: 7px 7px;
    text-decoration: none;
}
li  a:hover:not(.active) {
    background-color: #111;
}

.maintext {color: #9C6300;
    font-size: calc(20px +1.6em);
	font-family: Rickshaw, "Bonzai Regular", "Suchow Demo", "FZZhan Bi Hei-M 22 GB 2312", serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 32px;
	text-align:center;
	text-shadow:  0 0 1px #fff, 1px 1px 1px #fdffff, -1px 2px 2px #333; 0 0 3px #fff;
}

.morph:hover {transform: rotate(360deg);
	border-radius: 44%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
}
p { margin-top: 0.5vw;
    margin-bottom: 0em;
    line-height: 0.33vw;
    min-height: 5px;
    overflow: hidden;
}
.page-break {page-break-after: always;}

#proviso {font-size:88%;
	color: #63602D;
	text-align:center;
	font-weight: 400;
	font-family: 'Bookman Old Style', 'Calisto MT', 'Goudy Old Style', serif;
}
#proviso2 {font-size:78%;
	color: black;
	text-align:center;
	font-weight: 400;
	font-family: 'Lucida Calligraphy', Canciller, 'Lorenzo Swash', Quill, 'Apple Chancery', Jester, fantasy;
}
#proviso3 {font-size:80%;
	color: #800000;
	text-align:center;
	font-family: Arial Black, Arial Bold, Gadget,sans-serif;
	font-weight: 800;
}

.single-spaced {display: block; 
            margin-bottom: 1em; }

table.center {margin-left:auto; width:90%; margin-right:auto;}
table, caption, tbody, tfoot, thead, tr, th, td {margin: 4px;
	padding: 4px;
	border: 0px;
}
table {border-spacing: 17px;}
td {vertical-align: top;}
tr {vertical-align:top;}
ul {list-style-type: none;
	z-index:3;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
}

.zoom-tilt {-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.zoom-tilt:hover {-webkit-transform:rotate(15deg) scale(1.3);
	-moz-transform:rotate(15deg) scale(1.3);
	-ms-transform:rotate(15deg) scale(1.3);
	-o-transform:rotate(15deg) scale(1.3);
	transform:rotate(15deg) scale(1.3);
}
