

#root {
	  max-width: 80%;
		margin-left: auto;
	  margin-right: auto;
		display: block;
		color: #505050;
		text-align: center;
		font-family: 'Dosis', sans-serif;
}

.container {
		margin-top: 80px;
		margin-bottom: 80px;
		border-radius: 10px;
		box-shadow: 0 13px 27px -5px rgba(50,50,93,.25), 0 8px 16px -8px rgba(0,0,0,.3), 0 -6px 16px -6px rgba(0,0,0,.025);
		background-color: rgba(255, 255, 255, 0.9);
}

.image {
	max-width: 100%;
	height: auto;
	max-height: 80vh;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
  margin-right: auto;
	display: block;
}

.title{
	font-weight: bold;
	font-size: 6vh;
	padding-top: 10px;
	padding-bottom: 10px;
}

.description{
	font-style: italic;
	padding: 15px;
	font-size: 3vh;
}


ul {
	position: absolute;
	left: 0px;
	top: 0px;
  list-style-type: none;
  margin: 0;
  padding: 0;
	background-color: #f1f1f1;

}

li a {
	display: block;
	color: #000;
	padding: 8px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #555;
  color: white;
}

.active {
  background-color: #234474;
  color: #000000;
}
