body {
  color: #313c3a;
  font-family: Times, "Times New Roman", "serif";
  font-size: 24px;
  margin: 0px;
	background-color: #fff;
}
p, h2, img, ol {
  margin: auto;
}
p, h2 {
  max-width: 618px;
  width: 80%;
  padding-bottom: 20px;
  text-align: center;
}
ol {
  max-width: 1000px;
  width: 60%;
  padding-bottom: 20px;
  text-align: left;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 15px;
}	
p {
/*padding-bottom: 48px;*/
}
h2 {
  text-align: center;
  padding-top: 63px;
  font-size: 38px;
}
a {
  color: #313c3a;
}
img {
  display: block;
  width: 80%;
  max-width: 1000px;
}
picture img {
  width: 100%;
  max-width: none;
}
footer {
	color: #999999;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 16px;
	margin: 0px;
	padding-bottom: 100px;
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 25px;
	justify-content: center; /* horizontal centering */
    text-align: center;
	line-height: 40px;
}
.bigtop {
  padding-top: 63px;
}
.smalltop {
  padding-top: 38px;
}
.topnav {
  overflow: hidden;
  background-color: #007dbc;
}
.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #fef490;
  color: #434747;
}
.topnav a.active {
  background-color: #ffca1b;
  color: white;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
      display: none;
    }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {
      position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}