body {
	margin: 0;
	font-family: "Manrope", "Verdana";
	background-color: #181818;
	color: #EEEEEE;
}

div.content{
	margin-left: 10%;
	margin-right: 2%;
	padding: 2px;
}

a {
	color: #EEEEEE;
}


div.home {
	text-align: justify;
	line-height: 1.5;
	font-size: 18px;
}

div.left{
	float: left;
}
div.right{
	float: right;
}

ul.about li{
	margin-bottom: 10px;
}

ul.resources li{
	margin-bottom: 16px;
}

a {
	cursor: pointer;
}

a img.active
{
  background-color: #04AA6D;
  color: white;
}

a img:hover:not(.active){
  background-color: #555;
  color: white;
}	

ul.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 8%;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
  text-align: center;
}

ul.nav li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

ul.nav li a.active {
  background-color: #04AA6D;
  color: white;
}

ul.nav li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

div.divFooter {
	position: fixed;
	bottom: 0;
	text-align: center;
	margin-right: 10%;
	width: 90%;
}