.logo {
  display: block;
  max-width: 40%;
  height: auto;
  margin-bottom: 10%;
}

.container {
  max-width: 100%;
  scroll-behavior: smooth;
  margin-top: 10px;
}

@font-face {
  font-family: 'f';
  src: url('../Font/zekton rg.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'f2';
  src: url('../Font/neuropolitical rg.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'f1';
  src: url('../Font/zekton rg.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }

  .header li a {
    padding: 20px 30px;
  }

  .header .menu {
    margin-left: 20%;
    clear: none;
    float: left;
    max-height: none;
  }

  .header .menu-icon {
    display: none;
  }
}

p {
  font-family: 'f1';
  font-size: 25px;
  font-weight: 600;
  text-align: right;
}

.p1 {
  font-family: 'f2';
  font-size: 150px;
  font-weight: 600;
  text-align: right;
}

ul {
  list-style-type: none;
  max-width: 80%;

}

h1 {
  font-family: 'f2';
  font-size: 50px;
  font-weight: 600;
  text-align: right;
}

h2 {
  font-family: 'f1';
  font-size: 40px;
  font-weight: 600;
}

h3 {
  font-family: 'f1';
  font-size: 50px;
  font-weight: 900;
  text-shadow: rgb(117, 117, 115) 1px 0 20px;
}

h4 {
  font-family: 'f1';
  font-size: 25px;
  font-weight: 900;
  text-align: right;
  text-shadow: rgb(117, 117, 115) 10px 0 20px;
}

h5 {
  font-family: 'f1';
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  width: 100%;
  text-shadow: rgb(99, 99, 2) 1px 0 20px;
  color: rgb(54, 2, 10);
}

.k1 {
  font-family: 'f1';
  font-size: 40px;
  color: rgb(1, 67, 14);
  font-weight: 900;
  text-align: center;
  text-shadow: rgb(117, 117, 115) 1px 0 20px;
  margin-top: 7%;
}

.k2 {
  font-family: 'f1';
  font-size: 70px;
  font-weight: 900;
  text-align: right;
  text-shadow: rgb(117, 117, 115) 1px 0 20px;
}

.k3 {
  font-family: 'f1';
  font-size: 40px;
  color: rgb(1, 67, 14);
  font-weight: 900;
  text-align: left;
  text-shadow: rgb(117, 117, 115) 1px 0 20px;
  margin-top: 7%;
}

.wykres {

  margin-left: auto;
  margin-right: auto;

}


.btn1 {

  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  align-items: middle;
  box-shadow: 0 30px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 30px 0 rgba(0, 0, 0, 0.19);
  color: rgb(241, 243, 241);
  background-color: rgb(5, 5, 5);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-style: normal;
  font-family: Zekton;
  color: rgb(252, 237, 29);
  font-size: 30px;
  height: 70px;
  width: 300px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  border-radius: 20px;
  border-width: 100px;
  border: 13px solid red;
}

.btn1:hover {
  box-shadow: 0 52px 16px 0 rgba(71, 71, 71, 0.904), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  color: rgb(5, 5, 5);
  background-color: rgb(35, 134, 22);
  border: 13px solid rgb(8, 30, 226);
}

.btn2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  align-items: middle;
  box-shadow: 0 30px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 30px 0 rgba(0, 0, 0, 0.19);
  color: rgb(241, 243, 241);
  background-color: rgb(5, 5, 5);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: Zekton;
  font-style: normal;
  color: rgb(252, 237, 29);
  font-size: 30px;
  height: 70px;
  width: 300px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  border-radius: 20px;
  border-width: 100px;
  border: 3px solid red;
}

.btn2:hover {
  box-shadow: 0 52px 16px 0 rgba(71, 71, 71, 0.904), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  color: rgb(5, 5, 5);
  background-color: rgb(35, 134, 22);
  border: 3px solid rgb(51, 17, 243);
}

.btn1_para {

  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  align-items: middle;
  box-shadow: 0 30px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 30px 0 rgba(0, 0, 0, 0.19);
  color: rgb(241, 243, 241);
  background-color: rgb(5, 5, 5);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-style: normal;
  font-family: Zekton;
  color: rgb(252, 237, 29);
  font-size: 30px;
  height: 70px;
  width: 300px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  border-radius: 20px;
  border-width: 100px;
  border: 13px solid rgb(8, 50, 237);
}

.btn1_para:hover {
  box-shadow: 0 52px 16px 0 rgba(71, 71, 71, 0.904), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  color: rgb(5, 5, 5);
  background-color: rgb(35, 134, 22);
  border: 13px solid rgb(16, 88, 3);
}

.btn2_para {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  align-items: middle;
  box-shadow: 0 30px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 30px 0 rgba(0, 0, 0, 0.19);
  color: rgb(241, 243, 241);
  background-color: rgb(5, 5, 5);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-family: Zekton;
  font-style: normal;
  color: rgb(252, 237, 29);
  font-size: 30px;
  height: 70px;
  width: 300px;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  display: block;
  border-radius: 20px;
  border-width: 100px;
  border: 3px solid rgb(8, 50, 237);
}

.btn2_para:hover {
  box-shadow: 0 52px 16px 0 rgba(71, 71, 71, 0.904), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  cursor: pointer;
  color: rgb(5, 5, 5);
  background-color: rgb(35, 134, 22);
  border: 3px solid rgb(16, 88, 3);
}


.ramka_prad {

  border-radius: 20px;
  border-width: 100px;
  border-color: rgb(5, 207, 56);
  border: 3px solid red;
  background-color: transparent;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}

.ramka_para {
  grid-column: 1 / 20;
  grid-row: 40 / 63;
  border-radius: 20px;
  border-width: 100px;
  border-color: rgb(5, 207, 56);
  border: 3px solid rgb(55, 0, 255);
  background-color: transparent;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}

.ramka_red {

  border-radius: 20px;
  border-width: 100px;
  border-color: rgb(5, 207, 56);
  border: 3px solid red;
  background-color: transparent;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.ramka_blue {
  grid-column: 1 / 20;
  grid-row: 40 / 63;
  border-radius: 20px;
  border-width: 100px;
  border-color: rgb(5, 207, 56);
  border: 3px solid rgb(55, 0, 255);
  background-color: transparent;
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

.ramka_powietrze {
  grid-column: 1 / 20;
  grid-row: 40 / 63;
  margin-top: 10px;
  border-radius: 20px;
  border-width: 100px;
  border-color: rgb(5, 207, 56);
  border: 3px solid rgb(10, 191, 208);
  background-color: transparent;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}

.ramka_gaz {
  grid-column: 1 / 20;
  grid-row: 40 / 63;
  margin-top: 10px;
  border-radius: 20px;
  border-width: 100px;
  border-color: rgb(5, 207, 56);
  border: 3px solid rgb(135, 120, 5);
  background-color: transparent;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
}

.wrapper {
  display: flex;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
  display: flex;
}

.wrapper>* {
  padding: 10px;
  flex: 1 100%;
}

.kar {
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 10px;
  text-align: right;


}

.kar1 {
    font-family: 'f1';
  font-size: 50px;
  font-weight: 600;
  text-align: right;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 10px;
  text-align: left;


}

.opis {
  font-family: 'f1';
  font-size: 26px;
  font-weight: 600;
  text-align: right;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 10px;
  text-align: left;
  font-weight: 900;
  text-shadow: rgb(117, 117, 115) 1px 0 20px;
}

.jednostka {
  font-family: 'f1';
  font-size: 26px;
  font-weight: 600;
  text-align: right;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 10px;
  text-align: right;
  font-weight: 900;
  text-shadow: rgb(117, 117, 115) 1px 0 20px;
}

.wartosc {
  font-family: 'f1';
  font-size: 30px;
  font-weight: 600;
  text-align: right;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 10px;
  text-align: right;
  font-weight: 900;
  text-shadow: rgb(17, 7, 207) 1px 1px 20px;
  color: rgb(160, 143, 143);
}

.wartosc_bolt {
  font-family: 'f1';
  font-size: 35px;
  font-weight: 900;
  text-align: right;
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding: 10px;
  text-align: right;
  font-weight: 900;
  text-shadow: rgb(17, 7, 207) 1px 1px 20px;
  color: rgb(222, 76, 76);
}




@media all and (min-width: 600px) {
  .aside {
    flex: 1 0 0;

  }

}

@media all and (min-width: 800px) {
  .main {
    flex: 3 0px;
  }

  .aside-1 {
    order: 1;
  }

  .aside-2 {
    order: 2;
  }

  .aside-3 {
    order: 3;
  }

  .aside-4 {
    order: 4;
  }

  .aside-5 {
    order: 5;
  }

  .aside-6 {
    order: 6;
  }

  .aside-7 {
    order: 7;
  }

  .aside-8 {
    order: 8;
  }

  .aside-9 {
    order: 9;
  }

  .aside-10 {
    order: 10;
  }

  .aside-11 {
    order: 11;
  }

  .main {
    order: 13;
  }

  h1 {
    font-size: 40px;
  }
}


@media all and (max-width: 700px) {
  h1 {
    font-family: 'f2';
    font-size: 25px;
    font-weight: 600;
    text-align: right;
  }
}

@media all and (max-width: 1200px) {
  .navbar {
    display: none;
  }

}

@media all and (min-width: 1200px) {
  .navbar_small {
    display: none;
  }

}

body {
  padding: 2em;
}