.pl-canvas {
  background-color: #1e1e1e;
  background-image: url('https://sync.live.net.co/files/1182d493-c32c-451d-be5b-1417bbac2a10?token=BP0Svo0_DmjRGBZ68r83y3wC');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #ffffff;
  font-family: "Segoe UI", "Segoe UI Light", Arial, sans-serif;
}

.pl-canvas .pl-columns {
  padding: 10px;
}

.pl-canvas .pl-column {
  padding: 6px;
}

.pl-canvas .pl-module {
  background: rgba(45, 45, 48, 0.85);
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 12px;
  transition: background 0.2s ease-in-out;
}

.pl-canvas .pl-module:hover {
  background: rgba(58, 58, 61, 0.9);
}

.pl-canvas .pl-module-title {
  background: #2b88d8;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 10px 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.pl-canvas .pl-module-link {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.pl-canvas .pl-module-link:hover {
  text-decoration: underline;
}

.pl-canvas .pl-module-body {
  padding: 14px;
  color: #e6e6e6;
  font-size: 13px;
  line-height: 1.5;
}

.pl-canvas #module-profile .pl-module-title {
  background: #2b88d8;
}

.pl-canvas #module-blog .pl-module-title {
  background: #a20025;
}

.pl-canvas #module-photos .pl-module-title {
  background: #d80073;
}

.pl-canvas #module-lists .pl-module-title {
  background: #00a300;
}

.pl-canvas #module-guestbook .pl-module-title {
  background: #603cba;
}

.pl-canvas #module-friends .pl-module-title {
  background: #f0a30a;
}

.pl-canvas #module-notes .pl-module-title {
  background: #647687;
}

.pl-canvas #module-music .pl-module-title {
  background: #e3a21a;
}

.pl-canvas #module-files .pl-module-title {
  background: #825a2c;
}

.pl-canvas #module-contactcard .pl-module-title {
  background: #2d89ef;
}

.pl-canvas .pl-profile-name {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}

.pl-canvas .pl-tagline {
  font-size: 12px;
  color: #a0a0a0;
  font-weight: 300;
}

.pl-canvas .pl-status {
  font-size: 12px;
  color: #2b88d8;
  font-weight: 600;
}

.pl-canvas .pl-mini-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
}

.pl-canvas .pl-mini-excerpt {
  color: #cccccc;
  font-size: 12px;
  line-height: 1.5;
}

.pl-canvas .pl-thumbs {
  display: flex;
  flex-wrap: wrap;
}

.pl-canvas .pl-thumb {
  border: none;
  border-radius: 0;
  margin: 2px;
  overflow: hidden;
}

.pl-canvas .pl-thumb img {
  border-radius: 0;
  transition: transform 0.2s ease-in-out;
}

.pl-canvas .pl-thumb img:hover {
  transform: scale(1.03);
}

.pl-canvas .pl-list-items li {
  border-bottom: 1px solid #3a3a3d;
  padding: 6px 0;
  list-style-type: none;
}

.pl-canvas .pl-done {
  color: #00a300;
  text-decoration: line-through;
}

.pl-canvas .pl-guest-entry {
  border-bottom: 1px solid #3a3a3d;
  padding: 10px 0;
}

.pl-canvas .pl-guest-head {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  color: #603cba;
}

.pl-canvas .pl-guest-body {
  color: #dddddd;
  font-size: 13px;
}

.pl-canvas .pl-people {
  display: flex;
  flex-wrap: wrap;
}

.pl-canvas .pl-person {
  background: #f0a30a;
  border-radius: 0;
  margin: 3px;
  padding: 4px;
}

.pl-canvas .pl-person-name {
  color: #1e1e1e;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}

.pl-canvas #module-notes .pl-note {
  font-family: "Segoe UI Light", "Segoe UI", sans-serif;
  font-size: 14px;
  color: #e6e6e6;
  line-height: 1.6;
}

.pl-canvas .pl-card-counts {
  color: #2d89ef;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

@media (max-width: 700px) {
.pl-canvas .pl-module-title {
  font-size: 11px;
  padding: 8px 10px;
}
.pl-canvas .pl-module-body {
  padding: 10px;
  font-size: 12px;
}
.pl-canvas .pl-profile-name {
  font-size: 16px;
}
}