div {
	position: relative;
	display: inline;
}
.scanline {
	pointer-events: none;
	width:100%;
	position: absolute;
	opacity: 5%;
	top: 10;
	right: 0;
	bottom: 0;
	
}


ul {
	font-size: 40px;
}

.mySlides {
	text-align: center;
}



#Watermark {
	color: white;
}
body {
	background-image: url("background.png");
	background-position: right top;
	background-attachment: scroll;	
}
div.gallery {

	display: inline-flex;
	justify-content: space-evenly;
}

div.gallery-item {
	margin: 5px;
	border: 1px; solid #ccc;
	width: 250px;
	position: flexbox;
}

div.gallery-item:hover {
	border: 1px solid #777;
}

div.gallery-item img {
	
	width: 100%;
	height: auto;
}

div.gallery-item div.desc {
	padding: 15px;
	text-align: center;
}

ul {
	opacity: 75%;
	position: static;
	top: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333333;
	display: flex;
	justify-content: center;
}

ul li {
	float: left;
	border-right: 1px solid #bbbbbb;
	color: white;
}

ul li:last-child {
	border-right: none;
}

ul li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

ul li a:hover {
	background-color: orange;
}

ul li a.active {
	background-color: #04AA6D;
}
