:root {
    --russian_color: darkgreen;
    --english_color: rgb(2, 2, 49);
    --image_location: url(/russian/images/russian.jpg);
    --font_family: PTSerif;
    --text_direction: ltr;
}


/* set fonts */
@font-face {
    font-family: artifika;
    src: url(/russian/lib/fonts/Artifika-Regular.ttf);
}

@font-face {
    font-family: poppins300;
    src: url(/russian/lib/fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: poppins400;
    src: url(/russian/lib/fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppins600;
    src: url(/russian/lib/fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: pushkin;
    src: url(/russian/lib/fonts/Pushkin.ttf);
}

@font-face {
    font-family: bookman_cyrillic;
    src: url(/russian/lib/fonts/Bookman_Light_Italic_Cyrillic.ttf);
}

@font-face {
    font-family: cyrillic_ribbon;
    src: url(/russian/lib/fonts/cyrillic_ribbon.ttf);
}

@font-face {
    font-family: allegretto_cyrillic;
    src: url(/russian/lib/fonts/Allegretto_Script_One.ttf);
}
@font-face {
    font-family: BScript_D;
    src: url(/russian/lib/fonts/BScript_D.ttf);
}
@font-face {
    font-family: russian_script;
    src: url(/russian/lib/fonts/cyrillic_script.ttf);
}
@font-face {
    font-family: GoodVibesCyr;
    src: url(/russian/lib/fonts/GoodVibesCyr.ttf);
}
@font-face {
    font-family: Magnolia_Script;
    src: url(/russian/lib/fonts/Magnolia_Script.otf);
}
@font-face {
    font-family: Russkopis;
    src: url(/russian/lib/fonts/Russkopis_Normalny.otf);
}
@font-face {
    font-family: Russkopis_bold;
    src: url(/russian/lib/fonts/Russkopis_Zhirny.otf);
}

@font-face {
    font-family: NotoSans_Regular;
    src: url(/russian/lib/fonts/NotoSans-Regular.ttf);
}
@font-face {
    font-family: NotoSans_Bold;
    src: url(/russian/lib/fonts/NotoSans-Bold.ttf);
}
@font-face {
    font-family: NotoSans_Italic;
    src: url(/russian/lib/fonts/NotoSans-Italic.ttf);
}

@font-face {
    font-family: Pacifico;
    src: url(/russian/lib/fonts/Pacifico-Regular.ttf);
}

@font-face {
    font-family: Nickainley;
    src: url(/russian/lib/fonts/Nickainley-Normal.otf);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(40, 51, 136, .8);
}

#modal-alert {
    display: none;
}

.background-image {
    background-image: var(--image_location);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
}


.navbar {
    background-color: #e2dad1;
}

#name-of-language {
    color: darkgreen;
    font-family: poppins600;
}

.modals {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1500;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.6);
    /* Black w/ opacity */
}

#modal-alert-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 300px;
    border-radius: 20px;
    background-color: White;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#modal-alert-title {
    border-radius: 20px 20px 0 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: brown;
    color: white;
    font-size: 30px;
    text-align: center;
}

#modal-alert-message {
    font-size: 20px;
    padding: 20px;
}

#modal-alert-nav {
    text-align: center;
    margin: 20px 0 20px 0;
}



/* #txtTitleForeign {
    direction: ltr;
}

#txtDescriptionForeign {
    direction: ltr;
}


.sentence-foreign{
    direction: ltr;
    unicode-bidi:initial;
    font-size: 20px;
    line-height: 25px;
    color: darkgreen;
    font-family: NotoSans-Black;
}


.dialog-foreign {
    direction: ltr;
    unicode-bidi: initial;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 45px;
    color: dodgerblue;
    width: 28vw;
    text-align:left;
}

.clsDialogPerson {
    direction: ltr;
    font-size: 20px;
    color: darkblue;
    text-align: left;
    width: 150px;
}

.cls-dialog-title-foreign, .cls-dialog-title-english{
    width:390px;
}

.clsGrammarEnglishExampleStyle{
    color:rgb(52, 73, 16);
    font-size: 20px;
    direction:ltr;
    font-family: Arial, Helvetica, sans-serif;
}

.clsGrammarForeignExampleStyle{
     color:darkgreen;
    font-size: 25px;
    direction:ltr;
    font-family: pushkin;
    font-weight: bold;
}

.reading-foreign{
    font-size: 18px;
    color:rgb(0, 19, 0);
    font-family: pushkin;
} */

/* .reading-foreign,
.reading-english,
.reading-notes {
    background-color: antiquewhite;
    border-radius: 7px;
    border: .67px solid #ccc;
    width: 28vw;
    min-height: 40px;
    cursor: pointer;
    color: black;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
} */

/* .reading-foreign {
    direction: ltr;
    font-family: pushkin;
    font-size: 20px;
    line-height: 24px;
    color: rgb(2, 87, 2);
} */





