@media (min-width: 1024px) {
    .imgwrap { height: 100%; }
}
@import url("https://fonts.googleapis.com/css2?family=Onest:wght@900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@layer demo {
  .highlighted-text-shadow {
    text-shadow:
      /* regular text-shadow */
      0 .15ch 15px var(--shadow),
      /* text-shadow highlight */
      0 -2px 0 var(--highlight);
      font-family: "Raleway", sans-serif;
  }
}

@layer demo.support {
  :root {
    --hue: 320; /* change me */
    --bg: oklch(35% .3 var(--hue));
    --text: oklch(85% .1 var(--hue));
    --shadow: oklch(25% .2 var(--hue));
    --highlight: oklch(98% .05 var(--hue));
  }
  
  * {
    box-sizing: border-box;
    margin: 0;
  }

  html {
    block-size: 100%;
    background-color: var(--bg);
    color: var(--text);
  }

  body {
    min-block-size: 100%;
    display: grid;
    place-content: center;
    gap: 10vh;
  }
  
  h1 {
    font-size: 15vi;
    letter-spacing: -.15ch;
    line-height: .75;
    font-size:60px !important;
    text-align:center;
    margin-top:1em;
    font-family: "Raleway", sans-serif;
  }
  
  small {
    max-inline-size: 30ch;
  }
}
.circular {
    max-width: 200px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 6px 5px rgba(0, 0, 0, 0.7);
}
.square {
	width:100%;
}
.divcol {
    margin-top: .5em;
    margin-bottom: 1.4em;
    font-size: 1.15em;
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
	text-align: left;
}
#countdown-wrap {
  width: 100%;
  height: 140px;
  border: 0px solid black;
  padding: 20px;
  font-family: arial;
  max-width: 650px;
  margin: 50px auto 0px;
}

#goal {
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
  font-size: 48px;
  text-align: right;
  color: #333;
  @media only screen and (max-width : 640px) {
    text-align: center;  
	  font-size:36px;
  }
  z-index:999;
  position:relative;
  margin-bottom:.25em;
}

#glass {
  width: 100%;
  height: 20px;
  background: #c7c7c7;
  margin-bottom:.5rem;
  border-radius: 10px;
  float: left;
  overflow: hidden;
	box-shadow: 6px 8px 12px 1px rgba(0,0,0,0.68);
-webkit-box-shadow: 6px 8px 12px 1px rgba(0,0,0,0.68);
-moz-box-shadow: 6px 8px 12px 1px rgba(0,0,0,0.68);
}

#progress {
  float: left;
  width: 16%;
  height: 20px;
  background: #04b7ff;
  z-index: 333;
  border-radius: 5px;
}

.goal-stat {
  width: 25%;
  padding: 10px;
  float: left;
  margin: 0;
  color: #222;
  
  @media only screen and (max-width : 640px) {
    width: 50%;
    text-align: center;
  }
}

.imgwrap {
	width: 100%;
    height: 320px;
	text-align: center;
	overflow:hidden;
}

.goal-number, .goal-label {
  display: block;
  font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
}

.goal-number {
  font-weight: bold;
}
.star {
	box-shadow: 10px 10px 23px -6px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 23px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 23px -6px rgba(0,0,0,0.75);
	width: 150px;
	height: 150px;
	background: #efdf00;
	clip-path: polygon(50% 5%, 61% 40%, 98% 40%, 68% 62%, 79% 96%, 50% 75%, 21% 96%, 32% 62%, 2% 40%, 39% 40%);
    top: -2em;
    margin-left: -4em;
}
.spinball {
    position: absolute;
    top: -9em;
    margin-left: -4em;
    width: 250px;
}
@media(max-width: 768px) {
.spinball {
    position: absolute;
    top: -14em;
    left: 40%;
    width: 200px;
}
}

