@charset "UTF-8";
/* CSS Document */


/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  	margin-block-start: 0;
	margin-block-end: 0;
}

body {
  	margin: 0 auto;
  	padding: 0px;
  	font-family:Arial;
  	background-color:#fff;
	display: block;
	font-family: "Sofia Sans", Georgia, 'Times New Roman', Times, serif;
	font-weight: 350;
}

p {
	line-height: 1.2;
	margin-top: 20px;
}

header,
footer {
  justify-content: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Sofia Sans Extra Condensed";
	text-transform: uppercase;
}

h2 {
	font-size: 38px;
	color: #a12b86;
	font-weight: 400;
}

h3 {
	font-size: 22px;
	columns: #000;
}

a {
	color: #6E0E58;
	text-decoration: underline;
}

a:hover {
	color: #a12b86;
}

header {
	background-color:#a12b86;
	padding: 0px;
}

.header-wrap {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: auto;
	grid-gap:24px;
	margin: 0px auto;
	max-width: 1080px;
	width: 90%;
}

.logo {
	margin-top: 38px;
	grid-column: span 2;
}

.logo a {
	text-decoration: none;
}

.logo a:hover {
	mix-blend-mode:color-dodge;
}

.logo img {
	width: 42px;
	height: auto;
	margin-left: -6px;
}

.logo p {
	color: white;
	font-family: "Jost", sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: .9;
	font-weight: 300;
	margin-top: 0px;
}


.title {
	grid-column-start: 3;
	grid-column-end: 9;
	margin: 0px;
}

header h1 {
	color: #fff;
	font-size: clamp(6.75rem, -1rem + 16vw, 10rem); /* Ref https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/ */
 	font-weight: 400;
	letter-spacing: -.05em;
	line-height: .75;
	margin: 72px 0px 0px -9px;
	/*background-image: url(imgs/arrow.svg);
	background-position: 290px 2px;
	background-size: 228px;
	background-repeat: no-repeat;*/
	padding-top: 20px;
}

header h2 {
	color: #fff;
  	font-optical-sizing: auto;
	font-size: 38px;
 	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	padding-bottom: 10px;
	margin: 4px 0px 32px 0px;
	text-transform: none;
}

.header-image {
	grid-column-start: 9;
	grid-column-end: 13;
	background-image: url("imgs/Better-Onboarding-2nd-Edition-Cover.png");
	background-position: 50% 70%;
	background-size: 70%;
	background-repeat: no-repeat;
}
/*	text-align: center;
	margin-top: 60px;
}

		.header-image img {
			width: 75%;
			object-fit: cover;
			height: auto;
		}*/

.content {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: auto;
	grid-gap: 24px;
	margin: 0px auto;
	max-width: 1080px;
	width: 90%;
}
.about {
	grid-column-start: 3;
	grid-column-end: 9;
	font-size: 20px;
	margin-top: 20px;
	grid-row: 1 / span 2;
	padding-right: 20px;
}

.about h2 {
	padding-top: 16px;
}

.about ul {
	padding-top: 0px;
	margin-block-start: 16px;
	list-style-type: disc;
	margin-left: 20px;
	padding-inline-start: 0px;
}
	.about li {
		margin-bottom: 18px;
		line-height: 1.2;
	}

.buy {
  	grid-column-start: 9;
	grid-column-end: 13;
	margin-top: -46px;
}

.buy-links {
	background: #ebfdce;
	border-radius: 20px 20px 0px 0px;
	padding: 24px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.buy-image {
padding: 0px 0px 0px 12px;
text-align: right;
width: 100px;
display: none;
}

.buy-image img {
	width: 100%;
}

.buy-links h2 {
	color: #6E0E58;
	font-weight: 600;
	line-height: 1;
}

.buy-links h3 {
	padding-top: 16px;
}

.buy-links p {
	margin-top: 8px;
}

.TOC {
	grid-row-start: 2;
	grid-column-start: 9;
	grid-column-end: 13;
	padding: 32px 24px;
	background:#a12b86;
	border-radius: 0px 0px 20px 20px;
	color:#fff;
}

.TOC ul {
margin: 0px;
padding: 0px;
list-style:none;
}

.TOC li {
	padding: 6px 0px;
}

.Testimonial-wrapper {
	background-color: #000;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: auto;
	grid-gap:24px;
	margin: 0px auto;
	/* margin-top: 72px; */
}

.Testimonial {
	grid-column: span 4;
	color: #fff;
	font-weight: 200;
	font-size: 16px;
	padding: 48px;
	font-family: "Source Serif 4", Georgia, 'Times New Roman', Times, serif;
}

.Testimonial-wrapper:first-child {
	padding-right: 10px;
}

.Testimonial h3 {
	text-transform: none;
	color: #5bc8ff;
	font-size: 20px;
}

.Testimonial h3 span {
	font-weight: 200;
	line-height: 1;
}

.image-full {
	height: 300px;
	background-image: url("imgs/onboarding-journeys-book-image.jpg");
	background-position: 0px;
	background-size: cover;
	margin-top: 48px;
}

footer {
	background-color: #6E0E58;
	height:auto;
	padding: 48px 100px;
	color: #e28fcf;
	text-align: center;
}

footer a {
	color: #e28fcf;
}

footer a:hover {
	color: #fff;
}

/*------ TABLET/NARROW --------- */

@media only screen and (min-width: 641px) and (max-width: 960px) {

	.header-wrap {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-auto-rows: auto;
		grid-gap: 28px;
		margin: 0px 28px;
		width: 90%;
	}

	.logo {
		margin-top: 28px;
		grid-row-start: 1;
	}
	
	.logo img {
		width: 32px;
		height: auto;
		margin-left: -5px;
	}
	
	.logo p {
		font-size: 18px;
		line-height: .9;
		font-weight: 300;
		margin-top: 0px;
	}
	
	.title {
		grid-row-start: 2;
		grid-column-start: 1;
		grid-column-end: 8;
	}

	header h1 {
		color: #fff;
		font-size: clamp(5.75rem, -.26rem + 16vw, 6.75rem); /* Ref https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/ */
		 font-weight: 400;
		letter-spacing: -.05em;
		line-height: .75;
		margin: 0px 0px 0px -5px;
		padding-top: 12px;
	}
	
	header h2 {
		font-size: 32px;
	}
	
	.header-image {
		grid-row: 1 / span 2;
		grid-column-start: 8;
		grid-column-end: 13;
		background-image: url("imgs/Better-Onboarding-2nd-Edition-Cover.png");
		background-position: 50% 70%;
		background-size: 70%;
		background-repeat: no-repeat;
	}

	.content {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-auto-rows: auto;
		margin: 0px 28px;
		width: 90%
	}
	.about {
		grid-column-start: 1;
		grid-column-end: 8;
		grid-row: 1 / span 3;
		padding-right: 0px;
	}

	.buy {
		grid-column-start: 8;
		grid-column-end: 13;
	}

}


/*------ MOBILE --------- */

@media only screen and (max-width:640px) {

	h2 {
		font-size: 32px;
		color: #a12b86;
		font-weight: 400;
	}
	
	h3 {
		font-size: 18px;
		columns: #000;
	}

	.header-wrap {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: auto;
		grid-gap: 28px;
		margin: 0px 28px;
		width: auto;
	}
	
	.logo {
		margin-top: 28px;
		grid-row-start: 1;
	}
	
	.logo img {
		width: 32px;
		height: auto;
		margin-left: -5px;
	}
	
	.logo p {
		color: white;
		font-family: "Jost", sans-serif;
		text-transform: uppercase;
		font-size: 16px;
		line-height: .9;
		font-weight: 300;
		margin-top: 0px;
	}
	
	
	.title {
		grid-row-start: 2;
		grid-column-start: 1;
		grid-column-end: 3;
	}
	
	header h1 {
		color: #fff;
		font-size:80px;
		font-weight: 400;
		letter-spacing: -.05em;
		line-height: .75;
		padding-top: 0px;
		margin: 0px 0px 0px -2px;
	}
	
	header h2 {
		line-height: 1;
		padding-bottom: 0px;
		font-size:28px;
		margin-bottom: 12px;
	}

	.header-image {
		display:none;
	}

	.content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: auto;
		grid-gap: 12px;
		margin: 0px auto;
		width: auto;
	}
	.about {
		grid-column-start: 1;
		grid-column-end: 3;
		font-size: 20px;
		margin: 0px 24px;
		grid-row: 2 / span 2;
		padding: 0px 0px;
	}
	
	.about h2 {
		padding-top: 16px;
	}
	
	.about ul {
		padding-top: 0px;
		margin-block-start: 16px;
		list-style-type: disc;
		margin-left: 20px;
		padding-inline-start: 0px;
	}
		.about li {
			margin-bottom: 18px;
			line-height: 1.2;
		}
	
	.buy {
		grid-column-start: 1;
		grid-row-start: 1;
		grid-column-end: 3;
		margin-top: 0px;
		background-color: #a12b86;
		display: block;
	}
	
	.buy-links {
		background: #ebfdce;
		border-radius: 20px;
		margin: 16px 24px;
		background-image: url("imgs/Better-Onboarding-2nd-Edition-Cover.png");
		background-size: 100px;
		background-position: 90% 24px;
		background-repeat: no-repeat;
	}
	
	.buy-links a {
		color: #6E0E58;
	}

	.buy-links h2 {
		color: #6E0E58;
		font-weight: 600;
		line-height: 1;
	}
	
	.buy-links h3 {
		padding-top: 16px;
	}
	
	.buy-links p {
		margin-top: 8px;
	}
	
	.TOC {
		padding: 12px 48px 24px;
		background:#a12b86;
		border-radius: 0px 0px 20px 20px;
		color:#fff;
	}

	.Testimonial-wrapper {
		background-color: #000;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: auto;
		grid-gap: 24px;
		margin: 0px;
		padding: 28px 0px;
	}
	
	.Testimonial {
		grid-column: span 4;
		color: #fff;
		font-weight: 200;
		font-size: 16px;
		margin: 0px 28px;
		padding: 0px 0px 19px;
		font-family: "Source Serif 4", Georgia, 'Times New Roman', Times, serif;
		border-bottom: #777777 dotted 1px;
	}

	.Testimonial:last-child {
		border-bottom: none;
		padding: 0px;
	}

	.image-full {
		height: 250px;
		background-image: url("imgs/onboarding-journeys-book-image.jpg");
		background-position: 0px;
		background-size: cover;
		margin-top: 19px;


	footer {
		padding: 24px;
	}

  }



