body {
  font-family: "Helvetica", "Arial", sans-serif;
  margin: 0px;
  padding: 30px;
  background: white;
  color: #2e044c;
  line-height: 1.6;
  text-transform: lowercase;
}

p,
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0px;
}

h1 {
  font-size: 30pt;
  line-height: 1;
  color: purple;
}

.headerText {
  margin-bottom: 10px;
}

::selection {
  background: #fff09e;
}
summary {
  color: purple;
}
summary:hover {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: purple;
}

a:hover {
  text-decoration: underline;
}

.social1:hover {
  color: #2e044c;
}

.social2:hover {
  color: #2e044c;
}

.social3:hover {
  color: #2e044c;
}

.social4:hover {
  color: #2e044c;
}

.social5:hover {
  color: #2e044c;
}

.navLink {
  padding: 5px;
  border: 1.5px solid #2e044c;
  background: #d1fbb3;
  margin-right: 5px;
  color: #2e044c;
  line-height: 2.5;
  border-radius: 5px;
}

.navLink:hover {
  background:#2e044c;
  color: #d1fbb3;
  text-decoration: none;
}

hr {
  border: none;
  border-bottom: 1.5px purple;
}

.info {
  padding: 10px;
  border: 1.5px solid purple;
  max-width: 500px;
  background: #d1fbb3;
}

.info img {
  margin-left: 10px;
  -webkit-shape-outside: circle();
  shape-outside: circle();
  float: right;
  width: 30vw;
  max-width: 210px;
  border-radius: 100%;
  border: 1.5px solid purple;
}

.cal-list {
 padding: 0px;
 padding-left: 20px;
 line-height: 2;
}

.cal-img {
  -webkit-shape-outside: circle();
  shape-outside: circle();
  width: 30vw;
  max-width: 210px;
  border-radius: 100%;
  border: 1.5px solid purple;
}

.watersilk {
  font-size: 10pt;
  color: #d3d3d3;
  margin: 0px; 
  padding: 0px;
  position: fixed;
  bottom: 15px;
  right: 20px;
}

@media only screen and (max-width: 700px) {
  .cal-img {
    width: 30vw;
    max-width: 100px;
  }
  .cal-list {
    margin-top: 30px;
  }
  .cal-h1 {
    line-height: 1.25;
  }
}