@charset "utf-8";
/* CSS Document */
body {
  background-size: cover;
  background-image: url("../images/reflections-bkg.jpg");
  background-position: top center;
}
main div img.img-fluid {
  max-width: auto;
  height: 200px;
  margin: 0rem .5rem 1rem .5rem;
}
main div {
  max-width: 1560px !important;
}
/* Acknowledgements */
aside {
  background-color: rgba(255, 255, 255, 1);
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
}
aside h3 {
  text-align: center;
  padding-top: 17.5px;
  color: rgba(204,0,0,1);
  border-bottom: 1px dotted rgba(255, 0, 0, .8);
}
aside .person {
  border-bottom: 1px dotted #ccc;
}
aside .person h5, aside .person p {
  font-size: 13px;
  text-align: center;
}
aside .person h5 {
  color: rgba(74, 63, 131, 1);
  font-weight: 700;
  text-transform: uppercase;
  margin: 9px 0 0 0;
  padding: 0;
}
aside .person p {
  margin: 0 0 6px 0;
  padding: 0;
}
aside h6 {
  text-align: center;
  width: 40px;
  font-size: 12px;
  font-style: italic;
  padding: 5px;
  margin: 7.5px auto 0 auto;
  background-color: rgba(74, 63, 131, 1);
  color: rgba(255, 255, 255, 1);
}
@media (min-width: 620px) {
  aside {
    border-radius: 6px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  aside h3 {
    margin-bottom: 17.5px;
  }
}
@media (min-width: 768px) {
  aside .person {
    padding-bottom: 5px;
  }
  aside .person h5 {
    line-height: 16px;
    text-align: right;
    width: 44%;
    padding: 0;
    display: inline-block;
  }
  aside .person p {
    line-height: 16px;
    text-align: left;
    padding: 0 10px 0 10px;
    display: inline;
  }
}