html {
  margin: 0;
  padding: 0;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  line-height: 1.6;
}

a, a:visited {
  color: #2e2e2e;
  text-decoration: underline;
}

a:hover, a:focus {
  text-decoration: none;
}

body {
  font-size: 20px;
  color: #2e2e2e;
}

header, section {
  max-width:1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

header {
  margin-top:100px;
}

footer {
  border-top: 2px solid #9b9999;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-evenly;
}

.six-column {
  width:50%;
}

section {

}


.logo-heading {
  font-size: 50px;
  font-weight: 800;
}
