@import url("https://fonts.googleapis.com/css2?family=Ballet&family=Brygada+1918:wght@700&family=Istok+Web:ital@1&display=swap");

body {
  background-color: black !important;
  padding-left: 5px;
  padding-right: 5px;
}

.welcome {
  background-image: url("../images/ownersbanner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 930px;
}

.fab {
  color: white;
}

.header {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -29px;
  font-family: "Ballet", cursive;
  font-family: "Brygada 1918", serif;
  font-family: "Istok Web", sans-serif;
}

.gallery {
  margin: 10px 50px;
}

.gallery img {
  transition: 1s;
  padding: 15px;
}

.gallery img:hover {
  filter: grayscale(100%);
  transform: scale(1.1) !important;
}

.nav-item a {
  font-weight: bold;
  font-size: 20px;
}

.animate__animated.animate__fadeInRight {
  --animate-duration: 2s;
}
