.underline {
    text-decoration: underline;
}

.navbar-nav > li {
    padding-left:10px;
    padding-right:10px;
}

.navbar-nav {
    padding-left: 0px;
    padding-right: 0px;
}

html[data-bs-theme="light"] nav .btn {
    --bs-btn-bg: #e3e3e3;
}

html[data-bs-theme="dark"] nav .btn {
    --bs-btn-bg: #373737;
}

#main {
    --bs-gutter-x: 0;
    border: 3px solid black;
    margin-top: 5px;
    margin-bottom: 5px;
}

#bigimg {
    --bs-gutter-x: 0;
}

p {
    text-align: justify;
    font-size: 20px;
    line-height: 150%;
}

a {
    word-break: break-all;
}

hr {
    margin-left: 10%;
    width: 80%;
    border: none;
    border-top: 6px double;
    overflow: visible;
    text-align: center;
    height: 5px;
}

hr.navhr {
    margin-left: 0%;
    width: 100%;
    border: none;
    border-top: 2px solid;
    overflow: visible;
    text-align: center;
    height: 0px;
}

html[data-bs-theme="light"] hr {
    color: #333;
}

html[data-bs-theme="dark"] hr {
    color: #d5d5d5;
}

.centre {
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

.card {
    text-align: center;
    font-size: 1.25rem;
}

a.card-link {
    text-decoration-line: none;
}

html[lang="hu"] :lang(en) {
    display: none;
}

html[lang="en"] :lang(hu) {
    display: none;
}

q {
    font-style: italic;
}

p.quote {
    text-align: center;
    font-size: 120%;
}

body {
    background-image: url("https://cdn.britannica.com/72/133972-050-9F4E1129/Procession-of-the-Trojan-Horse-canvas-Troy-1760.jpg");
    background-size: cover;
    background-attachment: fixed;
}

div#main {
    padding-bottom: 4px;
}

html[data-bs-theme="light"] div#main {
    background-color: rgb(255, 255, 255);
}

html[data-bs-theme="dark"] div#main {
    background-color: rgb(39, 39, 39);
}

#table_of_contents {
    width: fit-content;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
}

html[data-bs-theme="light"] #table_of_contents {
    background-color: #e3e3e3;
    border-color: black;
}

html[data-bs-theme="dark"] #table_of_contents {
    background-color: #414141;
    border-color: rgb(158, 158, 158);
}

#table_of_contents ol li {
    list-style-type: none;
}

ol {
    list-style-position: inside;
}

figure {
    text-align: center;
}

figcaption {
    text-align: center;
    flex-flow: column;
}

table {
    max-width: 50%;
    margin-left: 25%;
}

th, td {
    text-align: center;
}

label {
    font-size: 1.25rem;
}

div#buttonrow {
    text-align: center;
}


#table_of_contents a:link, #table_of_contents a:visited {
    text-decoration: none;
}

html[data-bs-theme="light"] #table_of_contents a:link, html[data-bs-theme="light"] #table_of_contents a:visited {
    color:#333;
}

html[data-bs-theme="dark"] #table_of_contents a:link, html[data-bs-theme="dark"] #table_of_contents a:visited {
    color:#d5d5d5;
}
