body {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  max-width: 30rem;
  color: #fff;
  position: relative
}

#modal {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  transition: top .2s ease-out, opacity .1s ease-out;
  transform: translateZ(0)
}

#closeModal {
  display: flex;
  justify-content: flex-end;
  margin: 1rem 1rem 0 0
}

#close {
  padding: .75rem;
  cursor: pointer;
  line-height: 0
}

.icon {
  width: 1.5rem;
  height: 1.5rem
}

#copyView,
#keyInfo,
#modalView,
#qrView {
  display: flex;
  flex-direction: column;
  align-items: center
}

#copyView p,
#keyInfo p {
  margin: 1rem 2em 2rem;
  text-align: center
}

#copyURL,
#dlKey {
  display: inline-flex;
  align-items: center;
  border-radius: 5rem;
  padding: .75rem 1.5rem;
  border: none;
  outline: none;
  cursor: pointer
}

#copyURL span,
#dlKey span {
  margin-left: .5rem
}

#qrView h2,
#qrView p {
  margin: 0 2rem .5rem
}

#qr {
  margin: 1rem 2rem 2rem;
  padding: 2rem;
  background: #fff;
  border-radius: .5rem
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 4rem 0 0
}

.headerImgC {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  height: 100%;
  overflow: hidden
}

#cover {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 20rem;
  -o-object-position: top center;
  object-position: top center;
  -o-object-fit: cover;
  object-fit: cover
}

#logo {
  max-height: 6rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  justify-self: center
}

#topActions {
  flex-direction: row-reverse;
  justify-content: space-between;
  position: absolute;
  left: 1rem;
  right: 0;
  top: 1rem
}

#topActions>div {
  display: flex
}

#topActions a {
  padding: .75rem;
  cursor: pointer;
  border-radius: 100%;
  line-height: 0;
  margin-right: 1rem
}

main {
  padding: 1rem
}

#profile {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center
}

#profile img {
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  box-sizing: content-box;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -6rem;
  z-index: 0;
}

#info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  line-height: 1.25;
  word-break: break-word
}

.name {
  font-weight: 700;
  font-size: 1.25rem;
  margin: 0
}

.jobtitle {
  font-size: 1rem;
  margin: .25rem 0
}

.desc,
.textC {
  font-size: .875rem;
  white-space: pre-line;
  line-height: 1.5;
  margin: .5rem
}

.textC {
  font-size: 1rem;
  margin: -2rem 1rem 1rem
}

.actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.actionsC {
  width: 33.33%
}

.actionBtn {
  padding: .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.actionBtn a {
  border-radius: 100%;
  padding: .75rem;
  line-height: 0
}

.actionBtn p {
  margin: .5rem 0 0;
  font-size: .875rem
}

.secondary {
  margin-top: 1.25rem
}

.secBtn {
  padding: 1rem
}

a {
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

#cta {
  width: 90%
}

#cta,
#vcard {
  display: flex;
  justify-content: center
}

#vcard {
  align-items: center;
  border-radius: 5rem;
  margin-bottom: 1.5rem;
  padding: .75rem 1.5rem;
  cursor: pointer;
  line-height: 0
}

#vcard .icon {
  margin-right: .5rem
}

#vcard p {
  margin: 0
}

.attachments {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.section {
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  margin: 3rem 1rem 1rem
}

.content {
  overflow: hidden;
  border-radius: .5rem;
  margin-top: 1rem
}

.content img {
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.paddingBottom {
  padding-bottom: 10px
}

.embedded {
  position: relative;
  padding-top: 56.25%
}

.embedded iframe {
  padding-bottom: 2%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.music,
.video {
  width: 100%
}

.mediaC {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center
}

video {
  width: 100%
}

.controls {
  font-size: .875rem;
  text-align: center;
  width: 100%;
  box-sizing: border-box
}

.pd2 {
  padding: 2rem 1rem !important
}

.prodInfo .desc {
  margin: -1rem 0 0
}

.price {
  margin: 2rem 0 0;
  font-size: 1.25rem;
  font-weight: 700
}

.label {
  display: inline-block;
  font-size: 1rem;
  margin-top: 1rem;
  border-radius: 5rem;
  letter-spacing: 1px;
  padding: .75rem 1.5rem
}

.label p {
  margin: 0
}

.title {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 .5rem;
  padding-top: 20px
}

.mediaInfo {
  margin: 0
}

.docDl,
.pCtrl {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 15px
}

.docDl {
  display: flex
}

.seekBar {
  width: 100%;
  height: .5rem;
  margin-top: 2rem;
  border-radius: 5rem;
  background: #adb5bd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-bottom: 15px
}

.dlBtn,
.playPause {
  margin: 2rem .5rem 0;
  padding: .75rem;
  border-radius: 5rem;
  line-height: 0;
  cursor: pointer
}

.pause {
  display: none
}

footer {
  padding: 2.5rem 1.5rem 2rem;
  font-size: .75rem
}

footer a {
  text-decoration: underline;
  color: inherit
}

.pronouns {
  display: block;
  font-size: .9rem;
  opacity: .8;
  font-weight: 400;
  margin: 0 0 .5rem
}

.bizaddr {
  font-size: .8rem;
  opacity: .6;
  margin-top: 0 !important
}
