@charset "utf-8";
/* CSS Document */

/*Gallery Section*/
* {
  box-sizing: border-box;
}
.slideshow{margin: 0 auto; margin-top: 20px; margin-left:5%;}

.row > .column {
  padding-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column { /* on page display */
	float: left;
	width: 25%;
	padding-top: 20px;
}

.column1 { /* modal small */
  float: left;
	width: 12.5%;
	padding-top: 20px;
}
@media (max-width: 1300px){
.column1{width: 25%;}
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(17, 17, 17, 0.9);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 55%; /*big image*/
  max-width: 1200px;
}

@media (max-width:1140px){
	.modal-content {width: 65%}
}

@media (max-width:980px){
	.modal-content {width: 85%}
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 40px;
  right: 15%;
  font-size: 35px;
  font-weight: bold;
}

@media (max-width:1140px){
	.close {right: 115px;}
}

@media (max-width:980px){
	.close {right: 15px;}
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}


.cursor {
  cursor: pointer
}

/* Number text (1/3 etc) */
.numbertext {
  color:cadetblue;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
	margin-bottom: -4px;
}

.demo1 {
  opacity: 0.6;
	
}

.active,
.demo1: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)
}