/* Theme palette */
.w3-theme-l5 { color:#2d2d2d !important; background:#f3effb !important }
.w3-theme-l4 { color:#2d2d2d !important; background:#d8caf1 !important }
.w3-theme-l3 { color:#2d2d2d !important; background:#b195e3 !important }
.w3-theme-l2 { color:#2d2d2d !important; background:#8a5fd5 !important }
.w3-theme-l1 { color:#fff     !important; background:#6633be !important }
.w3-theme-d1 { color:#fff     !important; background:#42217b !important }
.w3-theme-d2 { color:#fff     !important; background:#3b1d6e !important }
.w3-theme-d3 { color:#fff     !important; background:#331960 !important }
.w3-theme-d4 { color:#fff     !important; background:#2c1652 !important }
.w3-theme-d5 { color:#fff     !important; background:#251244 !important }

.w3-theme-light  { color:#000 !important; background:#f3effb !important }
.w3-theme-dark   { color:#fff !important; background:#251244 !important }
.w3-theme-action { color:#fff !important; background:#251244 !important }

.w3-theme        { color:#fff !important; background:#4a258a !important }
.w3-text-theme   { color:#4a258a !important }
.w3-border-theme { border-color:#4a258a !important }
.w3-hover-theme:hover      { color:#fff !important; background:#4a258a !important }
.w3-hover-text-theme:hover { color:#4a258a !important }

/* Base */
body {
  background: url('https://haunted-daddy.neocities.org/assets/yo.png') repeat fixed;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  color: #fff;
}

h1, h2 { font-family: 'Creepster', sans-serif; letter-spacing:1px }
h1 { font-weight: normal; font-size: 30px; text-align:center; text-transform:uppercase; line-height:100% }
h2 { font-weight: normal; font-size: 25px; text-align:center; line-height:100%; padding-bottom:2px }

h3 {
  font-family: 'Satisfy', sans-serif;
  text-align: center;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 1px;
  padding: 5px 0 2px;
}

h4 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 100%;
  padding-bottom: 2px;
}

a {
  color: #ff8292;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
}
a:hover { color:#fff; text-shadow: 0.2em 0.1em 0.1em #752582 }

blockquote {
  border-left: 2px solid #fff;
  border-radius: 6px;
  padding: 3px 3px 3px 10px;
  margin-left: 20px;
}

b, strong { color:#4b7723; font-size:14px; letter-spacing:1px }
i, em     { color:#70c423; font-size:14px; letter-spacing:0.5px }

.w3-card {
  background: url(https://haunted-daddy.neocities.org/assets/2d2d2d.png);
  margin: 0;
  color: #2d2d2d;
  border: 0 4px 8px 0 rgba(0,0,255,0.2), 0 6px 20px 0 rgba(255,255,255,0.19);
}

.w3-container { color:#fff }

/* StatusCafe */
#statuscafe { padding: .5em }
#statuscafe-username {
  margin-bottom: .5em;
  font-family: 'Creepster', sans-serif;
  font-size: 15px;
}
#statuscafe-content { margin: 0 1em 0.5em 1em }
