body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans TC', sans-serif;
}

p, a, input, label, textarea, span, ul, li {
    font-family: 'Open Sans', sans-serif;
}

ul {
	list-style: none;
}

p {
    color: #707070;
}

p.lead {
    color: black;
}

img {
    max-width: 100%;
}

header nav img {
    height: 80px;
}

.pd-10 {
    padding: 10px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.btn {
    background: #f05f5c;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
}
.btn:hover {
    background: #060;
    color: white;
    font-weight: bold;
}

#intro .jumbotron {
    height: 70hv;
    padding: 4rem 2rem;
    margin-bottom: 2rem;
    background-color: var(--bs-light);
    border-radius: .3rem;
}

#intro h1 {
    font-size: 52px;
    font-weight: 400;
    line-height: 1.5;
}

#info img {
    width: 100%;
    border-radius: 100%;
    margin-bottom: 13px;
}

#latest {
    padding: 80px 0px;
    background: #f08080;
}

#latest h3 {
    margin-bottom: 80px;
}

#latest .upper {
    position: relative;
}
#latest .innertext {
    position: absolute;
    bottom: 24px;
    left: 24px;
}

#latest .innertext span {
    background: rgba(255, 255, 255, 0.8);
    padding: 6px 15px;
    border-radius: 20px;
}

#latest .innertext h4 {
    font-size: 22px;
    margin-top: 18px;
}

#latest .lower h3 {
    font-size: 24px;
    margin-left: 6px;
    margin-bottom: 12px;
    margin-top: 12px;
}

#latest .lower span {
    margin-left: 6px;
}

#latest .lower {
    padding: 6px 20px 20px 20px;
}

#latest .outer {
    background: white;
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.8);
}

#email {
    padding: 80px 0px; 
}

#email h3 {
    margin-bottom: 80px;
}

footer {
    border-top: solid 1px #c9c9c9;
    padding: 80px 0px;
}

footer img {
    width: 112px;
    margin-bottom: 26px;
}

/* --- The following style is for the use of MODAL */
/* The message box is shown when the user clicks on the password field */
  
#message {
    display: block;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 10px;
    margin-top: 10px;
}
  
#message p {
    padding: 10px 35px;
    font-size: 18px;
}
  
/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}
  
.valid:before {
    position: relative;
    left: -35px;
    content: "✔";
}
  
/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}
  
.invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
}

/* divDesk & divEdit */
#divDesk {
	position:	absolute;
	left:		-100%;
	top:		-100%;
	width:		0;
	height:		0;
	overflow:	hidden;
	background:	black;
	opacity:	0.5;		/* Test using 0.5, 50 */
	filter:		alpha(opacity=50);
	z-index:	20;
}

#divEdit, #divEdit123 {
	position:	absolute;
	left:		-100%;
	top:		-100%;
	width:		0;
	height:		0;
	overflow-x:	hidden;
	overflow-y:	auto;
	padding:	10px;
	color:		black;
	background:	white;
	z-index:	30;
}

#deskDIVlist, #deskDIVedit {
    width: 100%;
    height: auto;
    border: 2px none red;
}

#myIframe {
    width: 100%;
    border: 0px solid gray;
}

.mydragdropDIV {
    width: auto;
    height: auto;
    border: 2px none #88f;
}

.mydrag {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px none green;
    cursor: move;
}

.mydragBLOCK11 {
    display: inline-block; 
    width: auto; 
    height: auto;
    vertical-align: top;
    text-align: right; 
    word-wrap: break-word;
    padding-left: 5px;
    padding-right: 5px;
    clear: right;
    float: left;
    border: 1px none blue;
}

.mydragBLOCK12 {
    display: inline-block; 
    width: auto;
    height: auto;
    vertical-align: top;
    text-align: left; 
    background-color: white;
    color: black;
    border-bottom: 1px dotted black;
    padding-left: 5px;
    padding-right: 5px;
    clear: right;
    float: left;
}

.mydragBLOCK13 {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: right;
    border: 1px none red;
    clear: right;
    float: right;
}

.mydragBLOCK2 {
    width: 100%;
    height: 100%;
    padding: 5px;
    padding-left: 20px;
    padding-right: 0px;
    background: none;
    border:1px none #ccc;
}

.myButton {
    width: 25px; 
    height: 25px; 
    font-size: 10pt; 
    font-weight: bold;
    color: blue;
    background: white;
    padding: 1px; 
    border: none;
}

/*
ul.moveable {
    list-style: decimal;
    border: 2px solid #88f;
}

li {
    list-style-image: none;
    margin: 10px;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 4px;
    color: #666;
    cursor: move;
}

li:hover {
    background: yellow;
}
*/

.translate-button {
	color: blue;
	padding: 5px; 
	border: 1px solid gray; 
	border-radius: 5px; 
}

.translate-button:hover {
	background: yellow;
}

.translate-led{
    clear: left; 
    float: right;
    color: white;
    background: gray;
    width: 30px;
    height: 30px;
    padding-top: 3px;
	text-align: center;
	border: 1px solid gray; 
	border-radius: 15px; 
	margin-right: 5px;
}

.translate-led-hide {
    background: #f88;
	border: 1px solid #f88; 
}

.translate-led-on {
    background: #88f;
	border: 1px solid #88f; 
}

.nav-bg {
/*	background: white; */
/*	background-image: linear-gradient(to bottom, #ffa, #aaa); */   
    background-image: url("../pictures/sea.png"); 

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1.0;	/* NO opacity, but done by image processing tool */
    
    border:1px none green; 
    box-shadow: 0px 10px 50px lightgray;
}

.text-white {
    color: white;
}
        

/*------------------------- NEW -------------------------*/
.wp-100 {
    width: 100%;
}

.img-link {
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    color: gray;
    width: auto;
    max-width: 31%;
    height: auto;
    padding: 10px;
    margin: 10px;
    margin-top: 0px;
    border: 1px none lightgray;
	border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    cursor: pointer;
}

.block-link {
    display: inline-block;
    width: 100%;
    height: auto;
    color: black;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    margin: 0px;
    border: solid 2px gray;
    border-radius: 10px;
}

.myspan {
    cursor: pointer;
}

.myspan:hover {
    background: yellow;
}

.myverse {
    font-family: 標楷體;
    font-weight: normal;
    text-decoration: none;
    color: #00a;
    background: none;
    cursor: pointer;
}

.myverse:hover {
    color: red;
    background: yellow;
}

.myparagraph {
    background: none;
    cursor: default;
    border: none 1px red;
}

.navFixed {
    z-index: 10;          
    position: fixed;      
    top: 0px;
    left: 0px;
    padding: 5px; 
    color: black;
    background: white;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    border: 1px none gray;
    width: auto;
    font-size: 20px;
    opacity: 1.0;
    border-radius: 12px;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.5);
    user-select: none;
}

.navFixed:hover {
    color: black;
    background: white;
}

.navBox {
    padding: 10px; 
    color: black;
    background: white;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
    border: 1px none gray;
    width: auto;
    font-size: 20px;
    opacity: 1.0;
    border-radius: 12px;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.5);
    user-select: none;
}

.navBox:hover {
    color: black;
    background: white;
}

.english-verse {
    text-indent: 0px; 
    padding: 0px; 
    color: #555; 
    font-family: Arial;
    border: none 1px blue;
}

.spanFixed, .bookFixed {
    padding: 5px;
    border-radius: 5px;
    user-select: none;
    cursor: pointer; 
}

.pos-btn, .pos-btn:hover {
    color: white;
    background: #060;
}

ruby {
    ruby-position: over;
}
.ruby-rt {
    color: red;
    visibility: hidden;
}

::selection {
    color: red;
    background: yellow;
    text-decoration: underline;
}

.hideObj {
    position: absolute;
    top: -10000px;
    left: -10000px;
    visibility: hidden;
}
