/* Place your CSS styles in this file */

html {
    scroll-behavior: smooth;
}

h1 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
}

* {
    box-sizing: border-box;
}

.menu {
    width: 25%;
    float: left;
}
.main {
    width: 75%;
    float: left;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"] {
    float: left;
    padding: 15px;
/*    border: 1px solid;*/
}
.row::after {
    content: "";
    clear: both;
    display: table;
}

.top-div {
    background-image: url("book2.png");
	background-size: cover;
    height: 100px;
    min-height: 100%;
	/* box-shadow: 2px 2px 13px 2px; */
	/* margin-bottom: 22px; */
	position: relative;
    padding: 0;
}

.body-col {
	border: thin solid;
}

.block-button {
    border: 2px solid grey;
    margin: 15px;
}

p.p_1st::first-letter {
    font-size: 180%;
    /* color: #8A2BE2; */
    /* font-family: 'Bell MT', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    font-family: 'Bookman Old Style', Georgia, 'Times New Roman', Times, serif;
    text-shadow: 3px 2px 5px black;
}

.justified_indented {
    text-indent: 30px;
    text-align: justify;
}

.justified {
    text-align: justify;
}

.circle {
    background-color: darkgrey;
    /* width: 1000px;
    height: 1000px; */
    border-radius: 50%;
}

footer {
    background-color: #333;
    color: white;
    padding: 45px;
    font-size: 1.1em;
}

.wrap-main {
    max-width: 1300px;
    margin: auto;
}

.wrap-main .wrap-sec {
    margin-left: 20px;
    margin-right: 20px;
}

.web_svg_a:hover svg path {
    /* fill: #0674ba; */
    fill: #1ebbee;
}

.vk_svg_a:hover svg path {
    fill: #0582b3;
}

.tg_svg_a svg path {
    fill: white;
}

.tg_svg_a:hover svg path {
    fill: #039be6;
}

.inst_svg_a:hover svg path {
    fill: #f82461;
}

.fb_svg_a:hover svg path {
    fill: #3B5998;
}

#whole_book_ol, #one_lang_ol {
    list-style: none;
    border: solid black 1px;
    width: 400px;
    min-width: 350px;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-top: 3vw;
}

#whole_book_ol li, #one_lang_ol li {
    padding: 0.1vw 0;
}

#whole_book_ol li:hover, #whole_book_ol li:hover a,
#one_lang_ol li:hover, #one_lang_ol li:hover a {
    color: white;
    background-color: #04AA6D;
}

#lang__0, #author__0 {
    padding-top: 2vw !important;
}

li.li_header {
    text-align: center;
    padding-bottom: 1vw !important;
    background-color: white !important;
    color: black !important;
}

footer table#visit_cnt {
    border: solid white 1px;
    /* display: inline-block; */
    padding: 3px 4px;
    margin: 0;
}