#footer p{
	font-family:sans-serif;
	margin-top:5px;
	margin-left:5px;
	float:left;
}

#footer p:hover{
	text-shadow:2px 2px 2px black;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.7s;
	
}

#footer{
	clear:both;
	width:980px;
	height:25px;
	background:#2e3f59;
	border-radius:10px;
	margin:0 auto;
	float:bottom;
	color:white;
}

#header{
	margin:0 auto;
	width:870px;
	height:100px;
	background:#2e3f59;
	border-radius:10px;
	font-family:sans-serif;
	text-shadow:8px 8px 8px white;
}

#header h1{
	padding:10px;
}

ul h1{
	float:left;
	margin:0;
	padding-left:26px;
	padding-right:30px;
	padding-top:4px;
	font-family:serif;
}

nav li{
	display:block;
	float:left;
}

nav h1{
	float:left;
	padding-left:25px;
	padding-right:25px;
	padding-top:7px;
	margin:0;
}

nav h1 a{
	text-decoration:none;
	color:White;
}

nav{
	display:inline-block;
	width:100%;
	background:#2e3f59;
}

nav ul{
	padding:0;
	margin:0;
	float:left;
}

.responsive-bar{
	width:100%;
	background:#2e3f59;
	padding: 10px 30px;
	box-sizing: border-box;
	display:none;
	border-radius:10px;
}

.responsive-bar h3{
	margin:0;
	padding:3px 0;
	color:#fff;
	float:left;
	font-family:sans-serif;
	text-shadow:2px 2px 2px black;
}

.responsive-bar h3 a{
	text-decoration:none;
	color:#fff;
}

.responsive-bar h4{
	margin:0;
	padding:0;
	color:White;
	float:right;
	padding:5px 10px;
	background:Black;
	text-transform: -;
	cursor: pointer;
	font-family:sans-serif;
}

#info{
	border-radius: 10px;
	width:850px;
	background:#2e3f59;
	margin:0 auto;
	margin-bottom:500px;
	padding:10px;
	text-align: center;
	margin-top:10px;
	color:white;
}

#middle{
	width:870px;
	height:150px;
	font-size:20px;
	padding:20px;
	font-family:arial;
}

#middle p{
	font-family:sans-serif;
	text-shadow:2px 2px 15px black;
}

#middle a{
	color:white;
	text-decoration:underline;
}

#middle ul{
	float:left;
	background:none;
	text-align:left;
}
#middle li{
	text-shadow:2px 2px 15px black;
}
nav li a:not(.active){
	border-bottom:1px solid #131923;
}

@media(max-width:900px)
{
	nav{
		display:none;
	}
	.responsive-bar{
		display:block;
	}
	nav h1{
		display:block;
		float:none;
	}
	nav ul{
		float:none;
	}
	nav li{
		display:block;
		width:100%;
		background:Grey;
		padding:15px 20px;
		border-bottom:1px solid rgb(0,0,0);
		margin:0;
		padding:0;
	}
	h1.brand{
		display:none;
	}
	#header h1{
		font-size:150%;
	}
	#header{
		height:90%;
		padding:10px;
	}
	#info li{
	font-size:80%;
	padding-top:0;
	}
	li a:not(.active){
	border-bottom:none;
	}
}

@media screen and (max-width:900px)
{
	#layout{
		width:100%;
		padding:0px;
	}

	#footer{
		float:none;
		width:100%;
		margin:40px auto;
	}
	#middle{
		float:none;
		width:90%;
		margin:40px auto;
	}
	#info{
		float:none;
		width:90%;
		margin:40px auto;
	}
	#header{
		float:none;
		width:auto;
		margin:40px auto;
	}
}
h1{
	font-family: sans-serif;
	text-shadow: 2px 2px #000000;
	color: #ffffff;
}

details{
	color:#ffffff;
	text-shadow: 2px 2px #000000;
	font-size: 20px;
	text-align: center;
	cursor: default;
}

body{
	text-align: center;
    background-color: #131923;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

ul {
    list-style-type: none;
    margin-right: 0;
    padding: 0;
    overflow: hidden;
    background-color: #383838;
	font-family: sans-serif;
}

button {
  display: inline-block;
  border-radius: 4px;
  background-color: Grey;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 20px;
  width: 215px;
  transition: all 0.5s;
  cursor: pointer;
  margin-bottom:25px;;

}

button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

button:hover span {
  padding-right: 25px;
}

button:hover span:after {
  opacity: 1;
  right: 0;
}

nav li{
    float: left;
	background:#2e3f59;
}

li a{
    display: block;
    color: grey;
    text-align: center;
    padding: 14px 16px;
}

nav li a:hover:not(.active){
    background-color: #131923;
	color:white
}

#middle a{
	text-shadow: none;
}

#middle a:hover{
	text-shadow: 1px 1px 10px black;
	transition-duration: 500ms;
	background-color:#2e3f59;
}

li a.active{
    color: white;
    background-color: #131923;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    border-bottom:1px solid white;
}

nav li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #131923;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #606060;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    display: block;
    text-align: left;
	font-family: sans-serif;

}

.dropdown-content a:hover {
	background-color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}