/* CSS Document */
:root {
    --text-color: #D4D3D3;
    --deco-color: #F9C701;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #393939;
    color: var(--text-color);
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

main {
    margin: 0px auto;
    padding: 0px;
    width: 100%
}

nav {
    background-color: #272727;
    position: sticky;
    top: 0px;
    text-align: center;
    box-shadow: 0px 0px 20px black;
    font-size: 20px;
    width: 100%;
}

nav ul {
    list-style: none;
    display: flex;
    margin: 0 auto;
    padding: 0;
    width: 900px;
}

nav li {
    display: flex;
}

nav li.logo {
    margin-top: 6px;
    padding-left: 40px;
}

nav img.logo {
    width: 65px;
}

nav a.logo {
    text-decoration: none;
    padding: 0;
    transition: none;
}

nav a.logo:hover {
    background-color: initial;
    color: var(--text-color);
}

nav li.sw {
    margin-left: 10px;
    padding: 1em 7% 0.5em 0em;
    font-size: 24px;
}

nav li.link {
    margin-right: 0;
}

nav a {
    display: flex;
    text-decoration: none;
    color: var(--text-color);
    padding: 1.2em 1.8em 1em 1.8em;
    transition: background-color 150ms ease;
}

nav a:hover {
    background-color:#131313;
    color: #FFFFFF;
}

nav a.active-link {
    border-bottom: 3px solid var(--text-color);
}

header {
    background-image: url(res/bannertt.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 240px;
}

article {
    width: 800px;
    margin: 0px auto;
}

section.onas {
    background-image: url(res/bgi.webp);
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
}

section.nabor {
    background-image: url(res/bgin.webp);
    background-repeat: no-repeat;
    background-size:cover;
}

section.discord {
    background-image: url(res/bgid.webp);
    background-repeat: no-repeat;
    background-size:cover;
}

section.vedeni {
    background-image: url(res/bgiv.webp);
    background-repeat: no-repeat;
    background-size:cover;
    width: 100%;
}

div.deco {
    margin: 0 auto;
    text-align: center;
}

table.heroes {
    margin: 0 auto;
    font-size: 20px;
    text-shadow: 1.5px 1.5px 0px black;
    color:#D4D3D3;
    width: 700px;
    text-align: center;
}

table.vedeni {
    width: 800px;
    text-align: center;
    margin: 0 auto;
    border: none;
    border-collapse: collapse;
}

h1 {
    color: #eceaea;
    font-size: 42px;
    font-weight: normal;
    text-align: center;
    text-shadow: 1.5px 1.5px 0px black;
}

h2 {
    color: #F9C701;
    font-size: 22px;
    text-align: left;
    text-indent: 1em;
    text-shadow: 1.5px 1.5px 0px black;
}

p {
    color: #D4D3D3;
    text-align: justify;
    font-size: 19px;
    padding: 25px;
    text-shadow: 1.5px 1.5px 0px black;
}

span.highlight {
    color: #F9C701; 
    font-weight: bold;
}

span.b {
    font-weight: bold;
}

span.i {
    font-style: italic;
}

p.citec {
    font-style: italic;
    text-align: center;
    font-weight: normal;
    text-indent: 0;
}

p.cite {
    font-style: italic;
    text-align: justify;
    font-weight: normal;
    width: 800px;
    margin: 0 auto;
}

ul.rank {
    font-size: 18px;
    color: #D4D3D3;
    text-shadow: 1.5px 1.5px 0px black;
}

p.zajem {
    text-align: center;
    font-size: 22px;
}

table.nabortl {
    margin: 0 auto;
}

button.nabor {
    border: none;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 26px;
    cursor: pointer;
    background-color: #F9C701;
    box-shadow: 0px 0px 20px black;
    border-radius: 20px;
    color:#131313;
}

button.nabor:hover {
    background-color: #f98d01;
    color: #000000;
    transition: background-color 150ms ease;
}
              
footer {
    background-color: #222222;
    color:#D4D3D3;
    position: relative;
    bottom: 0px;
    width: 100%;
}

footer table.footer {
    text-align: left;
    margin: 0 auto;
    width: 850px;
    font-size: 15px;
}

footer th.footerr {
    text-align: right;
    font-weight: normal;
}

footer th.footerl {
    font-weight: normal;
}

footer a {
    color: #D4D3D3;
}

footer a:hover {
    color:#FFFFFF;
    text-decoration: none;
}