* {
  box-sizing: border-box;
}



/* The Modal (background) */

.modal {
	display: none;
	position: fixed;
	z-index: 999;
	padding-top: 40px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

	
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 600px;
  max-width: 600px;
  border: thick solid #E8E8E8;
}

/* The Close Button */
.close {
	color: #F5F5F5;
	position: absolute;
	top: 5px;
	right: 380px;
	font-size: 25px;
	font-weight: bold; background:#C9C9C9
	text-transform: uppercase;
}

.close:hover,
.close:focus {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
	display: none;
}

.cursor {
  cursor: pointer;
}


