.navbar-nav .nav-link {
  color: white;
}

.navbar-brand {
  color: white !important;
}

body{
	background-image: url(https://as1.ftcdn.net/v2/jpg/02/58/36/06/1000_F_258360649_n0r6MH9zR8C9pEiefE9toqrNB5C0RsC4.jpg);
	font-family: "Outfit", sans-serif;
	background-color: #5E5A63;
  	background-repeat: no-repeat;
  	background-attachment: fixed; 
  	background-size: 100% 100%;
  	color: white;
}

.container {
	background-color: rgb(0 0 0 / 0.60);
	font-family: "Outfit", sans-serif;
}

    .card {
      height: 400px;
      display: flex;
      flex-direction: column;
    }

    .card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

.carousel img {
    width: 100%; 
    height: 400px;
    object-fit: cover;
  }

h3 {
	margin-top: 20px;
}

.modal-content {
  background-color: white; 
}

.modal-body, .modal-header, .modal-footer {
  color: black;
}

.modal-title {
  color: black;
}

a {
	color: white;
}