@media (max-width:560px) { 
  .menu2 {
    height: 280px;
  }   
  .jumbo img {
    display: table-cell;
    max-width: 100%;
  } 
  .foot img {
    display: table-cell;
    max-width: 100%;
  }  
  .link{
  margin-left: 10px;
  border-bottom: 2px solid black;
  padding: 5px 0;
  } 
  .linki img {
  margin-left: 20%;
  } 
  
  .tytul_artykulu h1 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 26px;
    padding: 20px 0;
  } 
  .artykul {
    margin-left: 10px;
    margin-right: 10px;
    
  }
  .foto_glowne {
    margin-top: 280px;
  }
  .menu2 a {
    color: black;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
  
  .foto3 img {
    display: table-cell;
    max-width: 100%;
  }  
  
  .name p {
   margin-top: 280px;
   text-align:center; 
   color: white; 
   background: #0079c7; 
   font-family: 'Roboto', sans-serif; 
   font-size: 26px; 
   font-weight: 600;
  } 
}
  
@media (min-width:561px) {
  .menu2 {
    height: 140px;
  }
  .linki {
    margin-left: 10%;
    width: 70%; 
    margin-top: 0;
  }
  
  .linki img{
    margin-top:25px;
  }
  
  .link {
  height: 120px;
  padding-top: 10px;
  
  }
  
  .foot img {
    display: table-cell;
    max-width: 800px;
    margin-left: 28%;
  } 
  
  .tytul_artykulu h1 {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 46px;
    padding: 0 0 20px 0;
  }
  .artykul {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .menu2 a {
    color: black;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
  }
  .foto3 img {
    display: table-cell;
    max-width: 100%;
  } 
  .name p {
   margin-top: 140px;
   text-align:center; 
   color: white; 
   background: #0079c7; 
   font-family: 'Roboto', sans-serif; 
   font-size: 48px; 
   font-weight: 800;
  } 

}
  
.menu2 { 
  border-top: 5px solid #0079c7;
  border-bottom: 5px solid #0079c7;
  position: fixed;
  top: 0;
  overflow: hidden; 
  width: 106%;
  z-index: 999;
  background: white;
}


.main {
  margin 0 auto;
  width: 100%;
  max-width: 1920px;
}

html, body {
    scroll-behavior: smooth;
}

#dziennik_logo {
  padding-bottom: 10px;
}

.menu {
  height: 120px;
  border-top: 5px solid #0079c7;
  border-bottom: 5px solid #0079c7;
  position: fixed; 
  top: 0; 
  width: 106%;
  overflow: hidden;
  background: white;
  z-index: 999;
}

.menu ul {
  list-style-type: none;
  padding-left: 12%;
}

.menu li {
  display: inline-block;
  width: 20%;
  float: left;
  font-size: 18px;
  line-height: 20px;
  padding: 25px 25px;
  word-wrap: break-word;
}

.jumbo h1 {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 46px;
}


.art a {
  color: black;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.link:hover {
  background: #0079c7;
}

.linki a:hover {
  color: white;
  text-decoration: none;
  
}

.jumbo img {
  width: 100%;
}


.foto_glowne {
  text-align: center;
  top: 350px;
}

.foto_glowne img {
  width: 100%;
}

.lead p {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  padding: 15px 0 20px 0;
}

.tresc h3{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.tresc p {
  font-size: 17px;
}