/* oznaczenia dla CSS/divs - strona L1 - linia/pasmo D1 - div numer C1 - child do div; 
kolejny C1 - to dziecko dziecka(podwojne zagniezdzenie) */
#ciezaroweL1D1 {
  background-color: rgb(80, 80, 85);
  width: 200px;
  height: 600px;
  color: white;
}
#ciezaroweL1D1C1 {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 40%;
  height: 40%;
  border: 4px solid rgb(238, 56, 65);
  background-color: rgb(80, 80, 85);
  animation-name: example;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes example {
  from {
    border: 4px solid rgb(241, 172, 175);
  }
  to {
    border: 4px solid rgb(247, 5, 5);
  }
}
/* #ciezaroweL1D1C1:hover {
  background: rgb(64, 65, 71);
} */
#ciezaroweL1D1C1C1 {
  color: white;
}
#bielsob {
  position: absolute;
  top: 80%;
  left: 30%;
}
/* navbar  */
#ciezarowelogo {
  background-color: red;
  color: white;
  padding: 5px;
}
#contactHeader {
  background-color: rgb(193, 245, 8);
  padding: 5px;
}

/* ciezarowe linia3 */
#ciezaroweL3D1 {
  min-height: 400px;
  background: linear-gradient(
    to bottom,
    rgb(54, 53, 56) 10%,
    60%,
    rgb(80, 80, 85) 90%
  );
}
#ciezaroweL3D1Text1 {
  margin-top: 10%;
  color: white;
  font-weight: 600;
  font-size: 30px;
}
.ciezaroweL3Text1 {
  color: white;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ciezaroweL3Text3 {
  color: white;
}
.ciezaroweL3Text2 {
  color: rgb(193, 245, 8);
  margin-top: 15px;
  margin-bottom: 15px;
}
/* ciezaroweLinia6.php */
#ciezaroweLinia6D1 {
  background-color: rgb(80, 80, 85);
  color: white;
}
/* ciezaroweLinia7.php */
#ciezaroweLinia7D1 {
  background-color: red;
  color: white;
  margin-top: 15px;
  margin-bottom: 15px;
}
#ciezaroweLinia7D2 {
  padding: 15px;
}
.ciezaroweL7Text1 {
  font-size: 20px;
}
.ciezaroweL7Text2 {
  font-size: 30px;
  color: white;
}
.ciezaroweL7Text3 {
  font-size: 19px;
  color: white;
}
/* Facebook */
.fa-facebook {
  background: #3b5998;
  color: white;
  font-size: 150px;
}

/* Twitter */
.fa-twitter {
  background: #55acee;
  color: white;
  font-size: 150px;
}
/* fotografia ciezarowe */
