body {
  font-family:Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
  }

.navigation {
  font-size:24px
  background-color:#BEF1E2;
  }

.site-nav {
    background-color:rgba(190, 241, 226,0.3);
  }

.page-content {
   background-color:white;
  }

#content a { text-decoration: underline;}


/* Used this to make the image in a column not be 100% */
#smimg {
width:300px;
padding-right: 10px;}

/* Division Block */
.divrow {
  display: flex;
}

.divcolumn {
  flex: 18%;
  padding: 5px;
}

footer {
  background-color: #3E2651;
  max-width: 100%;
  color: white;
  font-family:Lato;
  height:9em;
  padding-top:1.5em;
   }



