body {
  /* Website Background Color*/
  background-color: #efefef;
}

header {
  text-align: center;
  margin-top: 50px;
}

.logoimg {
  width: 400px;
}

h1 {
  text-align: center;
}
h3 {
  color: #c30013;
  font-size: 25px;
}

article p,
section p,
section ul {
  line-height: 1.5em;
  font-size: 20px;
  font-family: serif;
}

article p,
section p {
  text-align: center;
}

nav {
  margin-top: 30px;
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 10px;
  /* moves nav bar left or right*/
}

.navcolumn {
  float: left;
  width: 150px;
  padding: 0px;
  /* adjust spacing between nav pics*/
}

#mainnav a {
  text-decoration: none;
  color: black;
}

#mainnav img {
  width: 100%;
}

.row2 {
  display: flex;
  text-align: left;
  width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.column2 {
  flex: 50%;
  padding: 10px;

}

.dbg {
  /* Digitizing by Gwen text*/
  font-size: 20px;
  font-family: sans-serif;
  font-weight: 100;
}

.badscript {
  font-family: 'Bad Script', cursive;
  font-size: 42px;
  font-weight: 100;
  line-height: 42px;
}

/*----------------- everything below here should be footer stuff ----------------*/

footer {
  background-color: #ccc;
  width: 930px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-family: sans-serif;
  font-size: 20px;
  padding-bottom: 0.3rem;
}

footer ul {
  position: relative;
  top: -10px;
}

footer li {
  padding: 10px;
}

/* footer's columns */
.column {
  float: left;
  text-align: center;
}

.column li {
  list-style: none;
  position: relative;
  left: -20px;
}

.column a {
  list-style: none;
  text-decoration: none;
}

.left,
.middle,
.right {
  width: 33%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.copyright {
  text-align: center;
  font-size: 18px;
  color: #444;
}