/* Some nice good-to-haves */
.border-radius{border-radius: 5px}
.box-wrapper{ padding: calc(var(--vspace) * 4); }
.gray-border{border: 1px solid var(--pd-light-gray);}
.big-dropshadow{ box-shadow: 0 16px 80px 0 rgba(0,0,0,0.05); }
.small-dropshadow{ box-shadow: 0 2px 3px 0 rgba(0,0,0,0.03); }

/* text color rules, not very pretty but ┐(´～｀)┌ */
.entry-body p{ color: var(--pd-gray); }
/* the waves behind stuff here and there, for example the CTA-box in the footer on some pages */
.gray-waves{
	top: 18%; z-index: -2;
	svg{max-width: none; min-width: 100vw; width: 3840px }
}

