/* .navbar a {
  padding: 19.6665px 30px !important;
} */

* {
  font-family: Arial, Helvetica, sans-serif;
}

.row * {
  box-sizing: border-box;
}

.row {
  margin-top: 76px;
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  /* background-color: #333; */
  padding-bottom: 7px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%;
  /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.material-icons {
  color: #ffffff;
  font-size: 40px !important;
  /* background-color: #999; */
  /* background-color: rgba(0, 0, 0, 0.8); */
  transition: 0.4s;
}

#vrcontainer {
  height: 70px !important;
}

#vrcontainer2 {
  height: 70px !important;
}

/* #gallerynav a {
  padding: 23.6665px 30px !important;
} */








/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 8;
  padding-top: 70px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal img {
  position: relative;
  z-index: 6;
}

.modal * {
  box-sizing: border-box;
}

/* Modal Content */
.modal-content {
  position: relative;
  /* background-color: #fefefe; */
  margin: auto;
  padding: 0;
  width: 36%;
  max-width: 1200px;
  z-index: 6;
}

/* The Close Button */
.close {
  color: #999;
  position: absolute;
  top: 66.8px;
  right: 31.8%;
  font-size: 35px;
  /* font-weight: bold; */
  z-index: 10;
  transition: color 0.2s;
  /* background-color: rgba(0, 0, 0, 0.8); */
}

.material-icons:hover,
.material-icons:focus {
  /* color: #999; */
  text-decoration: none;
  cursor: pointer;
  /* transition: 0.4s; */
}

.mySlides2 {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  /* top: 200px; */
  width: auto;
  padding: 16px;
  margin-top: -35px;
  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;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.2);
}

/* 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);
}

.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);
}



@media screen and (max-width: 1000px) {
  .modal-content {
    width: 46%;
  }

  .modal {
    padding-top: 45px;
  }

  .close {
    top: 41.4px;
    right: 26.75%;
  }
}

@media screen and (max-width: 800px) {
  .modal-content {
    width: 56%;
  }

  .close {
    top: 42.4px;
    right: 22.0%;
  }
}

@media screen and (max-width: 600px) {
  .modal-content {
    width: 66%;
  }

  .modal {
    padding-top: 65px;
  }

  .close {
    top: 61.4px;
    right:16.6%;
  }
}

@media screen and (max-width: 450px) {
  .modal-content {
    width: 86%;
  }

  .modal {
    padding-top: 65px;
  }

  .close {
    top: 61.4px;
    right:6.6%;
  }
}


@media screen and (max-width: 750px) {
  .row {
    margin-top: 6px;
  }
}