nav{
position: fixed; 
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.dropdown{
	width: 100%;
	 left: -20;
	position: absolute;
}


/* "full page tabs" */

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 20%;
	right:inherit;
}

.tablink:hover {
  background-color: #777;
}



/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
	 left: -20;
}

#Home {background-color: white;}
#News {background-color: white;}
#Contact {background-color: white;}
#About {background-color: white;}


