@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;
}

html {
    background: none;
}

body {
    font: 100% "Poppins";
    /*<background: #f9f9f9;*/
    /*color: #414042;*/
    /*width: 100%;*/
    background-image:url('foto/lokal.jpg');
    /*width: 100%;
    height: 100%;*/
    background-size: cover;
    background-attachment: local;
    background-position: center;
    background-repeat: no-repeat;
    /*box-sizing: border-box;*/
    margin: 0;
}

body > header {
    height: 10%;
    width: 100%;
    background:#848484;
    display: inline-flex;
    justify-content: space-evenly;
    position: fixed;
    z-index: 1;
    top: 0;
}

aside {
    width: 1%;
    padding-left: 1%;
    margin-left: 1%;
    float: right;
    
}

#logo {
    height: 50%;
    width: 5%;
    margin: 1% -22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url('foto/3.jpg') no-repeat;
    background-size: 100% 100%;
}

#logo > * {
    margin: 0% 0% 0% 100%;
}

#logo h1 {
    font-weight: normal;
    font-size: 90%;
    line-height: 1%;
    color: rgb(2, 2, 2);
}

#logo h1 span {
    font-weight: bold;
    text-transform: uppercase;
}

#logo small {
    text-transform: uppercase;
    font-size: 0.85em;
}

#galerie td {
    width:5px;
    padding: 5px;
    vertical-align: bottom;
    border: 1px solid #545353;
}

#galerie {
    border-collapse: collapse;
}


nav ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

nav ul li {
    padding: 2% 2%;
    margin: 1% 2%;
    font-size: 90%;
    width: 100%;
    line-height: 110%;
}

nav ul a {
    color: rgb(1, 1, 1);
    padding: 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

nav ul a:hover,
.aktivni a {
    border-bottom: 2px solid #4336ff;
}

article {
    margin: 2% auto;
    max-width: 100%;
    /*border: 3px solid rgb(83, 83, 83);*/
    /*box-shadow: 2px 2px 7px #1c2228;*/
    padding: 5% 2% 0% 2%;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    padding: 2% 0;
    color: #00386B;
}

article h1 {
    margin: 0;
    font-size: 150%;
    font-weight: bold;
    text-transform: uppercase;
    width: max-content;
    border-bottom: 4px solid #545353;
}

article h2 {
    font-size: 100%;
}

article header {
    height: 20%;
}

article section p {
    margin-bottom: 2%;
    line-height: 100%;
}

article section a {
    color: #4929ff;
}

footer {
    box-sizing: border-box;
    text-align: center;
    height: 5%;
    color: white;
    background: #414042;
    padding: 5% 0 0 0;
    clip-path: polygon(0 30px, 100% 0, 100% 105%, 0 105%);
    display: flex;
    justify-content: space-evenly;
    /*position: fixed;*/
    z-index: 1;
    /*top: 0;*/
}

footer a {
    color: white;
    text-decoration: none;
}

.centrovany {
    text-align: center;
}

.foto {
    float: right;
    padding-left: 20%;
    width: 30%;
    /*filter: grayscale(1);*/
}

.foto1 {
    float:left;
    width: 450px;
    height: 300px;
}

.text {
    color: #000000;
    text-align: left;
    text-decoration: underline;
}

.cistic {
    clear: both;
}

.reference-tlacitko {
    background: #70B73A;
    color: rgb(2, 2, 2);
    font-size: 0.9em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 25px;
}

.kontakt-tlacitko {
    background: #ef6534;
    padding: 10px 20px;
    border-radius: 20px;
}

.kontakt-tlacitko:hover,
.reference-tlacitko:hover {
    filter: brightness (115%) contrast(85%);
    border: 0;
}

.vlevo {
    float: left;
}

.framegalery {
    background-color: #545353;
}

.pozadi-text {
    background-color: #70B73A;
}

.border-box {
    border: 15px solid rgb(255, 251, 251);
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.753);
    background-clip: border-box;
}
  


