body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

/* navbar top */
.navbar-toggler {
    border: 0;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-main-top {
    padding: 10px 0 30px 0;
    text-align: center;
    color: rgba(153, 153, 153, 0.7);
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}
.navbar-main-top button {
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    font-size: 0.9rem;
    color: rgb(153, 153, 153);
}
.navbar-brand {
    width:95%;
    margin: 0 auto;
    padding: 35px 0 20px 0;
}

.navbar-main-top .nav-link {
    color: rgba(153, 153, 153, 0.7);
    font-size: 0.9rem;
}
#navbarSupportedContent2 .navbar-nav {
    margin-top: 30px;
}

/* footer */
.icon-insta {
    justify-content: flex-end!important;
    padding-top: 60px;
}

/* carosel */
#home-slider #carosel-home img, 
#gallery-details #carosel-gallery-detail img {
    height: 250px;
    width: auto;
}

#home-slider #carosel-home,
#gallery-details #carosel-gallery-detail {
    /* max-width: 320px; */
    margin: 0 auto;
  }
  #home-slider #carosel-home .carousel-inner img,
  #gallery-details #carosel-gallery-detail .carousel-inner img {
    margin: auto;
  }


/* carousel home control */
  #home-slider .carousel-control-next, 
  #home-slider .carousel-control-prev {
    color: #000!important;
    top: auto;
    bottom: -40px;
    font-size: 12px;
  }
  #home-slider .carousel-control-prev {
      left: 38%;
  }
  #home-slider .carousel-control-next {
      right: 38%;
  }

  #gallery-details #carosel-gallery-detail .carousel-control-next-icon, 
  #gallery-details #carosel-gallery-detail .carousel-control-prev-icon {
    background-color: rgba(153, 153, 153, 0.7);
    padding: 25px 0;
  }


  #home-slider,
  /* #gallery-list, */
  /* #gallery-details, */
  #info-page {
    padding: 40px 0;
  }
  #gallery-list a {
    text-decoration: none;
    color: rgb(153, 153, 153);
    text-align: center;
    text-transform: uppercase;
    display: block;
  }
  #gallery-list a img {
    transition: .3s ease;
    backface-visibility: hidden;
  }

  #gallery-list a:hover img {
    filter: opacity(69%);
    -webkit-filter: opacity(69%);
    -moz-filter: opacity(69%);
  }
  #gallery-list h2 {
    color: rgb(153, 153, 153);
    text-align: center;
    font-size: 1rem;
    padding: 10px 0 30px 0;
  }

  .gallery-desc-wrap h1 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .gallery-desc-wrap {
    padding-top: 30px;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
  }
  .links-gallery-bottom a {
    text-decoration: none;
    color: rgb(34, 34, 34);
  }
  .controls-gallery-link {
    text-align: right;
  }
  h2 {
    color: #d1d1d1;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
  }
  #info-page {
    color: rgb(87, 87, 87);
  }
  #info-page a {
    color:#181818;
    text-decoration: none;
    border-bottom: dotted 1px rgb(150, 150, 150);
  }
  #info-page a:hover {
    border-bottom: solid 1px #181818;
  }

@media (min-width: 576px) {
    #navbarSupportedContent {
        display: none!important;
    }
    .navbar-brand {
        width:50%;
    }
    #home-slider #carosel-home img,
    #gallery-details #carosel-gallery-detail img {
        height: 400px;
    }
}

@media (min-width: 768px) {
    #navbarSupportedContent2 .navbar-nav {
        margin-top: 38px;
    }
    #home-slider #carosel-home img{
        height: 500px;
    }
    #gallery-details #carosel-gallery-detail img {
        height: 350px;
    }
    .gallery-desc-wrap {
        padding-top: 0px;
      }
}
@media (min-width: 992px) {
    .navbar-main-top .navbar-brand {
        text-align: left;
    }
    .navbar-brand img {
        max-width:348px;
    }
    #home-slider #carosel-home img {
        height: 550px;
    }
    #gallery-details #carosel-gallery-detail img {
        height: 480px;
    }
}