@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>header{
    height: 100px;
    width: 100%;
    background-color: #022372;
    color: white;
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    z-index: 1;
    top: 0;


}
#logo{
    height: 40px;
    margin: auto 0 auto 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../Pictures/PSTSolutions_icon.png) no-repeat;
    background-color: #022372;
    background-size: 40px 40px;
}
#logo>*{
    margin: 0 0 0 50px;
}
#logo h1{
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1em;
    color: white;
}
#logo h1 span{
    font-weight: bold;
    text-transform: uppercase;
}
#logo small{
    font-style: italic;
    font-size: 0.85em;
    text-transform: uppercase;
}
nav ul{
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
nav ul li{
    padding: 0 25px;
    margin: 0 5px;
    font-size: 1em;
    line-height: 4.3em;
    
}
nav ul a{
    color: white;
    padding: 5px 5px;
    text-decoration: none;
    text-transform: uppercase;
}
nav ul a:hover, .aktivni a{
    border-bottom: 2px solid #ef6543;
}
article header {
    height: 80px;
}

article {
    padding: 10px 50px 10px 50px;
    max-width: 960px;
    margin: 0 auto;
    min-height: 700px;
}

body {
    font: 15px "Poppins";
    color: #414042;
    background: #f9f9f9;
    box-sizing: border-box;
    margin: 0;
    padding: 100px 0 0 0;
    min-width: 960px;
    
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    padding: 10px 0px;
    color: #00386b;
}

article h1 {
    margin: 0;
    font-size: 2.3em;
    font-weight: bold;
    text-transform: uppercase;
    width: max-content;
    border-bottom: 4px solid #ef6543;
}

article section p {
    margin-bottom: 1.5em;
    line-height: 1.8em;
}

article section a {
    color: #ef6543;
}

.avatar {
    float: right;
    width: 400px;
    padding-left: 10px;
    filter: grayscale(35%);
}
.cistic{
    clear: both;
}

.reference-tlacitko{
    background: #70B73A;
    color: white;
    font-size: 0.9em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 40px;
}


.kontakt-tlacitko{
    background: #ef6543;
    color: white;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
    border-radius: 20px;
}
.reference-tlacitko:hover,
.kontakt-tlacitko:hover{
    filter: brightness(130%) contrast(75%);
    border: 0;
}
footer{
    box-sizing: border-box;    
    text-align: center;
    height: 100px;
    color: white;
    background: #414042;
    font-size: 0.8em;
    padding: 10px 0 0 0;
    
}
html{
    background: #414042;
}
.vlevo{
    float: left;
}
#kontaktH5{
    text-align: left;
    padding: 100px 0 0 0;
}
#kontaktemail{
    text-align: left;
}
.center{
    text-align: center;
    padding: 30px 10px 10px 10px;
 }
 section table tr{
    height: 165px;
 }
 section table td{
    width: 300px;
    vertical-align: top;
 }
#reference img{
   
    padding: 1px;
    box-shadow: 3px 3px 6px #999999;
    margin: 10px 10px 10px 10px;
}
#reference a{
    text-decoration: none;
}
#reference a:hover{
    text-decoration: none;
}
#omne{
    padding: 10px 0 0 0;
} 