@charset "utf-8";

/* Body */
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #353635;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
/* Container */
.container {
	width: 1220px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Header */
header {
	float: left;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #353635;
}
h1{
	padding-left: 10px;
	text-align: left;
	}
h2{
	font-size: 36px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 0px;
	}
h3{
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 30px;
	}
p{
	font-size: 16px;
	}
.col-1 {
	float: left;
	width: 100%;
	background-color: #ffffff;
	box-sizing: border-box;
	}
.col-2 {
	float: left;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	}
.gallery {
	float: left;
	display: inline-block;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23.5%;
	float: left;
	margin-left: 0.75%;
	margin-right: 0.75%;
	margin-bottom: 16px;
	cursor: pointer
}
/* Footer */
.footer {
	float: left;
	width: 100%;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	background-color: #333333;
	color: #999999;
}
.footer a{
	text-decoration: none;
	color: #999999;
	}
.copy {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #080909;
	color: #999999;
}
.copy p{
		font-size: 12px;
		}
.copy a{
	text-decoration: none;
	color: #999999;
	}
		
		/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
	overflow-y: hidden;
	background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 900px;
}

/* The Close Button */
.close {
	border: 0px solid #AEAEAE;
    border-radius: 0px;
    background: rgba(255,255,255,0.5);
	line-height: 0px;
	padding: 12px 2px;
	z-index: 3;
	color: #4d4e53;
	position: absolute;
	top: 0px;
	right: 0px;
	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: #E5E5E5;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
   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: 10px 10px;
  position: absolute;
  top: 0;
  font-family: Arial, sans-serif;
}

img {
  margin-bottom: 0px;
}

.caption-container {
  text-align: center;
  padding: 4px 10px;
  color: #4d4e53;
}

.demo {
  opacity: 1;
}

.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 (max-width: 1200px) {
	.container {
	width: 960px;
}
}

@media (max-width: 768px) {
	.container {
	width: 700px;
}
.thumbnail {
	width: 31.7%;
	float: left;
	margin-left: 0.8%;
	margin-right: 0.8%;
	margin-bottom: 10px;
	
}
.modal-content {
  width: 95%;
}
}
@media (max-width: 760px) {
	.container {
	width: 90%;
}
.thumbnail {
	width: 46.6%;
	float: left;
	margin-left: 1.7%;
	margin-right: 1.7%;
	margin-bottom: 8px;
	
}
h1{
	padding-left: 0px;
	text-align: center;
	}
}
@media (max-height: 414px) {
	.modal {
  padding-top: 20px;
}
	}
