
	body{
		margin:0;
		padding:3em 0 0 0;
		border:0;
		background: #000000;
		color: #EEEEEE;
		font-family: "Zilla Slab", serif;
	}
	h1,h2,h3,h4,h5,h6{
  		font-family: "Oswald", sans-serif;
	}
	header{
		display:flex;
		align-items: center;
		gap: .5em;
		position: fixed;
		top: 0;
		background-color: #006644;
		width: 100%;
		color: #FFFFFF;
		padding: .5em;
		font-size: 1.5em;
		z-index: 100;
	}
	.nk-awb-with-featured-image{
		color: #333333;
		font-weight: bold;
	}
	p{
		/*width: 80%;
		margin: 0 auto 2em auto;*/
		font-size: 1.5em;
	}
	.big-headline{
		font-size: 2em;
	}
	/*.awb-class-test p{
		max-width: 60%;
		margin: 0 auto 1em;
	}*/
	.wp-group-test{
		max-width: 55%;
		margin: 0 auto;
		background-color: rgba(0,20,0,.8);
		padding: 1em;
	}
	.awb-cta-test{
		width: 51%;
		margin: 0 auto;
	}
	.black-caption{
		color: #000;
	}

	.story-container .wp-block-quote p{line-height:unset!important;margin:0!important}
	.story-container .wp-block-quote p:first-child:first-line{color:inherit!important;float:none!important;font-size:inherit!important;line-height:inherit!important;margin:unset!important}
	.story-container .wp-block-quote{border-bottom:1px solid #ddd;border-top:1px solid #ddd;clear:both;color:#064;font-family:Zilla Slab,serif;font-size:1.5em;line-height:1.2;margin:1.5em 0;padding:2rem 1rem;position:relative}
	.story-container .wp-block-quote cite{color:#333;display:block;font-family:Zilla Slab,serif;font-size:.75em;font-style:italic;text-align:right;width:100%}
	.story-container .wp-block-quote cite:before{content:"—";margin-right:5px}
	.story-container .wp-block-quote:after{background-color:#fff;content:url(https://entrepreneurship.babson.edu/wp-content/themes/babson-ta/images/quote_box_gray.svg);left:50%;margin:0 -20px;padding:10px 20px 0;position:absolute;top:-25px}
	@media (min-width:840px){
		.story-container .featured-image-caption,.story-container .wp-caption-text{margin:0 0 0 auto;text-align:right;width:75%}
		.story-container .wp-block-quote{font-size:2em;padding:2rem 5rem}
	}

.sticky-box {
  height: 200vh;
  font-size: 1rem;
  box-sizing: border-box;
  position:relative;
}

.sticky-box-image {
  background-image: url('https://babsoneak1dev.wpengine.com/wp-content/uploads/2019/05/Roger-Babson.jpg');
  background-color: blue;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -1;
  /*clip-path: inset(0 calc(100vh / 5) 0 0);*/
}
.sticky-box-text{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  padding:2em;
}

.sticky-box p{
  font-size:1.5em;
  margin-left:.3em;
  width:28%;
  line-height:1.1;
}

.sticky-box p.p-right{
  font-size:3em;
  font-weight:bold;
  font-style: italic;
  float: right;
  margin-left:2em;
}

.sticky-box h1{
  font-size:5em;
  font-weight:bold;
  display:block;
  font-family:sans-serif;
  width:20%;
  line-height:1.1;
  margin-bottom:2rem;
}
/*
.fixed-background{
  background-attachment: fixed;
  background-position: top;
}*/