body
{
	font-family: sans-serif;
  background-color: lightgrey;
  color: #5f5e5e;
}

.slider h5,
.slider h1,
.clients h4 {
	text-shadow: 5px 5px 9px rgba(0,0,0,0.5);
}

.parallax-container {
  height: 20%;
}


.clients img {
  max-width: 150px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.8));
}

.logowa {
  height: 35px;
  position: fixed;
  z-index: 1000000000;
  right: 0px;
  bottom : 5%;
}


.tabel1 {
    font-family: sans-serif;
    color: #5f5e5e;
    border-collapse: collapse;
    width: 100%;
    border: 5px solid #f2f5f7;
}
 
.tabel1 tr th{
    background: #35A9DB;
    color: #fff;
    font-weight: normal;
}
 
.tabel1, th, td {
    padding: 10px 20px;
    text-align: center;
}
 
.tabel1 tr:nth-child(even) {
    background-color: #f2f2f2;
}

footer .socials a {
    margin: 0.5rem;
}

section, footer {
	padding:1px 0;
}


