.navbar {
  box-shadow: 2px 2px 5px #000;
  opacity: 0.9;
}
.navbar .navbar-item .nav-link {
  color: #fff;
}
.main-header {
  position: relative;
  background: url(../img/background.jpg);
  background-size: cover;
  min-height: 600px;
}

.background-overlay {
  position: absolute;
  background: rgba(111, 30, 81, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont {
  display: grid;
  height: auto;
}
.button1 {
  background: rgba(173, 45, 126, 0.8);
}
.button1:hover {
  background: rgba(114, 30, 83, 0.8);
}
.button1:active {
  background: rgba(54, 13, 39, 0.8);
}
.form-control,
.btn {
  border-radius: 0;
}
.card1 {
  border-color: rgba(173, 45, 126, 0.8);
}
.card2 {
  border-color: rgba(136, 16, 92, 0.8);
  background: rgba(158, 3, 101, 0.8);
  color: white;
}
.team {
  background: rgba(158, 3, 101, 0.8);
}
.contact {
  display: grid;
  justify-content: center;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .col-md-6 {
    margin-top: 10px;
    margin-bottom: 10px;

    display: grid;
    justify-content: center;
    text-align: center;
  }
  .img-product {
    height: 65%;
  }
}
