@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
}
body{
  font-family: poppins, sans-serif;
}

.logo{
  width: 35px;
  cursor: pointer;
  padding-top: 10px;
}

nav{
  background: rgb(30, 50, 70);
  /*homepage: smazat pozadí*/
  height: 80px;
  width: 100%;
}
label.logo{
  color: white;
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
nav ul{
  float: right;
  margin-right: 20px;
}
nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}

/*homepage:*/
nav ul li a{
  color: white;
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
}
 
a.podtrzeni,a:hover{
  transition: .5s;
  text-decoration: underline;
}

a.podtrzeni::after {
  content: ''
  display: block;
  width: 100%;
  height: 2px;
  background: red;
  transition: width .3s;
}

a.podtrzeni:hover:after {
  width: 100%;
  transition: width .3s;
}
/*nový konec:*/

.checkbtn{
  font-size: 30px;
  color: white;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check{
  display: none;
}

.obsah {
  margin: auto;
  width: 70%;
  padding: 5px;
  max-width: 700px;
}

h1 {
  padding-top: 10px;
  text-align: center;
  font-weight: semibold;
  color: rgb(30, 50, 70);
}

h2 {
  padding-top: 10px;
  text-align: left;
  font-weight: 600;
  color: rgb(30, 50, 70);
  padding-left: 10px;
}

h3 {
  padding-top: 10px;
  text-align: left;
  font-weight: 600;
  color: rgb(30, 50, 70);
  padding-left: 10px;
}

h4 {
  padding-top: 10px;
  text-align: left;
  font-weight: 600;
  color: rgb(30, 50, 70);
  padding-left: 10px;
  font-weight: bold;
}

p {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: ;
  font-weight: semibold;
  color: rgb(30, 50, 70);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.obsah img {
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.seznam{
  padding-top: 5px;
  text-align: justify;
  font-weight: semibold;
  color: rgb(30, 50, 70);
  padding-left: 10px;
  padding-right: 10px;
  list-style-type: disc;
  margin-left: 20px;
}
.popis-obrazku {
  text-align: center;
}

.link-v-textu {
  text-decoration: underline;
  font-weight: 500;
  color: rgb(30, 50, 70);
}

.paticka {
  width: 100%;
  background-color: rgba(30, 50, 70, 5%);
  margin-top: 10px;
}

.paticka p {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  color: rgba(30, 50, 70, 80%);
  font-weight: 500;
  font-size: 12px;
}

.ig-text {
  color: rgb(193,53,132);
  text-decoration: underline;
  font-weight: 500;
}

.fb-text {
  color: rgb(66 103 178);
  text-decoration: underline;
  font-weight: 500;
}

.mail-text {
  color: rgb(30 70 90);
  text-decoration: underline;
  font-weight: 500;
}

.container {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-template-rows: auto auto auto auto;
  padding: 5px;
  margin: 0px;
}

img.minigalerie {
  padding: 1px;
  border-radius: 5px;
}
a.minigalerie-odkaz {
  padding: 0px;
  margin: 2px;
  line-height: 90%;
}

.working {
  background: rgb(30, 50, 70);
  margin: 10px;
  padding: 10px;
  color: white;
  font-size: 12px;
  text-align: center;
}

.job {
  background: linear-gradient(5deg, rgb(20, 30, 50), rgb(30, 50, 70));
  margin: 10px;
  padding: 15px;
  color: white;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
}

.barbery-button {
  text-decoration: none;
  text-transform: uppercase;
  color: rgb(30, 50, 70);
  text-decoration: none;
  font-weight: 600;
  margin-top: 10px;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  font-size: 10px;
  font-family: poppins;
}

button {
  background: white;
  border-radius: 100px;
  border: none;
  cursor: pointer;
}

.odkazvtextuMail {
  text-decoration: none;
  color: white;
  text-decoration: underline;
  font-weight: 500;
  }

img.fotka-v-textu {
  margin: 0px;
  padding: 10px;
  border-radius: 15px;
}

@media (max-width: 952px){
  label.logo{
    font-size: 30px;
    padding-left: 50px;
  }
  nav ul li a{
    font-size: 16px;
  }
}
@media (max-width: 858px){
  .checkbtn{
    display: block;
  }
  ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #2c3e50;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  nav ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  nav ul li a{
    font-size: 20px;
  }
  a:hover,a.active{
    background: none;
  }
  #check:checked ~ ul{
    left: 0;
  }
  .obsah {
    width: 95%;
  }
}

.flex-container {
  display: flex;
  flex-direction: row;
  margin: 5px; 
}

.flex-item-left {
  /*background-color: rgba(30, 50, 70, 10%);*/
  padding: 0px;
  flex: 50%;
  border-radius: 10px;
  box-shadow: 
}

.flex-item-right {
  /*background-color: lightblue;*/
  padding: 0px;
  flex: 50%;
}

img.ikona {
  height: 13px;
  width: 13px;
  padding: 0px;
  margin-right: 5px;
}

img.alert {
  height: 50px;
  width: 50px;
  padding: 0px;
  margin-right: 5px;
}

.leva h {
  line-height: 50%;
}

/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}


.banner {
                        /* Banner is displayed at the bottom */
                        bottom: 0;
                        left: 0;
                        position: fixed;
                        width: 100%;

                        /* Center the content */
                        align-items: center;
                        display: flex;
                        justify-content: center;
                    }

                    .banner__content {
                        /* Take available width */
                        flex: 1;
                    }