@font-face {
    font-family: Se4Button;
    src: url("../all/Se4Button.ttf");
}
@font-face {
    font-family: Se4Normal;
    src: url("../all/Se4Normal.ttf");
}
body {
    background-image: url("../all/background.bmp");
    font-size: x-large;
    width: 100%;
    margin: auto;
    text-align: justify;
    color: white;
    font-family: Se4Normal;
}
.font {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.font_button_container {
    display: flex;
    justify-content: flex-end;
}
.font_button_div {
    position: relative;
    height: 1.8rem;
}
.font_button_style {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
    font-size: medium;
    color: #4f65a2;
    font-family: Se4Button;
    cursor: pointer;
}
.logo {
    display: block;
    margin: auto;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}
nav {
    position: fixed;
    display: flex;
    margin: 0.5rem;
    padding: 1px;
    font-size: medium;
    font-family: Se4Button;
    color: #4f65a2;
}
.navbar_div {
    position: relative;
    height: 1.8rem;
    margin-right: 0.5rem;
}
.navbar_text {
    position: absolute;
    color: #4f65a2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.title {
    text-align: center;
    font-size: xx-large;
    margin: 0.5em 0 0 0;
}
.sub_title {
    text-align: center;
    font-size: xx-large;
    margin: 0.5em 0 1rem 0;
}
main {
    width: 1025px;
    margin: auto;
    background-color: transparent;
    padding: 15px;
    border: 1px solid #4f65a2;
}
.container_components {
    min-width: fit-content;
    margin: auto;
    background-color: black;
    padding: 15px;
    border: 1px solid #4f65a2;
}
.ability_width {
    width: 500px;
}
.list {
    list-style: none;
}
.text_inline {
    display: inline;
}
.resources_inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 90px;
}
.resources_images {
    margin-right: 5px;
}
.level_1 {
    color: #4665cc;
}
.level_2 {
    color: #008000;
}
.level_3 {
    color: #ff0000;
}
.level_4 {
    color: #807700;
}
.level_5 {
    color: #903db1;
}
.level_6 {
    color: #9e795a;
}
.level_7 {
    color: #ffff19;
}
.level_8 {
    color: #2fa9a9;
}
.level_9 {
    color: #837065;
}
.level_10 {
    color: #7b8485;
}
.level_11 {
    color: #a10b0b;
}
.level_12 {
    color: #f9ba31;
}
.buttons {
    border: none;
    background-color: transparent;
    color: white;
    font-size: large;
    font-family: Se4Button;
    cursor: pointer;
}
.line {
    margin-bottom: 1rem;
}
.right {
    display: flex;
}
.right>.text {
    margin-left: 0.5rem;
}
.max_height {
    max-height: 473px;
}
.img_right {
    float: right;
    margin-left: 1rem;
}
.middle {
    text-align: center;
}
.system_small {
    width: 20rem;
}
.outline {
    width: 1061px;
    margin: auto;
    background-color: black;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #4f65a2;
    margin-bottom: 50px;
}
.table, td, th {
    border: solid #4f65a2 1px;
    border-collapse: collapse;
    padding: 0.3rem;
    font-weight: normal;
}
.buttons_div {
    display: flex;
    align-items: center;
}
.buttons_image {
    margin-right: 10px;
}
.margin_bottom_2_rem {
    margin-bottom: 2rem;
}
.back {
    float: left;
    width: 50px;
}
footer {
    padding: 1px;
    background-color: rgb(55, 61, 71);
    text-align: center;
}
a {
    background-color: transparent;
    text-decoration: none;
}
a:link, a:visited {
    color: rgb(19, 98, 224);
}
a:hover {
    color: rgb(4, 19, 68);
}
a:active {
    color: rgb(58, 11, 11);
}
@media screen and (max-width: 1880px) {
    nav {
        position: static;
        display: block;
    }
    .navbar_div {
        display: inline-block;
    }
}
@media screen and (max-width: 1061px) {
    main {
        width: 96%;
        padding: 10px;
    }
    .outline {
        width: 96%;
        border: none;
        padding: 0;
    }
    .img_width_full {
        width: 100%;
    }
    .right {
        display: block;
    }
    .right>img {
        max-width: 100%;
    }
    .table_basics {
        word-break: break-all;
    }
    .container_fit_content {
        min-width: fit-content;
        background-color: black;
    }
}
