/* kula colora
color: FFFDFD;
color: 737373;
color: 402420;
color: 56150D;
color: 272727;
*/

html {
    background-color: #131313;
    overflow-x: hidden;
}

body, html{
    /* width: 100%; */
    margin: 0px;
    padding: 10px;
    color: #fff;
    font: normal normal normal 1em/1.5em Arial, sans-serif;
}

#bg_video {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -10;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    pointer-events: none;
  }

#banner {
    position: fixed;
    right: -185px;
    top: 10px;
}

#banner img{
    z-index: 100;
    width: 500px;
    overflow: hidden;
    position:absolute;
    padding: 4px;
    top: 0;
    right: 0;
    background: #fcd031; /* rigb */
    transform: scale(50%) rotate(45deg) ;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 1.0);
}

nav, header, main{
    background-color: #272727;  
    padding: 10px;
    border: 1px solid #555;
    /* width: 100%; */
}

nav {
    margin-top: 0px;
    min-height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

main {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

main > p {
    color: #888;
}

article {
    margin: 20px;
    align-self: center;
    max-width: 100px;
}

article img {
    width: 100%;
    
}

main > img {
    max-height: 100px;
    max-width: 170px;
    margin: 5px;
    /* background-color: #000; */
    border: #555 1px solid;
}

img[src$=".svg"] {
    border: none;
}

header {
    font-size: 120%;
    vertical-align: middle;
    margin: 0px 0px 10px 0px;
    font-weight: bold;
    text-align: center;
}

header, nav, main {
    border-radius: 10px;
}

header, footer{
    height: 22px;
}

footer{
    font-size: 60%;
    color: #888;
    margin: 0px;
    padding: 4px;
    text-align: right;
}

#wrapper{
    width: 90%;
    min-width: 300px;
    max-width: 1024px;
    margin-top: 0px;
    margin: auto;
}



a {
    font-size: 90%;
    color: rgb(231, 165, 12);
    text-decoration: none;
}

a img {
    transition: transform .2s;
}

a:hover img {   
    transform: scale(110%);
}

ul {
    list-style-type: square;
}

.job {
    background-color: #272727;
    margin-top: 10px;
    padding: 10px;
    font-size: 80%;
    border: 1px solid #242424;
    border-radius: 10px;
}

.job img{
    padding-right: 10px;
}

.splitter {
    background-color: #888;
    width: 0.5px; 
    height: auto;
    margin: 10px;
}

.label {
    font-size: 80%;
    /* text-transform: uppercase; */
    color: #888;
    line-height: 16px;
    height: fit-content;
    /* transform: rotate(-90deg) translateY(-100);
    transform-origin: center; */
    /* writing-mode: sideways-lr; */
    /* text-orientation: sideways; */
    letter-spacing: 0px;
    flex-basis: 100%;
    text-align: center;
    margin-top: 20px;
}