html {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    background: #000000;
    color: #fff;
    font-family: monaco, monospace;
    font-size: 10px;
    height: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.wrapper {
    margin: auto;
    overflow-y: hidden;
    width: 80%;
    max-width: 800px;
    min-width: 690px;
}

a {
    text-decoration: none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    padding: 0;
    color: #a62b2b;
}

a:hover {
    text-decoration: underline;
}

h1 {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
}

P {
    line-height: 150%;
    display: block;
    unicode-bidi: isolate;
}

ul {
    display: block;
    unicode-bidi: isolate;
}

/* Header */

.login-box {
    background: #000000;
    border: solid 1px #ffffff;
    display: block;
    font-size: 1.3em;
    overflow: hidden;
    padding: 6px;
    position: relative;
    text-align: center;
}

.banner {
    background: url(../img/web-banner.webp) no-repeat center;
    display: block;
    margin-bottom: 25px;
    margin-top: 30px;
    min-height: 135px;
    text-align: center;
}

/* main sub text */

.active {
    font-size: 1.3em;
    text-align: center;
}

/* Main side navigation */

.nav {
    display: block;
    float: left;
    margin: auto;
    width: auto;
    min-width: 280px;
}

.nav-box {
    background: #000000;
    border: solid 1px #350b0b;
    box-shadow: 0 0 20px #350b0b;
    border-radius: 6px;
    padding: 6px;
    position: relative;
    margin-bottom: 15px;
}

.nav-title {
    display: flex;
    font-size: 1.3em;
    font-weight: bold;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 100%;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-list-link {
    display: inline-block;
    font-size: 1.3em;
    margin: 1px;
    padding: 2px 0 2px 5px;
    position: relative;
}

/* Main lead */

.top-content {
    display: block;
    overflow: hidden;
    padding-top: 4px;
    position: relative;
}

.main {
    float: right;
    min-width: fit-content;
    max-width: 800px;
    margin: auto;
}

.main-btn {
    /* DEBUG */background-color: #4c4c4c;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-weight: bold;
    height: 30px;
    margin: 10px auto;
    padding: 11px;
    text-align: center;
    vertical-align: top;
    width: 82px;
}

.foot-link {
    display: block;
    font-size: 1.3em;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    color: #c32020;
}

.spash-img {
    display: block;
    margin: auto;
    width: 430px;
}

/* News &&& Content */

.content {
    position: relative;
    color: #ffffff;
    font-size: 13px;
}

.cnt-title {
    color: #c32020;
    font-family: initial;
    font-size: 3.5em;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
}

.crossbar {
    display: block;
    margin: auto;
}

.crossbar-inline {
    position: relative;
    margin: auto;
    top: -10px;
}

.cnt-heading {
    color: #ffffff;
    font-size: 1.9em;
    font-weight: bold;
    text-align: center;
}

.news-article {
    display: block;
    margin: auto;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    width: 540px;
}

.article-end {
    margin-top: 30px;
}

.news-details {
    float: right;
    width: 350px;
    text-align: justify;
}

.crown {
    height: 13px;
    margin-right: 2px;
    position: relative;
    top: 1px;
}

.news-link {
    color: #c32020;
    font-weight: bold;
}

.news-title {
    font-size: 1.6em;
    margin-bottom: 15px;
}

.news-sub {
    color: #fff;
    display: block;
    font-size: 0.8em;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 15px;
}

.news-img {
    max-width: 175px;
    max-height: 175px;
    float: left;
}

/* footer */

.footer {
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.footer-link-img {
    max-width: 25px;
}

.footer-link-left {
    float: left;
    margin-left: 20px;
}

.footer-link-right {
    float: right;
    margin-right: 20px;
}