/* {
	outline: 1px solid red;
}*/

body {
	background-color: #ccc;
	margin: 0;
	position: relative;
	height: 100vh;
}

body > img {
	filter: grayscale(100%);
	height: 100%;
	width: 100%;
	vertical-align: bottom;
	
}

header {
	text-align: center; 	
	letter-spacing: 2px;
	color: white;
	text-shadow: 3px 3px 10px #fff;
	/*padding-top: 30%;*/
}

header h1 {
	margin-top: 0;
	font-size: 42px;
	font-family: 'Georgia';
	color: #111;
}

.container {
margin:150px auto;
max-width:728px;
text-align:center;
}

.switch {
	height: 100%;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	text-align: center;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s;
}

.switch i {
	font-size: 52px;
	color: #ddd;
	margin-top: 150px;
	transform: translateY(-50%);
	cursor: pointer;
}

.next {
	right: 0;
}

#carousel {
	width: 400px;
	height: 300px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-width: 5px;
	border-style: ridge;
	border-color: #444;
	position: relative;
	box-shadow: 10px 10px 15px black;
}

#carousel:hover .switch {
	opacity: 1;
}

.gallery {
	margin: 0;
	position: relative;
	left: -400px;
	padding: 0;
	list-style: none;
	width: 2000px;
}

.photo {
	display: block;
	float: left;
	width: 400px;
	height: 300px;
}

.photo img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: none !important;
}

.controls {
	margin-top: 20px;
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	margin-bottom: 5px;

}

.controlStyle {
	display: inline-block;
	margin-right: 2px;
	position: relative;
	cursor: pointer;
}

.fired {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}