:root {
  --blue: #0c1635;
  --light: #FFF;
  --bright: #037;
}

html {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, var(--blue) 50%, var(--bright) 200%);
  min-height: 100vh;
}

body {
  margin: 0;
  width: 100%;
  padding: 0;
  max-width: 30rem;
  color: #eee;
  position: relative;
  font-family: "Helvetica", "Helvetica Neue", "Inter", "SF Pro", Arial, sans-serif;
  background: transparent !important;
}
@media (min-width: 30rem) {
  body {
    margin: auto;
  }
}

p {
  line-height: 1.5;
  margin: 0;
}

h2, h3 {
  margin: 0;
}

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

a {
  text-decoration: none;
  user-select: none;
}

#modal {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  transition: top 0.2s ease-out, opacity 0.1s ease-out;
  transform: translateZ(0);
  background: var(--blue);
  visibility: hidden;
  top: 2rem;
  opacity: 0;
}

#close {
  align-self: end;
  padding: 1rem;
  cursor: pointer;
  line-height: 0;
}

.icon svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 2;
}

button {
  background: white;
  color: var(--blue);
  font-weight: bold;
}

a.button, a.button:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 0;
  width: calc(33.3% - 0.33em);
  background: white;
  color: var(--blue) !important;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  opacity: 0.75 !important;
}

.btnrow {
  padding-top: 1.5rem;
  max-width: 90vw;
  display: flex;
  justify-content: center;
  gap: 1em;
}

#keyView, #copyView, #qrView {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 1rem;
  text-align: center;
}
#keyView p, #copyView p, #qrView p {
  margin: 2rem;
  text-align: center;
}

#copyURL, #dlKey {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
  padding: 1rem 1.5rem;
  border: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
}
#copyURL span, #dlKey span {
  margin-left: 0.5rem;
}

#qrView h3 {
  margin: 2rem 2rem 0;
}

#qrView p {
  margin: 0.5rem 2rem 0;
}

#qr {
  margin: 2rem;
  padding: 2rem;
  background: #fff;
  border-radius: 0.5rem;
}

header {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background: var(--light);
  padding-bottom: 10rem;
}

#topActions {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

#topActions > div {
  display: flex;
}

#topActions a {
  padding: 1rem 1rem 0;
  cursor: pointer;
  line-height: 0;
}

main {
  padding: 1rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 3px;
}
@media (min-width: 30rem) {
  main {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
main a, main a:visited {
  color: white !important;
  opacity: 1 !important;
}

#profilePhoto {
  width: 11rem;
  height: 11rem;
  border-radius: 100%;
  box-sizing: content-box;
  pointer-events: none;
  user-select: none;
  margin-top: -6rem;
}

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

.name {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0;
}

.jobtitle {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}

.bizname {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  margin: 2rem 0 0;
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: bold;
}

.bizaddr {
  font-size: 0.8rem;
  opacity: 0.6;
  line-height: 1.75;
}

.sub, .textC {
  font-size: 1rem;
  white-space: pre-line;
  line-height: 1.75;
}

.sub {
  font-size: 0.9rem;
  margin: 0;
}

.textC {
  margin: 1rem;
}

#cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 4rem;
  cursor: pointer;
  line-height: 0;
  width: 90%;
  justify-content: center;
  box-sizing: border-box;
  background: var(--light);
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 900;
}
#cta .icon {
  margin: 0 auto 3px;
  opacity: 1;
}
#cta .icon svg path, #cta .icon svg circle {
  stroke: var(--blue);
}
#cta p {
  margin: 0;
  color: var(--bright);
}

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

.actionsC {
  width: 33.33%;
}

.actionBtn {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.actionBtn a {
  border-radius: 100%;
  padding: 1rem;
  line-height: 0;
}
.actionBtn p {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
}

.secBtn {
  padding: 1rem;
}

.featured {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 2rem 0 0;
  width: 100%;
}

.section {
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  padding: 1rem 0;
}

.title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

/*# sourceMappingURL=vcard.css.map */
