
body{
  background: #ece9e8;
  position: relative; /* required */
}

.text-cafesito {
  color: #625f5f;
  padding: 5%;
  font-size: 1.25rem;
}

@media (min-width: 10%) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
 .jumbotron p:last-child {
  margin-bottom: 0;
} 

.jumbotron p:last-child {
  margin-bottom: 0;
} 


.jumbotron .container {
  max-width: 50vw;  
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}



.bg-image-header{
  background: #625f5f;
}

.image {
  width: 100%;
  align-content: center;
  align-self: center; 
  position: relative;

}

.image img {
  height: 30vh;
  position: relative;
}

.object-fit_scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}


@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

