@font-face {
    font-family: Poppins;
    src: url(fonty/Poppins-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Poppins;
    src: url(fonty/Poppins-ExtraBold.ttf);
    font-weight: bold;
}

body {
    font: 14px "Poppins";
    color: #180d40;
    background: #f9f9f9;
    box-sizing: border-box;
    padding-top: 100px;
    min-width: 960px;
    position: relative;
}
.centrovany {
    text-align: center;
}
.vlevo {
    float: left;
}
.avatar {
    width: 450px;
    float: right;
    filter: grayscale(40%);
    border-radius: 0px;
    padding-left: 50px;
}
.cistic {
    clear: both;
}
article header {
    height: 80px;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: #0B131D;
    text-shadow: 1px 1px 0px #eff0f2 ,3px 3px 7px #767a80;
    padding: 10px 0px;
}
article h1 {
    font-size: 2.3em;
    font-weight: bold;
    text-transform: uppercase;
    width: max-content;
    border-bottom: 4px solid #c16215;
    margin: 0;
}
article h2 {
    font-size: 2em;
}
article {
    max-width: 960px;
    margin: auto 50px;
    padding: 50px 50px 10px 50px;
    
}
article section p {
    margin-bottom: 1.5em;
    line-height: 1,8em;
}
article section a {
    color: #c16215;
}
body > header {
    height: 100px;
    width: 100%;
    background: #0B131D;
    color: white;
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    position: fixed;
    z-index: 1;
    top: 0;
}
@media screen and (max-width: 768px) {
        body > header {
            width: max-content;
            position: absolute;
        }
    }
#logo {
    height: 100px;
    margin: auto 0 auto 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(obrazky/mojeLogo.png) no-repeat;
    background-size: 110px 100px;
}
#logo > * {
    margin: 0 0 0 120px;
}
#logo h1 {
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2em;
    color: white;
}
#logo h1 span {
    font-weight: bold;
    text-transform: uppercase;
}
#logo small {
    text-transform: uppercase;
    font-size: 0.85em;
}
nav ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    height: 100%;
}
nav ul li {
    padding: 0 25px;
    margin: 0 5px;
    font-size: 1em;
    line-height: 4.3em;
}
nav ul a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    padding: 8px 0;
}
nav ul a:hover, .aktivni a {
    border-bottom: 2px solid #c16215;
}
.reference-tlacitko {
    background: #c16215;
    text-transform: uppercase;
    font-size: 0.9em;
    color: aliceblue;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 15px 50px;
}
.kontakt-tlacitko {
    background: #c16215 ;
    padding: 10px 20px;
    border-radius: 15px 50px;
}
.reference-tlacitko:hover,
.kontakt-tlacitko:hover {
    filter: brightness(115%) contrast(85%);
    border: 0;
}
html {
    background: #323336;
}
footer {
    box-sizing: border-box;
    height: 100px;
    text-align: center;
    background: #323336;
    color: white;
    padding: 50px 0 0 0;
    clip-path: polygon(0 30px, 100% 0, 100% 105%, 0 105%);
}
footer a {
    color: white;
    text-decoration: none;
}
#dovednosti td {
    width: 50%;
    padding: 10px;
    vertical-align: top;
    border: 1px solid #64676a;
}
#dovednosti {
    border-collapse: collapse;
}
#reference img {
    border: 1px solid gray;
    padding: 6px;
    box-shadow: 3px 3px 6px #999999;
    margin-right: 6px;
}
#reference a {
    text-decoration: none;
}
#reference a:hover {
    text-decoration: none;
}