body {
  padding: 25px;
  font-family: "Times New Roman";
  background-color: rgba(255, 136, 77, 1);
}

div.nav {
  position: fixed;
  margin: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 90px;
  background-color: rgba(255, 77, 28, 1);
}

#nav {
  position: fixed;
  margin: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 90px;
  background-color: rgba(255, 77, 28, 0.7);
}

#nav li {
  list-style-type: none;
  float: left;
  padding: 10px;
}

#nav li img {
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 30px;
}

#nav li img.outline {
  position: absolute;
  width: 85px;
  height: 85px;
  left: 7.5px;
  top: 7.5px;
}

#nav li.title {
	color: rgba(150, 0, 0, 1);
	font-weight: bold;
	font-size: 35px;
	margin-top: 14px;
	margin-right: 10px;
	padding: 10px 10px;
}

#nav li.text a {
  display: block;
  font-size: 22px;
  margin-top: 8px;
  margin-right: 0px;
  padding: 15px 15px;
  color: rgba(150, 0, 0, 1);
  font-weight: bold;
  text-decoration: none;
}

#nav li.text a:hover {
  color: rgba(150, 0, 0, 1);
  font-weight: bold;
  text-decoration: underline;
  background-color: rgba(255, 107, 66, 1);
}