.header-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  padding: 50px;
  color: #ffffff;
}
.header-title h1 {
  text-transform: uppercase;
  font-size: calc(45px + 1 * ((100vw - 320px) / 800));
  color: #fff;
  font-weight: 400;
  text-shadow: 5px 5px 5px #000;
  font-family: "Stint Ultra Expanded", cursive;
  text-align: center;
  margin: 0px;
  margin-bottom: 2rem;
  padding: 0px;
}

strong {
  color: #083870;
}

h1,
h1.ui.header {
  font-size: 26px;
  font-weight: 300;
}

h2,
h2.ui.header {
  color: #083870;
  font-weight:400;
}

h3,
h3.ui.header {
  color: #083870;
  font-weight: 300;
}

h4,
h4.ui.header {
  font-weight: 300;
  color: #083870;
}

img {
  max-width: 100%;
  height: auto;
}

/* Thermometer stuff */
.thermometer {
  display: inline-block;
  background: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 15px;
  width: 100%;
  text-align: left;
  border-radius: 1rem;
  overflow: hidden;
}

.thermometer .current-raised {
  background: #62a81a;
  width: 100%;
  height: 15px;
  display: inline-block;
  text-align: left;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

/* Start Purple Donate Button */
.donate_area {
  width: 100%;
  padding-bottom: 10px;
  font-family: "Roboto Slab", serif;
}

.donate_area a {
  font-family: "Roboto Slab", serif;
  display: inline-block;
  background: #49016f;
  font-size: calc(12px + 6 * ((100vw - 320px) / 800));
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 0px;
  border-radius: 3px;
  text-align: center;
}
/* END Purple Donate Button */

.burningman-campaign.woocommerce-checkout h3.ui.header, 
.burningman-campaign.woocommerce-checkout h3,
#order_review_heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
}