@charset "UTF-8";

.rounded-rectangle {
  border-radius: 10% !important;
}

.img-wedding {
  max-width: 100%;
  width: auto;
  height: auto;
}

.venue-thumbnail:hover {
  opacity: 0.5;
}

.venue-center-horizontally {
  margin: 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.center-horizontally {
  margin: 0 auto;
  flex: 0 0 auto;
}

.image-centered
{
  margin: 0 auto;
  display: block;
}