@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;800&display=swap');

a:hover {
    color: currentColor;
}

.clanky-tlacitko {
    background: #e4c412;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 15px 0;
    border-radius: 20px;
    border: 0;
}

ul li {
    color: #861d6c;
}

#clanky li h2 a {
    text-decoration: none;
    color: #4f0f64;
}

#clanky li {
    background-color: #303030;
    border: #4f0f64 solid 2px;
}

/*
Flash messages
*/
.flash-message {
    text-align: center;
    color: white;
    width: 960px;
    margin: 0 auto;
    margin-top: 14px;
}

.message-success {
    background: #70b73a;
}

.message-error {
    background: #d41400;
}

@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;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color:#4f0f64;
    text-shadow: -1px 2px 1px #e4c412, 1px -2px 1px #e4c412, -1px -2px 1px #e4c412, 1px 2px 1px #e4c412;
    padding: 10px 0;
}

article h1 {
    font-size: 2.3m;
    font-weight: bold;
    text-transform: uppercase;
    width: max-content;
    margin: 0;
}

body {
    font: 14px "Poppins";
    color: #7e1670;
    background: #0f0f0f;
    box-sizing: border-box;
    margin: 0;
    padding: 100px 0px 0px 0px;
    min-width: 960px;
}

a {
    color: #4f0f64;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

#reference img:hover {
    background-color: #ffffff;
}

article section {
    color: #e4c412;
}

article section p {
    margin-bottom: 1.5em;
    line-height: 1.8em;
    color: #861d6c;
}

article h2 {
    font-size: 2em;
}

.CarShow {
    width: 70%;
    float: right;
    padding-left: 10px;
    filter: grayscale(0.1);
}

article header {
    height: 70px;
    border-bottom: #e4c412 4px solid;
}

article header h1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; 
    width: 100% !important;
}

article {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 50px 10px 50px;
}

body > header {
    height: 100px;
    width: 100%;
    background: #303030;
    color: #e4c412;
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    z-index: 1;
    top: 0;
}

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: 1em;
    line-height: 4.3em;
}

nav ul a {
    color: #000000;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
}

html {
    background: #303030;
}

footer {
  position: relative;
  height: 100px;
  padding-top: 50px;
  background: #303030;
  color: #ffffff;
  clip-path: polygon(0 60px, 90% 25px, 110% 105%, 0 105%);
}

footer > p {
  position: absolute;
  top: 50px;
  left: 84.6%;
  transform: translateX(-50%);
  margin: 0;
}

.iframeZluc{
    background: #e4c412;
}

.centrovany {
    text-align: center;
}

.cisticObtekani {
    clear:both;
}

.tlacitkoReference {
    background: #e4c412;
    color: black;
    font-size: 0.9m;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 25px;
}

#logo {
    height: 90px !important;
    margin: auto 0 auto 20px !important;
    display: flex !important;
    flex-direction: column !important; 
    justify-content: center !important; 
    background: url(../images/logo.png) no-repeat !important;
    background-size: 100px 90px !important;
}

#logo > * {
    margin: 0 0 0 110px;
}

#logo h1 {
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #e4c412;
}

#logo h1 span {
    font-weight: bold;
    text-transform: uppercase;
}

#logo small {
    text-transform: uppercase;
    font-size: 0.85em;
}

nav ul a:hover, .aktivni a {
    border-bottom: 2px solid #7e1670;
}

.tlacitkoKontakt {
    background: #e4c412;
    padding: 10px 20px;
    border-radius: 20px;
}

.tlacitkoKontakt:hover,
.tlacitkoReference:hover,
.clanky-tlacitko {
    filter: brightness(85%) contrast(115%);
    border: 0;
}

nav ul a:hover,
.tlacitkoKontakt:hover,
.tlacitkoReference:hover {
    color: #ffffff;
}

.vlevo {
    float: left;
}

.jsIcon, .csharpIcon {
    filter: invert(1);
}

.centered {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; 
    width: 100% !important;
}

#reference {
    display: flex;
    justify-content: center;
    width: 100%;
}

#reference img{
    border: 1px solid gray;
    padding: 6px;
    box-shadow: 3px 3px 6px #999999;
    margin-right: 20px;
    width: 600px;;
}

#reference a {
    text-decoration: none;
}

#reference a:hover {
    text-decoration: none;
}

.table-wrapper {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}

.skill-table {
  width: 100%;
  max-width: 960px;
  border-collapse: collapse;
  background-color: #303030;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  font-family: sans-serif;
}

.skill-table th {
    text-align: center !important;
}

.skill-table th,
.skill-table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #e4c412;
  vertical-align: top;
}

.skill-table th {
  background-color: #303030;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #861d6c;
}

.skill-table img {
  display: block;
  margin-bottom: 0.5rem;
}

.skill-table td strong {
    color: #e4c412;
}

.skill-table td {
    color: #ffffff;
}

.centered-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.skill-table {
    border: #4f0f64 2px solid;
}

.tech-table th{
    color: #861d6c;
}

.tech-table td strong{
    color: #e4c412;
}

.tech-table td {
    color: #ffffff;
}

.spacer {
    height: 1.2em;
}

.spacer-big {
    height: 2.4em;
}

