  /* wwwimglr */
div.gallery {
  border: 1px solid #ccc;
  font-size: 11px;

}

div.gallery:hover {
  border: 1px solid #777;

}

div.gallery img {
  width: auto;
  height: auto;

}

div.desc {

  text-align: center;
}
* {
  box-sizing: border-box;
}

.responsive {
  padding: auto;
  float: left;
  /* width: 25%; */
  width: 111px;
  height: 222px;

}

@media only screen and (max-width: auto) {
    .responsive {
    width: auto;
       margin: auto;

  }
}

    @media only screen and (max-width: auto) {

  .responsive {
    width: auto;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* wwwdlm */
body {
  /* padding: 25px; */
  background-color: white;
  color: black;
  /* font-size: 25px; */
}

.dark-mode {
  background-color: black;
  color: white;
}

/* wwwsnvgt11 */
body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0s;
  padding-top: 60px;
  text-align:center;
}

.sidenav a {
  /* padding: 8px 8px 8px 32px; */
  text-decoration: center;
  font-size: 13px;
  /* color: #818181; */
  color: white;
  display: center;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  /* top: 0; */
  top: 1%;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* wwwfxmn */
body {margin:0;}

.navbar{
  /* margin-top:0; */
  overflow: hidden;
  /* background-color: #333; */
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  position: fixed;
  top: 0;
  /* width: 100%; */
  width: 100%;

}

.navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  /* padding: 14px 16px; */
  padding: auto;

  text-decoration: none;
  /* font-size: 17px; */
  font-size: 1px;

}

.navbar a:hover {
  background: #ddd;
  color: black;
}

/* .main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px;
} */

.butt{
    padding: 1px 1px;
  position: fixed;
  top: 17%;
  width: auto;
}

/* xyz */
body {
  font-family: Verdana, sans-serif;
  margin: 0;
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  /* width: 25%; */
  width: 10%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  /* padding-top: 100px; */
  padding-top: 100px;
  left: 0;
  top: 0;
  /* width: 100%; */
  width: 100%;
  /* height: auto; */
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

