body {




	background-color: rgb(8, 24, 34); 
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;

	overflow-x: hidden;

}

header {

	height: 250px;
	background-color: rgb(43, 43, 43);
	display: block;
	width: 100%
}

aside {

	float: right;
	/* margin-top: 5px; */
	margin-right: 2%

}

ul>li {

	display: inline-block;
	text-decoration: none;

}

ul {

	margin-left: 25%;
	margin-right: 25%;
	width: 50%;
}

li>a:hover {

	background-color: #3a3939;
}

li>a {

	-moz-box-shadow: inset 0px 0px 9px 0px #91b8b3;
	-webkit-box-shadow: inset 0px 0px 9px 0px #91b8b3;
	box-shadow: inset 0px 0px 9px 0px #91b8b3;
	background-color: #212423;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
	border: 1px solid #566963;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;

	font-size: 15px;
	padding: 14px 41px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #2b665e;
}

#logoImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
}

footer {
	position: absolute;

	background-color: #efefef;
	background-color: #212423;
	display: block;
	width: 100%;
	height: 20px;
	
	margin-top: 25px;
	padding: 1rem;
}

small {

	color: white;
	margin-left: 15px;
}

#menu {

	display: block;
	margin-bottom: 25px;
}

#LU {
	display: inline-block;
	border: 1px solid white;
	width: 50%;
	height: 470px;
	margin-left: 25%;

	margin-top: 5px;

	-webkit-box-shadow: 2px 3px 17px 0px rgba(168, 168, 168, 0.75);
	-moz-box-shadow: 2px 3px 17px 0px rgba(168, 168, 168, 0.75);
	box-shadow: 2px 3px 17px 0px rgba(168, 168, 168, 0.75);


}

/* Slideshow container */
.slideshow-container {


	position: relative;
	margin: auto;

}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	background-color: #717171;
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.text {
		font-size: 11px
	}
}

#wrapper {

	height: 100px;
}

#disc{

	width: 205px;
	display: block;
	margin: 5px;
}
#hid{

	visibility: hidden;
}