/* About Page */
.headshot {
  border: 4px solid var(--purple-dk);
  border-radius: 50%;
  box-shadow: 2px 2px 8px var(--black);
  margin-bottom: 10px;
  max-width: 100%;
}

.ad {
  width: 60px;
}


/* Downloads Page */
.downloads-page {
  color: var(--white);
  font-family: var(--chunky);
  font-size: 2.5em;
  line-height: 125%;
  text-shadow: var(--shadow);
}

.logo-holder {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 200px;
  min-height: 200px;
  text-align: center;
}


/* Store Page */
.paypal img {
  margin-bottom: 5px;
  width: 125px;
}

.widgets-tiny {
  display: inline-block;
}

.widgets-full {
  display: none;
}

@media only screen and (min-width: 768px) {
  .widgets-tiny {
    display: none;
  }

  .widgets-full {
    display: inline-block;
  }
}
