html{
  height:100%;
}
* {
	font-family: sans-serif;
}
body { height:100%;
  background-color: #356473;
  margin: 0;

}

h2 {
	color: #356473;
}

a {
	color: #356473;
	text-decoration: none;
}

a:hover {
	color: #A57953;
	text-decoration: none;
}

img {
/*width: inherit;*/
height: auto;
max-width: 100%;
}

.question {
	font-size: 12pt;
	/*font-weight: bold;*/
	color: #356473;
}

.center {
  margin: 0px auto 0px auto;
  width: 80%;
  justify-content: center;
}


/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #A57953;
}

.title {
	background-color: #D9C9BA;
}

/* Style the topnav links */
.topnav a {
  float: left;
/*  display: block;*/
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  margin-top: -20px;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.navlink{
	color: #ffffff;
	text-decoration: none;
}

/* Style the content */
.content {
  background-color: #fffaef;
  padding: 10px;
/*  height: 200px;  Should be removed. Only for demonstration */
}

/* Style the footer */
.footer {
  background-color: #A57953;
  padding: 10px;
  color: #ffffff;
}

.navlist {
	list-style: none;
	margin-left: -0.5em;
	margin-right: -0.5em;
	padding: 0;

}

/*.my-nav > li {
	display: block;
	margin-left: 5px;
	margin-right: 0.5em;
	color: #356473;
}*/

.clearfix {
  overflow: auto;
}
