/* GLOBALS */

.navbar-nav .nav-link.active,
.carousel-caption,
button.btn.fw-bold {
  color: #fff;
}

.nav-pills .nav-link.active,
button.btn.fw-bold {
  background-color: #f4939f;
}

/* OTHERS */

header h1 {
  font-family: "Leckerli One", cursive;
}

.navbar-nav .nav-link {
  margin: 0 5px;
}

.nav-pills .nav-link.active {
  font-weight: bold;
}

.nav-link {
  color: inherit;
}

.nav-link:hover,
#contact ul li a:hover {
  color: #ff6f7f;
}

#contact form button:hover {
  background-color: #ff6f7f;
}

header,
footer .footer-color {
  background-color: #eeeeee;
}

header h1,
.container h2,
#contact ul li a {
  color: #f4939f;
}

h3 {
  font-size: 16px;
}

h3,
#contact h2 {
  text-align: center;
}

.title-and-image {
  display: flex;
  align-items: center;
  width: 350px;
  user-select: none;
}

.title-and-image h1 {
  margin-right: 15px;
}

.carousel-item {
  height: 400px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px;
  margin-bottom: 20px;
  right: 0;
  left: 0;
}

#message.form-control {
  resize: none;
  height: 120px;
}

button.btn.fw-bold {
  width: 100%;
}

#contact h3 {
  font-size: 20px;
}

#contact form button {
  transition: 0.3s ease-in-out;
}

#contact ul {
  list-style: none;
}

#contact ul li {
  margin-bottom: 10px;
}

#contact ul li a {
  text-decoration: none;
}

footer .footer-color {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}

footer .footer-color p {
  margin: 0;
}

@media (min-width: 641px) and (max-width: 1023px) {
  nav ul li {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  img.d-block.w-100.h-100 {
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  #about h2 {
    text-align: center;
    margin: 20px 0;
  }

  #about p {
    text-align: justify;
  }

  div.title-and-image {
    width: 70%;
  }

  .title-and-image,
  footer .footer-color p {
    text-align: center;
  }

  nav ul li {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  aside {
    margin-bottom: 15px;
  }

  button.btn {
    margin-bottom: 40px;
  }

  footer .footer-color p {
    font-size: 12px;
  }
}
