/* GAP! colors
#620d84 - Deep purple
#d5095f - GAP! pink
#ff8100 - GAP! orange
#b5087b - Pink
#fff7fb - Pale pink

End of comment */ 

  @import url("https://use.typekit.net/wec0wbr.css");
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Epunda+Slab:ital,wght@0,300..900;1,300..900&display=swap');

body{	
	background-color:#f9f9f9;
}
.entry-content{
	font-family: "haboro-soft", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.wp-block-post-title{
}
h1, h2, h3, h4, h5{
	font-family: "haboro-soft", sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}
blockquote.wp-block-quote{
	border:0;
}
blockquote.wp-block-quote p em{
	color:#d5095f;
	font-weight:bold;
	font-size:30px;
}
h1{ /* GAP! Pink */
	color:#d5095f;
}
h2{
	color:#620d84;
}
h3{ /* GAP! Orange */
	color:#ff8100;
}
h4{
	color:#b5087b;
}
.display{
  font-family: "Caprasimo", serif;
  font-weight: 400;
  font-style: normal;
}
nav{
	padding-bottom:20px;
}
li.donate a span.wp-block-navigation-item__label{
	background-color:#ff8100;
	padding:5px;
	border-radius:5px;
}
li.oldbills a span.wp-block-navigation-item__label{
	background-color:#fff;
}
.hero{
	margin:20px;
}
.hero-box{
  background: rgba(98, 13, 132, 0.72); /* purple background with 72% opacity */
}
.hero-box .wp-block-button__link{
	background-color:#fff;
}
.wp-block-button__link{
	border-radius:8px;
	padding:14px;
}
