/*
    File: default.css
    Project: Patisserie Alati
    Copyright: Miguel Castelo, 2021
*/

.carousel-item img {
    object-fit: cover;
}

.carousel-caption {
    background-image: url('../img/glass.png');
    background-position: center;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }

    .footer-right {
      text-align: right;
    }
  }

  @media (max-width: 768px)
  {
    .footer, .footer-right {
      text-align: center;
    }
  }

  body {
    background-color: floralwhite;
  }

  .product-img {
    width: 300px;
    height: 300px;
    border-radius: 15%;
  }

  .featurette img {
    max-width: 100%;
    height: auto;
  }