﻿@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');

:root {
    --orange: #ec8053;
}


body {
    margin: 0;
    background-size: cover;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: Raleway;
    font-weight: 400;
    overflow-x: hidden;
}

.body * {
    box-sizing: border-box;
    max-width: inherit;
    overflow-wrap: break-word;
}

li {
    text-align: justify;
}



fieldset {
    padding: 10px;
    border: 0;
}

legend {
    font-family: 'Comic Sans MS', arial !important;
    font-style: oblique;
    /*cursor:pointer;*/
    color: var(--orange);
}

* {
    box-sizing: border-box;
}

.imgHeader {
    width: -webkit-fill-available;
}

    .imgHeader img {
        width: -webkit-fill-available;
    }

.aConsiderations {
    color: var(--orange);
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-left:20px;
}

#divLogo {
    position: absolute;
}

    #divLogo img {
        width: 200px;
    }



.appDivMain {
    display: none;
    margin: 0 auto;
    font-family: Raleway;
    background-color: white;
    color: black;
    /*padding: 0 20px;*/
    padding-bottom: 300px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 25%), 0 2px 10px 0 rgb(0 0 0 / 25%) !important;
}


#divText {
    margin-top: 30px;
    padding:10px 10px;
    font-family: Raleway;
    font-size: 18px;
    color: black;
    width: 100%;
    line-height: 140%;
    letter-spacing: 0.2px;
}

    #divText::-moz-selection { /* Code for Firefox */
        color: black;
        background: var(--orange);
    }

    #divText::selection {
        color: black;
        background: var(--orange);
    }


.chapter {
    margin-bottom: 0px;
}

.newArt {
    color: #7cc8ca !important;
}

.ap .chapTitle {
    display: none;
}

.chapTitle {
    /*display: none;*/
    list-style-type: none;
    font-weight: 600;
    line-height: 100%;
    color: black;
    position: relative;
    max-width: inherit;
}

.spanChapTitle {
    font-size: 90% !important;
    font-style: initial !important;
    cursor: pointer;
    line-height: 100%;
}

.chapLink[data-subtitle]::after {
    content: ": " attr(data-subtitle);
}

.spanChapTitle[data-found]:after {
    content: "(" attr(data-found) ")";
    margin-left: 10px;
    color: cornsilk;
    font-style: italic;
}

.chapTitleSticky {
    top: 0px;
    position: sticky;
    font-size: 100%;
    font-weight: 600;
    padding: 10px 10px;
    margin: 0 -10px 0 -10px;
    transition: all .5s ease;
    cursor: pointer;
    /*background-color: rgba(0, 0, 0, 0.9);*/
    line-height: 135%;
}

    .chapTitleSticky .catSticky {
        float: left;
        margin-left: 0;
    }

    .chapTitleSticky.isSticky {
        font-size: 120%;
        color: black !important;
        transition: all .5s ease;
        background-color: white;
        border-bottom: 1px solid;
    }

.tools * {
    margin-right: 8px;
}


   

.chap-num {
    font-weight: bold;
    color: #666;
    margin-right: 0.3em;
}

.cat {
    font-size: 18px;
    color: cornsilk;
    font-family: 'Comic Sans MS', arial !important;
    font-style: oblique;
    font-weight: 100;
    margin-left: 8px;
    /*background-color: rgba(0, 0, 0, 0.9);*/
    float: none;
    white-space: nowrap;
}

.wCount {
    font-size: 12px;
    color: gray;
    display: block;
    font-weight: 300;
}

.chapContent {
    display: none;
    padding-bottom: 50px;
    border-bottom: 1px solid white;
    margin-top: 15px;
}

bdo {
    display:inline-block;
   margin-left:30px;
}
bdo::before {
    content: "● "
}
paragCite {
    font-family: 'Georgia';
    margin-left: 40px;
    list-style-type: none;
    text-align: justify;
    line-height: 130%;
    font-style: italic;
    display: block;
    border-left: 1px solid #333;
    padding-left: 10px;
}
cite {
    font-family: 'Georgia';
    line-height: 130%;
    font-style: italic;
}


    /*paragCite a {
        color: var(--orange);
    }*/


a {
    color: var(--orange);
    text-decoration: none;
    letter-spacing: 1px;
    font-weight:600;
}

    a.he {
        font-family: unset;
        color: #9cffec;
        text-decoration: none;
        font-weight: 100;
        font-size: unset;
        font-style: unset;
        letter-spacing: 1px;
    }

.referral:before {
    content: "➽ ";
    font-size: large;
    color: var(--orange);
    vertical-align: middle;
}

.illust {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}



div::-webkit-scrollbar {
    height: 5px;
    width: 5px;
}

div::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    border-radius: 10px;
    background: var(--orange);
}

    div::-webkit-scrollbar-thumb:hover {
        background: darkgray;
    }

div::-moz-scrollbar {
    height: 5px;
    width: 5px;
}

div::-moz-scrollbar-thumb {
    background: #b3b3b3;
    border-radius: 10px;
    background: var(--orange);
}

    div::-moz-scrollbar-thumb:hover {
        background: darkgray;
    }


.aPrint {
    font-size: 28px;
    margin-left: 5px;
    cursor: pointer;
    color: var(--orange);
    /*display:inline-block;*/
}




#divPhone input[type=button] {
    background-color: white;
    border-style: none;
    border-radius: 6px;
    padding: 2px 5px;
}

    #divPhone input[type=button]:hover {
        background-color: transparent;
        border: 1px solid white;
        color: white;
        font-weight: bold;
    }

    #divPhone input[type=button]:active {
        border-radius: 0px;
    }



.popNote {
    font-style: italic;
    color: var(--orange);
}



#printFooter {
    display: none; /* Hidden by default */
}


pre {
    white-space: pre-wrap;
    text-align: justify;
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 140%;
}

titleLeft {
    font-style: italic;
    color: black !important;
    font-family: auto;
    font-weight: 600 !important;
    font-size: 120%;
    float:right;
}

    titleLeft a {
        font-style: italic;
        color: black !important;
        font-family: auto;
        font-weight: 300 !important;
        font-size: 110%;
    }

.chapContent img {
    float: left;
    margin: 25px 10px 10px 0;
    width: 200px;
    shape-outside: margin-box;
    border-radius: 50%;
    outline: 1px solid #333;
    outline-offset: 5px;
}

@media print {

    .noPrint {
        display: none;
    }

    .newPage {
        page-break-before: auto;
    }

    legend, #divTop, #divHeader, #footer, .wCount, img, .aPrint, .tools {
        display: none;
    }

    .spanChapTitle {
    font-size:30px !important;
    }

    .chapContent {
        /*break-inside: avoid !important;
        break-before: avoid !important;
        break-after: avoid !important;*/
        orphans: 3 !important;
        widows: 3 !important;
    }

    
    * {
        color: black !important;
    }

    body {
        margin: 0 !important;
        padding: 0 !important;
    }

      
    #divText {
        margin-top: 0px;
    }
    .appDivMain {
        box-shadow:none !important;
        padding-bottom: 0;
        padding: 0;
    }
    sup {
        font-family: initial !important;
        font-size: small !important;
        font-style: normal !important;
    }
}

@media only screen and (max-device-width: 640px) {
    .aPrint {
        font-size: 24px;
    }

}