body {
  font-family: "Merriweather";
}
p {
  text-align: justify;
}
header {
  padding: 30px 20px 20px 120px;
  display: grid;
  grid-template-columns: 3fr 1fr;
}
img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-right: 50px;
}
#name {
  padding-top: 20px;
}
#name p {
  font-family: "Open Sans";
}
a {
  text-decoration: none;
  color: #2079c7;
}

h1,
h1 a {
  color: black;
  font-size: 42pt;
  margin-bottom: 5px;
}

h2,
h4,
h5 {
  color: #2079c7;
  font-family: "Open Sans";
}

h3 {
  margin-bottom: 0px;
}

#juicebar {
  display: grid;
  grid-template-columns: 3fr 1fr;
  padding-left: 120px;
  margin-bottom: 200px;
}

#juice {
  grid-column-start: 1;
}

#juice .dates {
  font-family: Open Sans;
  font-weight: normal;
  font-size: 11pt;
  color: grey;
  margin-top: 5px;
}

article {
  margin: 40px 0px;
}

p {
  font-weight: 200;
}

i {
  font-weight: 400;
}

.vermont {
  font-weight: normal;
}
ul {
  list-style-type: none;
  padding: 0px;
}

#sidebar {
  grid-column-start: 2;
  padding-left: 80px;
}

#sidebar li {
  font-weight: lighter;
  color: grey;
  padding: 6px 0px;
}

#openbar #chunk {
  display: flex;
  margin: 0px 120px;
  justify-content: space-between;
}

#chunk {
  margin-right: 120px;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2079c7;
  color: white;
  text-align: center;
  padding: 50px 0px 20px 0px;
}
