#wrapper
{
	width:100%;
	height:100%;
	background-color:lightgrey;
	margin:auto;
	
}

#header
{
	width:70%;
	height:15%;
	background-color:lawngreen ;
	margin:auto;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	
}
#menu
{
	width:70%;
	height:6%;
	background-color:white;
	margin:auto;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);

	
	
	
}
#menu-container
{
	-webkit-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transform:scale(1) translate(-50%);
	transform:scale(1) translate(-50%);
	left:50%;
	position:absolute;
	width:1920px;
	height:1080px;
	border-width:24px 24px 80px;
	
}
#navigation ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation li{
  list-style: none;
  display: inline-block;
}
#navigation li a{
  text-decoration: none;
  position: relative;
  color: #313131;
  font-size: 50px;
  font-weight: 700;
  font-family: sans-serif;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
  padding: 14px 30px;
  text-transform: uppercase;
}
#navigation li a:before{
  content: '';
  width: 60px;
  position: absolute;
  border-bottom: 5px solid #313131;
  bottom: 0;
  right: 350px;
  transition: 0.7s all;
}
#navigation li a:hover:before{
  right: 0;
}

#navigation ul li 
{
	position:relative;
	float:left;

	width:10%;
}
#navigation ul a
{
	display:block;
	text-decoration:none;
	color:black;
	text-align:center;
	padding:8% 6%;
	font-size:14px;
}

#navigation ul ul
{
	display:none;
	position:absolute;
	background-color:sandybrown;
	width:100%;
	z-index:1;
}
#navigation ul ul li
{
	width:100%;
}

#navigation ul li:hover> ul
{
	display:block;
	background-color:white;
}

#active {
    background-color: #4CAF50 !important;
}
#content
{
	width:70%;
	height:70%;
	background-color:white;
	margin:auto;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);

	
}
#footer
{
	width:70%;
	height:10%;
	background-color:white;
	margin:auto;
	color:white;
	display:flex;
	text-align:center;
	align-items:center;
	background-image:url("MOHAWK2.png");
	font-family: "Times New Roman", Times, serif;
	box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	
	
	
	
}
