html {
    font-size: 14px;
    font-family: 'Comic Sans MS', cursive;
}

@media (min-width: 900px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Comic Sans MS', cursive;
    background-color: antiquewhite;
}

img.logo {
    height: 75px;
}

img.flag-icon {
    width: 25px;
    height: 18px;
    border-radius: 2px;
}

a.flag-icon {
    text-decoration: none;
}

div.flag-icon {
    display: inline-block;
}

.index-bg {
    padding: 25px;
    position: relative;
    text-shadow: -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff;
    font-size: 18pt;
}

.navbar,
.navbar-light .navbar-brand,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.footer,
.footer a {
    color: antiquewhite;
    text-decoration: none;
}

table, tr, td {
    padding-right: 10px;
}

img.d-block.w-100 {
    height: auto;
    max-height: 500px;
    max-width: 1000px;
    width: auto !important;

}

div.carousel {
    height: auto;
    max-height: 500px;
    max-width: 890px;
    width: auto !important;
    margin: 5px;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
    margin: auto;
}

.carousel-inner {
    background: linear-gradient(to right, lightgray, white, lightgray);
    border-radius: 10px;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

.bb {
    border-bottom: solid;
}

.bbm {
    border-bottom: solid medium;
}

.bbt {
    border-bottom: solid thin;
}

.bbtd {
    border-bottom: double;
}

.rbt {
    border-right: solid thin;
}

h2 {
    padding-top: 15px;
}

tr {
    min-height: 15px;
}

.bp15 {
    padding-bottom: 15px;
}

table#anbi tbody tr td {
    text-align: right;
}

th {
    padding-left: 10px;
    padding-right: 10px;
}

#roemenie {
    max-width: 100%;
    padding: 10px;
}

p {
    text-indent: 2em;
    text-align: justify;
}