
@font-face {
    font-family: "Balmoral";
    src: url("../fonts/1-balmoral-let-plain1-0.ttf") format("truetype");
    src: url("../fonts/1-balmoral-let-plain1-0.woff") format("woff");
    src: url("../fonts/1-balmoral-let-plain1-0.woff2") format("woff2");
    size-adjust: 200%;
    }


@font-face {
    font-family: "Novartis";
    src: url(../fonts/novartis-deco-webfont.woff) format("woff");
    src: url(../fonts/novartis-deco-webfont.woff2) format("woff2");
    }
  
@font-face {
    font-family: "MotelKingMedium";
    src: url(../fonts/motel_king_medium-webfont.woff) format("woff");
    src: url(../fonts/motel_king_medium-webfont.woff2) format("woff2");
    }

    
html {
    font-size: 2vmin;
}

@media (max-width: 992px) {
    html {
        font-size: 2.5vmin;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 3vmin;
    }
}

@media (max-width: 400px) {
    html {
        font-size: 4vmin;
    }
}

.bodi {
    background-color:  beige;
    overflow-y: scroll;
    margin:0;
    font-family: "MotelKingMedium";
    user-select: none;
}

.addition {
    display: none;
    position: fixed;
    top:0;
    left:0;
    right:0;
    background-color:  beige;
    height: 100%;
    width: 100%;
    z-index: 100000;
    overflow-y: scroll;
    font-family: "MotelKingMedium", "Novartis";
    font-size: larger;
    font-style: oblique;
    font-weight: bold;
    user-select: none;
    color:crimson;
}

.tit1 {
    background-color:lightcoral;
}

.tit2 {
    color:gold;
    text-align: center;
    margin: 1% 0 0 0;
}

ol {
    margin: 0 0;
    list-style-type:disc;
}

.wrap {
    display: flex;
    flex-flow: row wrap;
    padding: 1% 0;
}

.bl {
    flex: auto;
    width: 500px;
    text-align: center;
}

.star {
    text-align: center;
    height: 7vh;
}

.rstar {
    height: 5vh;
}

.rstar:hover {
    filter:saturate(400%);
    transform: scale(110%);
    cursor: pointer;
}

.ant_bible {
    font-family: "Novartis", "MotelKingMedium", Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 125%;
    font-weight: bolder;
    font-style: oblique;
    color: gold;
    filter:saturate(200%); 
    -webkit-text-stroke: 0.1vh rgb(221, 0, 0);
}

.firstOf {
    color:rgb(219, 97, 20);
    -webkit-text-stroke: 0px rgb(233, 120, 15);
}

.tabs {
    position: sticky;
    top: 0vh;
    padding-top: 1vh;
    cursor: pointer;
}

.tbr1 {
    display: flex;
    flex-direction: row;
}

.tbr2 {
    display: flex;
    flex-direction: row;
}

.tb {
    flex: auto;
    line-height: 4vh;
    height: 4vh;
    background-color: lightcoral;
    color: gold;
    font-size: 130%;
    font-weight: bolder;
    font-style: oblique;
    text-align: center;
}

.eng {
    max-width: 4%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    /* color: black; */
    color: white;
}

@media (max-width: 576px) and (max-height: 600px) {
    .tb {
        height: 6vh;
    }
}


.tb:hover {
   background-color: lightgreen;
   color: black;
}

.eng:hover {
    background-color: beige;
}

.txt {
    padding: 0 2%;
}

.ta {
    font-family: "Balmoral", "Novartis", "MotelKingMedium", Arial, Helvetica, sans-serif;;
    letter-spacing: 0.2vw;
    font-size: 1.5rem;
    text-shadow: gold 2px 5px;
    margin: 2% 0;
}

