
.fit-cover {
  object-fit: cover;
}

.portfolio-navbar.gradient {
}

.portfolio-navbar.gradient {
  color: var(--bs-teal);
}

.abyssal {
  background-image: url(./assets/img/web_background.jpg);
  background-size: cover;
  /* Ensures the image covers the full screen */
  background-position: center;
  /* Centers the image */
  background-repeat: no-repeat;
  /* Prevents tiling */
}


.navbar img {
    max-height: 53px;
}

@media (max-width: 576px) {
    .navbar img {
        width: 100px;
        height: auto;
    }
}




