@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body{
  font-family: 'Poppins', sans-serif;
  min-height: 100vh; 
  background:var( --pozadi_1);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; 
  display: flex; 
  flex-direction: column;
}
main {

  display: flex;
  flex-direction:row;
  justify-content: space-evenly;
  padding-top: 78px;
  flex: 1;
  }

.mid{
  width: 40%;
 background: var(--pozadi_prihlas);

  }
  .right{
  width: 30%;
  
  }
  .left{
  width: 30%;
  display: flex;
  flex-direction:column;
  align-items:center;
  background-image: var(--pozadi_Lpng);
  background-size: 700px;
  background-repeat: no-repeat;
  background-attachment: fixed;
 
}
  
  
 h1 {
  font-size: 25px;
  color: var(--nadpis_h1);
  margin: 30px 0px 30px 0px;
  text-align: center;
}
h3{
  margin-top: 20px;  
  font-size: 18px;
  color: var(--nadpis_h2);
  text-align: center;
}

.kon p {
  margin: 10px 5% 0px 5%;
  font-family: Verdana;
  font-size: 15px;
  color:var(--text);
  text-align: left;
}

i{
    font-family: Verdana;
  font-size: 15px;
}

.kon ul{
    display: flex;
    flex-direction:column;
    align-items:left;
    width: 100%;
}

.kon ul li{
   margin:2% 5% 0 20%;
    display:inline-block ;
}
.main_heading{
    margin-bottom: 20px;
}
.odkazy{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
    align-items: center;
}
.odkaz{

    width: 230px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--nadpis_h2);
    border-radius: 10px;
    transition: 0.3s;
    box-shadow: 0px 0px 5px hsl(220, 20%, 26%);
    text-decoration: none;     
}
.odkaz:hover{
    transform: scale(1.05);
}
.kon a{
    text-align: center;
    
    text-decoration: none;
     color: var( --pozadi_1);
    font-size: 15px;
}
 @media(max-width: 1410px){
       
      .right{
          display: none;
      }
      
      .mid{
        width: 70%;
      }
    } 
      
  @media (max-width: 1010px){ 
   
      .main_heading h1 { 
          margin-bottom: 15px;
          padding-top: 15px;
          font-size: 25px;
      } 
     
      .left{
          display: none;
      }
      
      .mid{
        max-width: 600px;
          width:100%;
       }
         }