:root {
	--siteBGC: #f3e6d5;
	--siteFS: 16px;
	--siteBttnBGNrml: #ebd4b7;
	--siteBttnBGNOvr: #e6cdac;
	--siteBttnBGOver: #e4c69f;
	--siteBttnBGActv: #deb887;
}

body {
    background: var(--siteBGC);
    font-size: var(--siteFS);
	min-width: 900px;
}

.hNav{
    list-style:none;
    text-align:center;
	}

.hNav li{
    display:inline;
}

.hNav a{
    display:inline-block;
    margin: 0 .2rem;
    text-decoration: none;
    padding: .3rem .75rem;
    color: black;
    background: var(--siteBttnBGNrml);
    width: 4rem;
    border-radius: .75rem;
}

.hNav a:hover{
    background: var(--siteBttnBGOver);
}

.hNavInactive {
    pointer-events: none;
    cursor: default;
}




/* Special color */
.clrBG { color: #E2FFF6; }
.clrBG07 { color: #DBF9EF; }
.bgc1 { background: #E2FFF6; }
.bgcBG07 { background: #DBF9EF; }
.bgcBGA0795 { background: rgba(219,249,239, 0.95)}

/* Title Background Color: */
.tbc1 { background: 0;}
.tbc2 { background: 0;}
.tbc3 { background: #C9F6EC;}
.tbc4 { background: #CFFBFF;}
.tbc5 { background: #E2FFF6;}
.tbc6 { background: 0;}
.tbc7 { background: 0;}
.tbc8 { background: 0;}
.tbc9 { background: 0;}

/* Title Font */
.tf3 {
    font-size: 1.8rem;
    font-weight: bold;
}
.tf4 {
    font-size: 1.6rem;
    font-weight: bold;
}
.tf5 {
    font-size: 1.4rem;
    font-weight: bold;
}

/* Title Font and Colors */
.tfc3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: black;
    background: #C9F6EC;
}
.tfc4 {
    font-size: 1.6rem;
    font-weight: bold;
    color: black;
    background: #CFFBFF;
}
.tfc5 {
    font-size: 1.4rem;
    font-weight: bold;
    color: black;
    background: #E2FFF6;
}

.rfmSGCbutton {
    margin: 3px;
    text-align: center;
    background: #DBF9EF;
    color: gray;
    border-width: 3px;
    border-color: lightgray;
    border-style: solid;
    border-radius: 9px;
    padding: 3px;
    cursor: pointer;    
}
.rfmSGCbutton span {
    line-height: 1em;
    display: block;
    font-size: 1rem;
    text-align: justify;
    margin: 0 15px;
    padding: 0 18px;
}
.rfmSGCbutton span:hover {
    color: Red;
    font-weight: bold;
}
.rfmSGCbutton:hover {
    background: lightgray; //lightgreen;
    color: black; //green;
    border-color: gray; //green;
}
.rfmSGCbutton:active {
    margin: 6px 0 0 6px;
}

.contactForm {
    font-size: 1.3rem;
    font-family: sans-serif;
}
.contactForm td {
    text-align: right;
    vertical-align: top;
    font-family: sans-serif;
    font-weight: bold;
    height: 30px;
}
.contactForm td + td {
    text-align: left;
}
.contactForm input {
    height: 25px;
    width: 250px;
    font-family: sans-serif;
    font-size: 1.2rem;
}
.contactForm textarea {
    font-family: sans-serif;
    font-size: 1.2rem;
}

.icStyle {
    width: 652px;
    height: 382px;
    padding: 0px !important;
    border-color: lightgray;
}

.TCA {
    color: rgb(200,0,2);
    font-style: italic;
}

.ivt {
//    display: block;
    font-weight: bold;
    color: forestgreen;
	text-shadow:
		-1px -1px 0 gold,
		1px -1px 0 gold,
		-1px 1px 0 gold,
		1px 1px 0 gold;
    line-height: 102%;
    text-align: justify;
}
.ivtC {
//    display: block;
    font-weight: bold;
    color: forestgreen;
	text-shadow:
		-1px -1px 0 gold,
		1px -1px 0 gold,
		-1px 1px 0 gold,
		1px 1px 0 gold;
    line-height: 102%;
    text-align: justify;
    cursor: pointer;
}

.hr {
    border: 7px dashed black;
    border-radius: 7px;    
}

.hrBEG {
    border: 10px solid #AFE9FF;
    border-radius: 10px 10px 0 0;    
}
.hrTTL {
    border: 6px solid #AFE9FF;
}
.hrEND {
    border: 10px solid #AFE9FF;
    border-radius: 0 0 10px 10px;    
}

.dhrBEG {
    background: #AFE9FF;
    height: 20px;
    border: 0px;
    border-top: 1px solid #97D2FF;
    border-left: 1px solid #97D2FF;
    border-right: 1px solid #97D2FF;
    border-radius: 10px 10px 0 0;    
}
.dhrTTL {
    background: #AFE9FF;
    height: 10px;
    border: 0px;
    border-left: 1px solid #97D2FF;
    border-right: 1px solid #97D2FF;
}
.dhrEND {
    background: #AFE9FF;
    height: 20px;
    border: 0px;
    border-bottom: 1px solid #97D2FF;
    border-left: 1px solid #97D2FF;
    border-right: 1px solid #97D2FF;
    border-radius: 0 0 10px 10px;    
}


/* Conversation characters */
.saysTextHead {
    padding-left: 0.3rem;
    margin-bottom: 0.3rem;
    display: block;
}

.saysTextBody {
    margin: 0 0 0 1.5rem;
    padding: 0 0 0 0.4rem;
    border-left-width: 0.4rem;
    border-left-color: lightgray;
    border-left-style: solid;
    border-top-left-radius: 0.7rem;
    border-bottom-left-radius: 0.7rem;
}

.pTom {
    margin: .5rem;
    padding: .25rem 1rem;
    color: brown;
    background-color: antiquewhite;
    border-radius: 7px;
    border-width: 1px;
    border-color: beige;
}
.pDon {
    margin: .5rem;
    padding: .25rem 1rem;
    color: blue;
    background-color: aliceblue;
    border-radius: 7px;
    border-width: 1px;
    border-color: blanchedalmond;    
}
.pSam {
    
}
.pRon {
    
}

/*****************
 * Conversations *
 *****************/

.conversationMenu {
    //cursor: pointer;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #B295B2;
    border-bottom: 3px dotted #B295B2;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-color: #B295B2;
}

.conversationMenuContainer,
#conversationMenuContainer {
    visibility: hidden;
    overflow: hidden;
    max-width: 900px;
    min-width: 320px;
    width: auto;
    height: auto;
    line-height: 1;
    font-style: normal;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: black;
    background: rgba(255,246,191,0.95);
    padding: .50rem .75rem;
    position: absolute;
    border-radius: 9px;
    background-clip: padding-box;
    border-color: #B295B2;
    border-color: rgba(178,149,178,0.85);
    border-width: 7px;
    border-style: solid;
}
#conversationMenuBody {
    overflow: auto;
    //max-height: 150px;
    height: auto;
    line-height: 1;
    font-style: normal;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 1rem;
    color: black;
}

.conversationMenuItem {
    cursor: pointer;
    margin: 3px 0;
    display: inline-block;
}
