body {
  min-height: 2240px;
}

.navbar {
  background-color: #000b76;
  fill-opacity: 1;
  padding: 10px;
}

.title {
  margin: 15px;
}

.profile {
  transition: transform 0.8s;
}
.profile:hover {
  transform: scale(1.3);
}

.navbar-toggler {
  border: none;
}

.item-gallery {
  border-radius: 15px;
  padding: 10px;
}

.card-img-top {
  border-radius: 10px;
}

.btn {
  background-color: #16218c;
}
.btn:hover {
  background-color: #000b76;
}

.love {
  color: red;
}

.fa {
  color: #000b76;
  margin: 1px;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: 25px;
    background: #000b76;
  }
  .profile {
    width: 150px;
    margin: 50px;
  }
  .nav-item {
    margin: 15px;
  }
  .nav-link {
    border-radius: 5px;
  }
  .nav-link:active {
    background-color: #76ffff;
  }
  .nav-link:hover {
    background-color: #16218c;
    color: white;
    font-weight: semi-bold;
  }
  #gallery {
    background-color: #000b76;
  }
  .item-gallery {
    margin: 20px 0 20px 0;
  }
  .btn {
    margin-top: 45px;
  }
  .footer {
    font-size: 22px;
    color: #000b76;
  }
  .fa {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .navbar-collapse {
    text-align: center;
    padding-right: 10px;
  }
  .jumbotron {
    background: #000b76;
  }
  .profile {
    width: 150px;
    margin: 50px;
    width: 100px;
  }
  .name {
    font-size: 22px;
    font-weight: bolder;
  }
  .lead {
    font-size: 14px;
  }
  .item-gallery {
    margin-bottom: 15px;
  }
  #gallery {
    background-color: #000b76;
  }
  .btn {
    width: 120px;
    font-size: 14px;
    margin: 15px 0 25px 0;
  }
  .footer {
    font-size: 12px;
    color: #000b76;
    font-weight: bold;
  }
  .fa {
    font-size: 22px;
  }
}

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