#content a:visited {
	color:black;
}

#content a{
	color:black;
}

#content h2 {
  color: #03396c;
}

#content h3 {
  color: #03396c;
  margin-top: 1em;
  margin-bottom: 1em;
}

#content {
	padding: 50px 75px;
	display: flex;
	justify-content: space-around;
	text-align: justify;
	flex-direction:column;
}

/* Content (responsive) */
@media screen and (max-width: 1024px) {
  #content {
    flex-direction: column;
    width: 90vw;
    padding: 5vw 5vw 5vw 5vw;
  }
 }