.wrapper {
  overflow-x: hidden;
}

body {
  margin-top: 100px;
  font-family: "Poppins", sans-serif;
}

h1 {
  margin-top: 50px;
}

.navbar {
  box-shadow: 2px 2px 5px black;
  opacity: 0.9;
  background: white;
}

.navbar .nav-item {
  font-size: 1.1rem;
}

#home-section {
  background-image: url("../img/back.png");
  background-size: cover;
  min-height: 500px;
  box-shadow: 0px 15px 10px -15px #111;
  padding-top: 100px;
}

#home-section img {
  height: 300px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#about img {
  width: 80%;
  height: auto;
}

#partners .card-header {
  cursor: pointer;
  background: none;
}

#contact {
  min-height: 500px;
}

#contact .list-group-item {
  border: none;
}

#contact .phone,
.mail {
  color: white;
}

#gallery img {
  object-fit: cover;
  width: 210px;
  height: 210px;
}

#gallery img:hover {
  opacity: 0.8;
}

.card-header:hover {
  opacity: 0.8;
}
