/* header */
#logoText2 {
  text-align: center;
  background-color: red;
  color: white;
  padding: 5px;
}
#contactHeader {
  background-color: rgb(193, 245, 8);
  color: white;
}

/* glownalinia1 */
#linia {
  background-color: black;
  height: 50px;
  width: 100%;
  /* border-top: 10px solid red; */
}
#linia:first-child:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    to right,
    rgb(214, 56, 56) 80%,
    rgb(235, 14, 14) 90%
  );
}
#metka {
  background: linear-gradient(
    to right,
    rgb(214, 56, 56) 10%,
    rgb(235, 14, 14) 30%
  );
  width: 150px;
  height: 60px;
  position: absolute;
  top: 3px;
  right: -15px;
  text-align: center;
  padding: 5px;
}
#metkaText {
  color: white;
}
#metkaminiText {
  color: white;
  font-size: 14px;
}
#Linia1div1 {
  background-color: black;
  width: 100%;
  height: 100%;
  padding: 10px;
}
#linia1row1 {
  color: white;
  padding: 5px;
}
#karta {
  background-color: black;
  padding: 5px;
  margin: 1px;
  margin-top: 100px;
  border-left-style: solid;
  border-width: 2px;
  border-left-color: red;
  opacity: 0.5;
}
#karta:hover {
  opacity: 1;
  border-left-style: solid;
  border-width: 2px;
  border-left-color: white;
}
/* footer */
#glownaKontakt {
  background-color: red;
  color: white;
  margin-top: 50px;
}
#footerText {
  color: white;
  font-size: 24px;
}
#footerTextSmall {
  color: white;
  font-size: 18px;
}
#footerDiv3 {
  background: linear-gradient(to right bottom, rgb(160, 22, 22) 1%, red 20%);
}
#foot3{
  height:auto;
  background-color: rgb(7, 0, 0);
  color: white;
  font-size:1.2rem;
  text-align:center;
}
#foot3 p{
  color:white;
  text-decoration:none;
}