body {
  background-color: seashell;
}

header {
  margin: 3% 15%;
}

header img {
  float: right;
  width: 18%; /* height specification not needed */
  border: 1.5px solid black;
  border-radius: 50%;
  /* margin-right: 5%; */
}

h1 {
  font-family: "Cormorant Garamond";
  font-size: 4em;
  color: lightcoral;
  margin-bottom: 0;
}

ul li {
  margin-bottom: 10px;
}

header h3 {
  font-family: "Roboto";
  font-weight: 300;
  color: black;
  margin-top: 0;
}

hr {
  margin: 3% 12%;
}

header h4, a {
  font-family: "Roboto";
  font-weight: 400;
  letter-spacing: 1.5px;
  color: slategray;
}

main {
  font-family: "Roboto";
  font-weight: 300;
  margin: 3% 15%;
  letter-spacing: 1px;
}

main h3 {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  /* font-stretch: expanded; didn't apply, used letter- spacing instead */
  margin-top: 7%;
  color: lightcoral;
}

dt {
  font-weight: 600;
}
h4 {
  margin-bottom: 0;
  /* color: slategray; */
}

.summary, .skills {
  line-height: 1.5;
}

.favicon-credit {
  font-size: .7em;
  margin: 0 15% 8%;
}