body {
    margin: 0;
    background-image: url("img/bezpieczenstwo-it.jpg");
    font-family: Arial, Helvetica, sans-serif;
}

.container {
  margin-bottom: 20vh;
}

header {
    position: absolute;
    margin-left: 7vw;
    margin-top: 7vh;
    box-sizing: border-box;
    width: 85vw;
    height: 20vh;
    background-color: #00003F;
    color: white;
    text-align: center;
    box-shadow: 4px 4px 12px 1px rgba(0,0,0,.2);
}

header > h1 {
    margin-top: 5vh;
    font-size: 6vh;
    font-weight: 750;
    letter-spacing: -0.02em;
}

header > h5 {
    margin-top: -3.5vh;
    font-weight: 150;
    font-size: 1.5vh;
    color: #727272;
    letter-spacing: 0.2em;
}

a {
    color: #000;
  }
  
  /* header */
  
  .navi {
    background-color: #fff;
    box-shadow: 4px 4px 12px 1px rgba(0,0,0,.2);
    position: absolute;
    width: 85vw;
    z-index: 3;
    margin-top: 27vh;
    margin-left: 7.01vw;
  }
  
  .navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }
  
  .navi li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    color: #727272;
  }
  
  .navi li a:hover,
  .navi .menu-btn:hover {
    background-color: #00003F;
    color: #fff;
    transition: 0.7s;
  }
  
  .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
    color: #727272;
    font-family: 'Cinzel', serif;
    margin-top: 2px;
  }
  
  .logo > span {
    background: #010155;
    color: #fff;
    padding: 7px;
    border-radius: 28px;
  }
  
  /* menu */
  
  .navi .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
  }
  
  /* menu icon */
  
  .navi .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 28px 20px;
    position: relative;
    user-select: none;
  }
  
  .navi .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
  }
  
  .navi .menu-icon .navicon:before,
  .navi .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .navi .menu-icon .navicon:before {
    top: 5px;
  }
  
  .navi .menu-icon .navicon:after {
    top: -5px;
  }
  
  /* menu btn */
  
  .navi .menu-btn {
    display: none;
  }
  
  .navi .menu-btn:checked ~ .menu {
    max-height: 240px;
  }
  
  .navi .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .navi .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .navi .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .navi .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .navi .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  
  /* 48em = 768px */
  
  @media (min-width: 1210px) {
    .navi li {
      float: left;
    }
    .navi li a {
      padding: 20px 30px;
    }
    .navi .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    .navi .menu-icon {
      display: none;
    }
  }

main {
    position: absolute;
    width: 85vw;
    box-sizing: border-box;
    background-color: white;
    margin-left: 7vw;
    margin-top: 38vh;
    text-align: center;
    padding-bottom: 10vh;
    box-shadow: 4px 4px 12px 1px rgba(0,0,0,.2);
}

main > h2 {
    margin-top: 6vh;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 3250;
    color:#00003F;
    letter-spacing: -0.06em;
}

main > p {
  padding: 10px;
  color: #727272;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6;
}

#dots {
    display: flex;
    justify-content: center;
}

#dot {
    width: 8px;
    height: 8px;
    background-color: #dbdbdb;
    margin-left: 8px;
    border-radius: 5px;
}

.policeC {
    width: 70%;
    max-width: 1100px;
    height: auto;
}


footer {
  position: absolute;
  margin-top: 1620px;
  margin-left: 7vw;
  font-size: 0.55em;
}

#szkolFoo {
  position: absolute;
  margin-top: 1150px;
  margin-left: 7vw;
  font-size: 0.55em;
}

#zesFoo {
  position: absolute;
  margin-top: 1050px;
  margin-left: 7vw;
  font-size: 0.55em;
}

#konFoo {
  position: absolute;
  margin-top: 1050px;
  margin-left: 7vw;
  font-size: 0.55em;
}

.liSzk {
  float: left;
  font-size: 1.4em;
  font-weight: 500;
  color: #727272;
  line-height: 1.4;
  padding: 5px;
}

.pSzk {
  float: left;
  padding: 4px;
}

.pZes {
  padding: 10px;
  color: #727272;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6;
}

#konP {
  padding: 10px;
  color: #727272;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6;
}

#ppPD {
  text-decoration: none;
  font-weight: 600;
}

#ppPD:hover {
  text-decoration: underline;
  color: #573fdb;
  transition: 0.2s;
}

#przwtwarzanie {
  position: absolute;
  margin-top: 2400px;
  margin-left: 7vw;
  font-size: 0.55em;
}


@media only screen and (max-width: 500px) {
  header > h1 {
    margin-top: 3vh;
    font-size: 4.9vh;
    font-weight: 750;
    letter-spacing: -0.02em;
  }

  header > h5 {
    margin-top: -3.1vh;
    font-weight: 150;
    font-size: 1.5vh;
    color: #727272;
    letter-spacing: 0.15em;
  }

  .logo {
    display: block;
    float: left;
    font-size: 1.64em;
    padding: 10px 20px;
    text-decoration: none;
    color: #727272;
    font-family: 'Cinzel', serif;
    margin-top: 3px;
  }
  
  footer {
    position: absolute;
    margin-top: 1920px;
    margin-left: 7vw;
    font-size: 0.55em;
  }

  #szkolFoo {
    position: absolute;
    margin-top: 1250px;
    margin-left: 7vw;
    font-size: 0.55em;
  }

  #zesFoo {
    position: absolute;
    margin-top: 1280px;
    margin-left: 7vw;
    font-size: 0.55em;
  }

  #przwtwarzanie {
    position: absolute;
    margin-top: 2880px;
    margin-left: 7vw;
    font-size: 0.55em;
  }
}

@media only screen and (max-width: 383px) {
  header > h1 {
    margin-top: 4vh;
    font-size: 4.2vh;
    font-weight: 750;
    letter-spacing: -0.02em;
  }

  header > h5 {
    margin-top: -3.1vh;
    font-weight: 150;
    font-size: 1.45vh;
    color: #727272;
    letter-spacing: 0.15em;
  }

  .logo {
    display: block;
    float: left;
    font-size: 1.26em;
    padding: 10px 12px;
    text-decoration: none;
    color: #727272;
    font-family: 'Cinzel', serif;
    margin-top: 7px;
  }

  .pZes {
    padding: 20px;
    color: #727272;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
  }

}