#container
{
    width:100%;
    height:1000px;
    font-family: Montserrat,sans-serif;
    display:flex;
    flex-direction: column;
}
.bottom
{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  background-color: #292d33;
  color:white;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width:80%;
}
.statut
{
  padding-top: 30px;
  text-align: center;
  padding-bottom: 60px;
}

.zdjecia a
{
  width:20%;
}
.zdjecia img
{
  width:80%;
}
.zdjecia 
{
  margin-left: auto;
  margin-right: auto;
  width:90%;
  justify-content: space-between;
  display: flex;
}
.stowarzyszenia
{
  padding-top: 40px;
  padding-bottom: 80px;
  font-size: 18px;
  background-color: #4fa3f0;
  color:white;
  text-align: center;
}

.deklaracja
{
  padding-top: 30px;
  text-align: center;
  padding-bottom: 40px;
  font-size: 18px;
}

.zarzad
{
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #4fa3f0;
  color:white;
}
.zarzad1
{
  justify-content: space-between;
  width:50%;
  margin-left: auto;
  margin-right: auto;
  display: flex; 
}
.zarzad h1
{
  text-align: center;
  color:white;
}
#webinar
{
  justify-content: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
}
#img3
{
  
}
#aktualnosci2
{
  background-color: #4fa3f0;
}
.aktualnosci-web
{
  margin-left: auto;
  margin-right: auto;
}
#aktualnosci h1
{
  text-align: center;
}
a
{
  text-decoration: none;
  color:#2f8de6;
}
a:hover
{
  color:#0672ee;
}
h2,h3,h4,h5
{
  padding: 10px;
text-align: center;
}
#aktualnosci
{
  font-size: 18px;
  background-color: white;
  display: flex;
  flex-direction: column;
  width:100%;
  padding-bottom: 50px;
}
#aktualnosci img
{
  margin-left: auto;
  margin-right: auto;
  width:30%;
  height:70%;
}
#first p
{
  font-weight: 300;
}
#first
{
  width:100%;
  word-wrap: break-word;
  font-size: 120%;
  margin-top: 175px;
  font-family: 'Open Sans',sans-serif;
  text-align: center;
  padding-top: 20px;
  background-color: #4fa3f0;
  display: flex;
  flex-direction: column;
  color:white;
  padding-bottom: 5%;
}
.navb
{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.navbar{
    background-color: white;
    height:20%;
    width:100%;
    margin-top: -10px;
    padding-top: 10px;
    position:fixed;
    overflow: hidden;
}
.navbar h2
{
    display: flex;
    text-wrap:wrap;
    padding-left: 10%;
}
button {
  cursor: pointer;
  background-color: #4fa3f0;
  border-radius: 5px;
  font-weight: bold;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
button:hover
{
  background-color: #2f8de6;
}
.buttons
{
    justify-content: flex-end;
    display:flex;
    margin-right: 20%;
}
.navbar img
{
  margin-left: 30%;
  height: 100%;
  width: 100%;
  float:left;
}
.navbar a {
    float: right;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    height:20px;
  }
  
  .navbar a:hover {
    background-color: #ddd;
    color: black;
    border-radius: 5px;
  }
  
  .navbar a.active {
    background-color: #4fa3f0;
    color: white;
    border-radius: 5px;
  }
  
  
  .navbar .icon {
    display: none;
  }


  @media screen and (max-width: 600px){
  
  #container
    {
      width:100%;
      height:900px;
    }
    .navbar
    {
      width:100%;
      height:300px;
    }
    .navb
    {
      text-wrap: wrap;
      width:80%;
    }
    .navbar h2 
    {
      padding-left: 0%;
      width:90%;
    }
    .buttons a
    {
      font-size: 70%;
    }
    .buttons
    {
      width:90%;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    #first
    {
      padding-top: 130px;
    }
    #dokumenty
 {
    padding-top: 200px;
 }

  }