body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  background: #F8F0E6;
  text-align: center;
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12pt;
}
footer {
  margin-top: 25px;
  bottom: 0;
  width: 100%;
  border-top: 1px dashed #0E2E45FF;
}
a {
  color: #095556;
}
a:visited {
  color: #0E2E45;
}
a:hover,
a:focus {
  color: #92AA9c;
}
a.a-inlineblock {
  display: inline-block;
  text-decoration: none;
}
a.li_link > div.title { font-size: .8em; margin-bottom: 5px; }
a.li_link > div.name { font-size: .8em; font-weight: 500; }
header {
  position: relative;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  background: #0E2E45;
  margin-bottom: 25px;
}
#intro {
  width: 100%;
  opacity: 0.5;
}
#logo {
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -160px;
  z-index: 3;
}
#header_bg_swoosh {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  background: url("../media/web_header_bg_bottom.svg") no-repeat bottom center;
  background-size: 100% cover;
  width: 100%;
  height: 300px;
}
#paypal_form {
  margin-bottom: 25px;
}

.left-align {
  text-align: left;
}

.pad-a-bit {
  padding: 15px;
}

.content-box {
  min-width: 300px;
  border-radius: 15px;
  border: 1px solid;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 25px;
}

.content-box h2 {
  margin: 0;
  padding: 5px;
  border-radius: 15px 15px 0 0;
  border-color: transparent;
  font-size: 20pt;
  font-weight: 300;
  color: white;
}

#quibbleverse_pitch {
  box-shadow: inset 0px 0px 20px #F7F3E3FF;
}

#quibbleverse_pitch img {
  max-width: 90%;
  box-shadow: 3px 3px 4px #000;
  border: 1px solid #F7F3E3FF;
  margin-bottom: 10px;
}

.bg-color-black {
  background: #000;
}

.bg-color-darkest {
  background: #0E2E45FF;
}
.bg-color-dark {
  background: #095556FF;
}
.bg-color-mid {
  background: #92AA9cFF;
}
.bg-color-light {
  background: #0CB990FF;
}
.bg-color-cream {
  background: #F7F3E3FF;
}


.bg-color-darkest-10pct {
  background: #0E2E450A;
}
.bg-color-dark-10pct {
  background: #0955560A;
}
.bg-color-mid-10pct {
  background: #92AA9c0A;
}
.bg-color-light-10pct {
  background: #0CB9900A;
}
.bg-color-cream-10pct {
  background: #F7F3E30A;
}

.border-color-darkest {
  border-color: #0E2E45;
}
.border-color-dark {
  border-color: #095556;
}
.border-color-mid {
  border-color: #92AA9c;
}
.border-color-light {
  border-color: #0CB990;
}
.border-color-cream {
  border-color: #F7F3E3;
}

.text-color-darkest {
  color: #0E2E45;
}
.text-color-dark {
  color: #095556;
}
.text-color-mid {
  color: #92AA9c;
}
.text-color-light {
  color: #0CB990;
}
.text-color-cream {
  color: #F7F3E3;
}