#conent {
	width: 100%;
	height: auto;
}
/*
#nav {
	top: 0px;
	width: 100%;
	height: 60px;
	background-color: black;
	margin: 0px -40px;
	padding: 0px;
}
#navButton {
	width: 200px;
	height: 100%;
	background-color: cray;
}#navButton:hover {
	width: 200px;
	height: 100%;
	background-color: white;
}
*/


.topnav {
  background-color: #333;
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #d9d9d9;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-color: black;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
#nav {
    background-color: #333;
    overflow: hidden;
	position: fixed;
	top: 0px;
	left: -1px;
	width: 100%;
}
#navButton {
	background-color: #333;
	width: 200px;
	height: 50px;
	font-style: calibri;
	font-size: 26;
	color: white;
	border-left-width: 0px;
	border-right-width: 1px;
	border-left-color: transparent;
	border-right-color: black;
	border-top-color: transparent;
	border-bottom-color: transparent;
	margin: 0px 0px;
}

#navButton:hover {
	background-color: #707070;
	width: 200px;
	height: 50px;
	font-size: 26;
	font-style: calibri;
	color: black;
	border-left-width: 0px;
	border-right-width: 1px;
	border-left-color: transparent;
	border-right-color: black;
	border-top-color: transparent;
	border-bottom-color: transparent;
	margin: 0px 0px;
}


/* Add a color to the active/current link */
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}