.navbar {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.orangeBg {
  background: #ff7f00;
}

.orangetxt {
  color: #ff7f00;
}

.libl {
  background: #569afe;
  color: white;
}

.listh {
  min-height: 30vh;
  background: #569afe;
  padding: 0;
}

body {
  min-height: 100vh;
}

.galimg {
  margin-top: .5em;
}

.galimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .gallery {
    max-width: 47%;
  }
.photomodal .da{
    width: 90%;
    height: auto;
    object-fit: scale-down;
  }
}

@media (min-width: 768px) {
  .gallery {
    max-width: 23.8%;
  }
.photomodal .da{
    height: 60%;
      width:auto;
}

}

@media (min-width: 992px) {
.photomodal .da{
    height: 70%;
      width:auto;
}
}

.nav-item .nav-link {
  color: gray;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.nav-item .nav-link:hover {
  color: #0000ff;
  border-color: #0000ff;
}

.nav-item .active {
  color: #ff7f00;
  border-bottom: 2px solid #ff7f00;
}

.nav-item .active2 {
  color: #ff7f00;
}

.btn-menu {
  border: none;
  outline: none;
  background: none;
  font-size: 2em;
}

.btn-menu :hover {
  color: #ff7f00;
  background: #0000000f;
  border-radius: 5%;
}

#mobile-menu {
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  position: fixed;
  color: white;
  padding: 1.25em;
  z-index: 9999;
}

.banner img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 992px) {
  .banner img {
    max-width: 100%;
    width: auto;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}

@media (min-width: 992px) {
  .banner img {
    width: 100%;
    height: 100%;
  }
}

.bt {
  margin-top: 13.333vw;
}

.column {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  z-index: 999;
}

.column img:hover {
  -webkit-transform: scale(1.075);
          transform: scale(1.075);
  -webkit-box-shadow: 5px 5px 15px 5px #000000;
  box-shadow: 5px 5px 15px 5px #000000;
}

@media screen and (max-width: 800px) {
  .column {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}

#bigmodal {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: #000000dd;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999999;
}

#bigmodal img {
  max-width: 100vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#bigmodal i {
  color: white;
  top: 0;
  display: block;
  font-size: 40px;
  position: absolute;
}

#bigmodal i:hover {
  color: gray;
  cursor: pointer;
}

.gallery {
  margin: .25em;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.gallery:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

[zoom="true"] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-box-shadow: 3px 3px 9px -3px #42445a;
  box-shadow: 3px 3px 9px -3px #42445a;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

[zoom="true"]:hover {
  -webkit-transform: scale(1.015);
  transform: scale(1.015);
}

.photomodal {
  overflow: hidden;
  background: red;
  width: 100%;
  height: 100vh;
  background: #000000aa;
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.photomodal .close {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 1em;
  margin-right: 1em;
  z-index: 9999;
}

.photomodal .close i {
  color: white;
  font-size: 2em;
}

.photomodal .da {
  cursor: move;
  position: relative;
  z-index: 9998;
}

.photomodal .contr {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 3em;
  color: #fff;
  display: block;
  text-shadow: 0px 0px 20px #000;
}

.photomodal .contr:hover {
  color: #5c97e0;
}

.photomodal .previmgmodal {
  left: 0;
}

.photomodal .nextimgmodal {
  right: 0;
}

.photomodal .info {
  top: 0 !important;
  margin: 0 auto;
  font-size: 1em;
  color: white;
  z-index: 9999;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.photomodal .info #zoom-range {
  width: 200px;
}

.photomodal .info button {
  border: none;
  color: #cfe2ff;
  margin: 0 .5em;
  border-radius: 4px;
  background: none;
  font-weight: bold;
  font-size: 1.25em;
}

.photomodal .info button:hover {
  color: white;
  background: #0d6efd;
}
/*# sourceMappingURL=style.css.map */