.inverse {
  background-color: black;
  color: #fff;
}

body {
  font-family: "Playfair Display", serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

@media (min-width: 992px) {
  .navbar-collapse {
    flex: 0;
  }
}
.nav-item {
  text-align: right;
}

.navbar-inverse, .navbar-toggler, .icon-bar {
  background-color: #0d6efd;
  color: #fff;
}

header {
  height: 100vh;
  width: 100vw;
  background-image: url("../images/header-pic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

header:after {
  content: " ";
  z-index: 1;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.814);
}

nav, .jumbotron {
  z-index: 2;
}

.main-title {
  font-style: italic;
}

@media screen and (max-width: 480px) {
  .see-project-btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
  }
}

#contact {
  color: #FFF;
}

.contact-title {
  padding-top: 20px;
}

.icons {
  text-align: center;
}

.icons a i {
  width: 50px;
  height: 50px;
}

.btn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.skill-icon-container {
  display: flex;
  justify-content: center;
  align-content: center;
}

.skill-icon {
  margin: 0 auto;
}

.figma-icon {
  width: 130px;
}

/*# sourceMappingURL=styles.css.map */
