  .bagde{
    color: #9ac221;
  }

  .gallery {
    column-rule: 0px solid #eee;
    column-gap: 17px;
    width: 100%;
    margin: 0 auto;
  }

  .gallery.gallery-columns-3 {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
  }
  
  @media only screen and (max-width: 1023px) {
    .gallery.gallery-columns-3 {
      -webkit-column-count: 4;
      /* Chrome, Safari, Opera */
      -moz-column-count: 4;
      /* Firefox */
      column-count: 4;
    }
  }
  
  @media only screen and (max-width: 720px) {
    .gallery.gallery-columns-3 {
      -webkit-column-count: 2;
      /* Chrome, Safari, Opera */
      -moz-column-count: 2;
      /* Firefox */
      column-count: 2;
    }
  }

  .textContainer{
    display: inline-flexbox;
    padding-bottom: 20px;
    padding-top: 26px;
    max-width: 100%;
    width: 100%;
    background-color: #9ac221;
  }

  .gallery .gallery-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 17px;
    max-width: 100%;
    width: 100%;
  }

  .gallery .gallery-item img{
    max-width: 100%;
    max-height: 450px;
    height: auto;
    display:block;
    margin: 0 auto;
        width: auto;
  }

  .gallery .gallery-item img:hover {
    filter: contrast(110%);
    transform: scale(1.2);
  }

  .gallery .gallery-item-salon {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 17px;
    max-width: 100%;
    width: 100%;
  }

  .gallery .gallery-item-salon img{
    max-width: 100%;
    max-height: 600px;
    height: auto;
    display:block;
    margin: 0 auto;
        width: auto;
  }

  .gallery .gallery-item-salon img:hover {
    filter: contrast(110%);
    transform: scale(1.2);
  }

  
  .gallery .gallery-item-kitchen {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 17px;
    max-width: 100%;
    width: 100%;
  }

  .gallery .gallery-item-kitchen img{
    max-width: 100%;
    max-height: 350px;
    height: auto;
    display:block;
    margin: 0 auto;
        width: auto;
  }

  .gallery .gallery-item-kitchen img:hover {
    filter: contrast(110%);
    transform: scale(1.2);
  }

  #map{
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .green-line {
    line-height: 1.5;
    width: 100%;
    max-width: 100%;
    background-color: #9ac221;
  }

  .carousel-label {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    /* margin-top: 0;
    margin-bottom: 1rem;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    display: inline-block; */
  }

  /* 
  .carousel-label-title{
    margin-top: 0;
    margin-bottom: 0rem;
    font-weight: auto;
    line-height: auto;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    font-family: sans-serif;
  }

  .carousel-label-paragraph {
    font-size: auto;
    margin-top: 1rem;
    margin-bottom: 0rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    display: inline-block;
    font-family: sans-serif;
  } */

  pre{
          background-color: #e8e8e8;
          padding:5px;
  } 