

body{
    margin: 0;
    font-family: "Varela Round", sans-serif;
}

.slider{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar{
  background-color: #1F1F21;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: -175px;
  z-index: 1000;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
  transition: 0.3s;
  align-content: center;
  height: 70px;
  margin-top: 30px;
  border-radius: 20px;
  padding: 10px;
  justify-items: center;
  height: fit-content;
}

.navbar img{
  height: 110px;
 
  margin-left: 40px;
}

.nav-button{
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 16px;
  justify-content: center;
  padding: 5px;
}

.Header{
  font-weight: bold;
}

#baner{
  color: white;
  background-image: url(baner.jpg);
  background-size: cover;
  width: 100%;
  height: 500px;
  align-content: center;
}

#napis{
  margin-left: 200px;
  font-size: 30px;
  background-color: rgb(0, 225, 255);
  width: 450px;
  padding: 10px;
  color: black;
}

#uslugi{
  margin-top: 50px;
}

.usluga1{
  display: flex;
  flex-direction: row;
  margin-bottom: 70px;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.usluga2{
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  margin-bottom: 70px;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.usluga1 img{
 margin-left: 100px;
 height: 500px;
}

.usluga2 img{
 margin-right: 100px;
 height: 500px;
}

.footer{
  display: flex;
  background-color: #1F1F21;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  align-items: center;
}

.footer img{
  height: 100px;
}

#copy{
  margin-bottom: 10px;
}

#kontakt{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 100px;
}

#contact{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: lighter;
}

#tel{
  margin-right: 30px;
}