@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-Regular.ttf);
    font-weight: normal;
 }
 @font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-ExtraBold.ttf);
    font-weight: bold;
 }
 body {
    font-family: "Poppins";
    font-size: 20px;
    color: #414042;
    background-color: #F9F9F9;
    box-sizing: border-box;
    margin: 0,
    padding: 100px 0px 0px 0px;
     min-width: 960px;
 }
 body > header {
    height: 100px;
    width: 100%;
    background: white;
    color: rgb(246, 11, 11);
    display: flex;
    justify-content: space-evenly;
    position: fixed;
     z-index: 1;
     top: 0;
 }
 article h1,
 article h2,
 article h3,
 article h4,
 article h5,
 article h6 {
     color: #00386B;
     padding: 20px 0;
 }
 article h1 {
    font-size: 2.1em;
    font-weight: bold;
    text-transform: uppercase;
    width: max-content;
    border-bottom: 4px solid #EF6534;
 }
 article h2 {
    font-size: 2em;
 }
 article section p {
    margin-bottom: 1.5em;
    line-height: 1.8em;
 }
 
 article section a {
    color: #EF6534;
 }
 article header {
    height: 80px;
 }
 
 article {
    margin: 0 auto;
     max-width: 960px;
     padding: 50px 50px 50px 50px;
     justify-content: center;
 }
 article section li {
   margin: 10px 20px;
 }
 #logo {
    height: 60px;
    margin: auto 0 auto 20px;
    display: flex;
     flex-direction: column;
     justify-content: center;
     background: url('images/logo.png') no-repeat;
     background-size: 60px 60px;
 }
 #logo > * {
    margin: 0 0 0 70px;
 }
 #logo h1 {
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2em;
    color: red;
 }
 #logo h1 span {
    font-weight: bold;
    text-transform: uppercase;
 }
 #skills {
    border-collapse: collapse;
 }
 #skills td {
    width: 25%;
    padding: 10px;
    vertical-align: top;
    border: 1px solid gray;
 }
 #references img {
    border: 1px solid gray;
    padding: 6px;
    box-shadow: 3px 3px 6px #999999;
    margin-right: 6px;
 }
 #references a {
    text-decoration: none;
 }
 #references a:hover {
    text-decoration: none;
 }
 nav ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 100%;
 }
 nav ul li {
    padding: 0 25px;
    margin:0 5px;
    font-size: 0.9em;
    line-height: 4.3em;
 }
 nav ul a {
    color: red;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
 }
  a {
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px 0 0 0;
 }
 nav ul a:hover, .active a {
    border-bottom: 2px solid #EF6534;
 }
 .centered {
    text-align: center;
 }
 .avatar {
    float: right;
     width: 620px;
     padding-left: 10px;
     filter: none;
 }
 .szj {
   width: 100px;
   filter: none;
   list-style-type:none;
 }
 .zjvo {
   width: 120px;
   filter: none;
   list-style-type: none;
 }
 .tlacidla {
   list-style-type: none;
 }
 .cleaner {
    clear: both;
 }
 .tabulkainfo {
   width: 960px;
   height: 250px;
 } 
 .paragraph-button {
    margin-top: 50px;
 }
 .references-button {
    background: #70B73A;
    color: white;
    font-size: 0.7em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 9px;
    border-radius: 25px;
 }
    .nabor {
      background: #70B73A;
      color: white;
      font-size: 0.7em;
      text-transform: uppercase;
      text-decoration: none;
      padding: 12px 108px;
      border-radius: 25px;
 }
 .harmonogram {
   background: #70B73A;
   color: white;
   font-size: 0.7em;
   text-transform: uppercase;
   text-decoration: none;
   padding: 12px 32px;
   border-radius: 25px;
}
.kontakt {
   padding: 10px 0;
   height: 330px;
}
 .contact-button {
    background: #d4dbe1;
    padding: 10px 20px;
    border-radius: 20px;
 }
 .contact-button:hover,
 .references-button:hover,
 .nabor:hover,
 .harmonogram:hover {
     filter: brightness(115%) contrast(85%);
     border: 0;
 }
 .left {
    float: left;
 }
 html {
    background: #414042;
 }
 footer {
    box-sizing: border-box;
    text-align: center;
    height: 300px;
    color: white;
    background: #414042;
    padding: 0 0 0 0;
    margin-bottom: 20px;
    clip-path: polygon(0 0px, 100% 0, 100% 105%, 0 105%);
 }
 footer a {
    color: white;
    text-decoration: none;
 }
 footer > header {
   height: 250px;
    width: 100%;
    background: #268cec;
    color: rgb(18, 2, 2);
    display: flex;
    justify-content: center;
    align-items: flex-start;
     z-index: 1;
     bottom: 0;
 }
 footer ul {
    list-style-type: none;
    margin: 5px 100px 100px 5px;
 }
 footer h4 {
   margin: 3px;
 }
 footer section {

 }