/* reset browser defaults */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  	margin: 0;
  	padding: 0;
  	font-size: 100%;
  	vertical-align: baseline;
  	border: 0;
  	outline: 0;
  	background: transparent;
}

@font-face {
	font-family: "Aestetico-Regular";
	src: url("fonts/Aestetico-Regular.eot");
	src: url("fonts/Aestetico-Regular.woff") format("woff"),
	url("fonts/Aestetico-Regular.otf") format("opentype"),
}

body {
	font-family: 'Aestetico-Regular', Helvetica, Arial, sans-serif;
	color: #425968;
	font-size: 1.25rem;
	line-height: 1.5;
}

/* Accessibility */
.skip-to-main {
	position: absolute;
	left: -9999px;
	top: 5px
}

.skip-to-main:focus {
	left: 5px;
}

a:focus-visible, .button-container a:focus-visible, a:focus-visible .textgridcontainer {
	outline: 3px solid #f9dd7c;
	background-color: #f9dd7c;
	color: #000 !important;
	text-decoration: none;
	border-bottom: 0;
}

a:focus-visible .textgridcontainer h2 {
	color: #000 !important;
}

/* Typography */
a {
	color: #005EB8;
	transition: all 0.3s ease 0s; 
}

a:hover {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	color: #25333a;
	font-family: "Space Grotesk", serif;
	line-height: 1.2;
}

h1 {
	margin: 0 0 2rem 0;
  font-size: 3rem;
}

@media screen and (min-width: 980px) {
	h1 {
	  font-size: 5rem;
  }
}

/* Custom home intro text */
.home h1 {
  font-size: 4rem;
}

@media screen and (min-width: 550px) {
	.home h1 {
	  font-size: 6rem;
  }
}

@media screen and (min-width: 980px) {
	.home h1 {
	  font-size: 8rem;
  }
}

h2 {
  font-weight: 600;
  font-size: 1.875rem;
  margin: 2.5rem 0 1rem 0;
}

@media screen and (min-width: 980px) {
	h2 {
  	font-size: 2.75rem;
  	margin-bottom: 1rem;
	}
}

h3 {
  font-size: 1.375rem;
  margin: 0 0 1rem 0;
}

@media screen and (min-width: 980px) {
	h3 {
	  font-size: 2.25rem;
	}
}

h4 {
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  font-weight: bold;
}

@media screen and (min-width: 980px) {
	h4 {
	  font-size: 1.75rem;
	}
}

p {
	margin: 0 0 1.125rem 0;
	font-size: 1.125rem;
	line-height: 1.75;
}

@media screen and (min-width: 980px) {
	p {
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

/* End typography */

/* Buttons */
button {
	padding: 0;
	border: 0;
}

.button-container {
	margin-bottom: 2rem;
}

.button-container.all-work {
	text-align: center;
	margin-bottom: 10rem;
}

.about .button-container {
	display: inline-block;
	margin-right: 1rem;
}

.button-container a {
	padding: 0.75rem 1.75rem;
	background-color: #005EB8;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 1.25rem;
	border: 0;
}

@media screen and (min-width: 980px) {
	.button-container a {
		font-size: 1.625rem;
	}
}

.button-container a:hover {
	background-color: #000;
	text-decoration: none;
	color: #fff;
}

/* End buttons */

/* Images */

figure {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}


/* Site layout */
.header-container,
.main-container, 
.footer-container {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;	
}

.header-container {
	margin: 0.5rem auto 1rem auto;
}

@media screen and (min-width: 760px) {
	.header-container {
		margin: 0 auto;
	}	
}

header, main, footer {
	width: 100%;
	padding: 4vmin 0;
	margin: 0;
	box-sizing: border-box;
}
/* End site layout */

/* Header */
.title {
	margin-bottom: 0.5rem;
	display: inline-block;
}

@media screen and (min-width: 365px) {
	.title {
		margin-bottom: 0;
	}
}

nav {
	margin: 1rem 0 1rem 0;
}

@media screen and (min-width: 365px) {
	nav {
		margin: 0.375rem 0;
		float: right;
	}
}

@media screen and (min-width: 600px) {
	nav {
		margin: 0.75rem 0;
	}
}

nav li {
	display: inline-block;
	margin: 0 0.5rem 0 0;
	font-size: 1.25rem;
}

@media screen and (min-width: 365px) {
	nav li {
		margin: 0 0 0 1rem;
	}
}

@media screen and (min-width: 600px) {
	nav li {
		margin: 0 0 0 3rem;
		font-size: 1.75rem;
	}
}

footer nav li {
	font-size: 1.5rem;
}

.logo {
	text-decoration: none;
	color: #333;
	font-family: "Space Grotesk", serif;
	border-bottom: none !important;
}

@media screen and (min-width: 760px) {
	.logo {
		float: left;
	}
}

.stage .logo:hover {
	border-bottom: none !important;
}

.logo span.question {
	background-color: #005eb8;
  border-radius: 100px;
  padding: 0 9px;
  text-align: center;
  font-weight: bold;
  margin-left: 0.5rem;
  color: #fff;
  font-size: 1.5rem;
}

.stage .logo:hover span.question {
	background-color: #000;
}

@media screen and (min-width: 600px) {
	.logo span.question {
		font-size: 2.5rem;
	  padding: 0 14px;
	}
}

.logo span.site-name {
	font-size: 1.5rem;
	font-weight: 500;
}

@media screen and (min-width: 600px) {
	.logo span.site-name {
		font-size: 2.5rem;
	}
}

/* End header */


/* Home intro text */

.page-intro {
	margin: 0 0 2rem 0;
	display: inline-block;
}

.page-intro h2 {
	font-size: 2.5rem;
	margin-bottom: 0rem;
}

@media screen and (min-width: 980px) {
	.page-intro h2 {
		font-size: 4rem;
	}
}

.page-intro p {
	font-size: 1.25rem;
	max-width: 1000px;
}

@media screen and (min-width: 980px) {
	.page-intro p {
		font-size: 1.625rem;
	}
}

.page-intro .button-container {
	margin-bottom: 2rem;
}

@media screen and (min-width: 980px) {
	.page-intro .button-container {
		margin-bottom: 4rem;
		text-align: left;
	}	
}

.page-intro .button-container a {
	font-size: 1.25rem;
}

@media screen and (min-width: 980px) {
	.page-intro .button-container a {
		font-size: 1.5rem;
	}		
}

/* End page intro text */


/* Home and work List */

@media screen and (min-width: 980px) {
	.worklist {
		margin: 7em auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 7%;
	}
}

@media screen and (min-width: 980px) {
  .worklist li:nth-child(2n+1) {
    margin-top: -7em;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 980px) {
  .worklist li:nth-child(2n) {
    margin-top: 7em;
    margin-bottom: -3em;
  }
}

.worklist a:hover {
	color: #000;
}

.worklist li a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #425968;
  display: inline-block;
}

.worklist a h2 {
  font-weight: normal;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: #005EB8;
  margin-top: 0;
}

@media screen and (min-width: 1300px) {
	.worklist a h2 {
		font-size: 2.5rem;
	}
}

.worklist a:hover h2 {
	color: #000;
}


/* List logo and text */
.textgridcontainer {
	display: inline-block;
	margin: -50px 0 75px 0;
	padding: 1rem 0 0 0;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
}

@media screen and (min-width: 600px) {
	.textgridcontainer {
		padding: 2rem 0 0 3rem;
		margin: -100px 0 75px 5%;
		width: 95%;
	}
}

@media screen and (min-width: 980px) {
	.textgridcontainer {
		margin-bottom: 0;
		min-height: 400px;
	}
}

.textgridcontainer img {
	max-height: 70px;
	max-width: 90%;
	margin: 1rem 0;
}

@media screen and (min-width: 980px) {
	p.summary {
  	line-height: 1.3;
  }
}

/* End list */


/* Project page */

/* Default feature image background */
.stage {
 	background-color: #f5f5eb;
	border-bottom: solid 3px #eee; 
}

/* Default hidden bottom border on links */
.stage a {
	text-decoration: none;
	color: #000;
}

.stage a:hover {
	text-decoration: none;
	border-bottom: 5px solid #000;
}

.stage img {
	max-width: 2000px;
	width: 90%;
	margin: 0 auto -6vmin auto;
	display: block;
	line-height: 0;
}

@media screen and (min-width: 760px) {
	.stage img {
		margin-bottom: -3.5vmin;
	}
}


/* These are white bacgrounds */
.home .stage,
.work .stage,
.about .stage {
	background-color: unset;
	padding-bottom: 0;
	border-bottom: 0;
}

/* These are white borders */
.home .stage a,
.work .stage a,
.about .stage a {
	border-bottom-color: #fff;
	color: #333;
	text-decoration: none;
}

.home .stage a:hover,
.work .stage a:hover,
.about .stage a:hover {
	border-bottom-color: #333;
}

/* Custom project stages */
.healthchecks .stage {
	background-color: #ebf4f5;
}

.hearmenow .stage {
	xxbackground-color: #e9b3ca;
	background-color: #6420b2;
}

.hearmenow .stage a {
		color: #fff;
		border-bottom-color: #2c2f39;
}

.hearmenow .stage a:hover {
	border-bottom-color: #fff;
}


.hearmenow .logo span.question {
	color: #000;
	background-color: #fff;
}

.hearmenow .logo span.question:hover {
	background-color: #199F48;
	color: #fff;
}

.hearmenow .logo:hover span.question {
  background-color: #199F48;
  color: #fff;
}


.knowledgeshare .stage {
	background-color: #FFC459;
}

@media screen and (min-width: 760px) {
	.knowledgeshare .stage img {
		margin-bottom: 0;
	}
}

.pathways .stage {
	background-color: #b1d0db;
}

.pathways .logo span.question {
	background-color: #005a77;
}

.homerton .stage {
	background-color: #f5c147;
}

.agrifood .stage {
	background-color: #CACF85;
}

.dime .stage {
	background-color: #FFBB40;
}

.lumis .stage {
	background-color: #6ec6d9;
}

.stopapp .stage {
	background-color: #2C2F39;
}

.stopapp .stage a {
		color: #fff;
		border-bottom-color: #2c2f39;
}

.stopapp .stage a:hover {
	border-bottom-color: #fff;
}

.stopapp .stage img {
	margin-bottom: -4vmin;
}

.stopapp .logo span.question {
	color: #000;
	background-color: #fff;
}

.stopapp .logo span.question:hover {
	background-color: #619683;
	color: #fff;
}

.stopapp .logo:hover span.question {
  background-color: #619683;
  color: #fff;
}

.stopapp .block-content figure {
	background-color: #2c2f39;
}

.maldaba .stage {
	background-color: #2a1e43;
}

.maldaba .stage a {
	color: #fff;
	border-bottom-color: #2a1e43;
}

.maldaba .stage a:hover {
	border-bottom-color: #d71f25;
}

.maldaba .stage img {
	margin-bottom: 0;
}

.maldaba .logo span.question {
	color: #000;
	background-color: #fff;
}

.maldaba .logo span.question:hover {
	background-color: #d71f25;
}

.maldaba .logo:hover span.question {
  background-color: #d71f25;
  color: #fff;
}

.vicc .stage {
	background-color: #ffd991;
}

.wolterskluwer .stage {
	background-color: #792424;
}

.wolterskluwer .stage a {
	color: #fff;
	border-bottom-color: #390404;
}

.wolterskluwer .stage a:hover {
	border-bottom-color: #fff;
}

.wolterskluwer .stage img {
	margin-bottom: 0;
}

.wolterskluwer .logo span.question {
	color: #000;
	background-color: #fff;
}


.wolterskluwer .logo span.question:hover {
	background-color: #000;
	color: #fff;
}

.wolterskluwer .logo:hover span.question {
  background-color: #000;
  color: #fff;
}

.cornerstone .stage {
	background-color: #206193;
}

.cornerstone .logo span.question {
	background-color: #000;
}

.cornerstone .logo span.question:hover {
	background-color: #fff;
	color: #000;
}

.cornerstone .stage a {
	color: #fff;
}

.cornerstone .stage a:hover {
	border-bottom-color: #fff;
}

.cornerstone .stage img {
	margin-bottom: -1px;
}

/* End custom project headers */

/* Custom client logo size for square logo types */
.dime .textgridcontainer img,
.dime .work-intro img {
	max-height: 100px;
}


/* Project content */

/* As we show the results at the end so don't have a full story we hide the :after text */
.stopapp .fullstory,
.agrifood .fullstory {
	display: none;
}

/* Image container */
.block-content figure {
	margin: 4rem auto;
	line-height: 0;
}

@media screen and (min-width: 0px) {
	.block-content figure {
		margin: 7vmin auto;
		padding: 5vmin;
		background-color: #f5f5eb;
	}
}

/* 
.block-content figure img {
	box-shadow: 0.25em 0.25em 1.25em rgba(0,0,0,0.125);
}
*/

/* About text max with */
.about .about {
	max-width: 1000px;
}

.about article img {
	height: 150px;
	width: 150px;
	float: right;
	margin: 0.5rem 0 2rem 1rem;
	border: solid 1px #eee;
	padding: 0.5rem;
	background-color: #f5f5eb;
}

@media screen and (min-width: 760px) {
	.about article img {
		height: 300px;
		width: 300px;
		margin: 0.5rem 0 2rem 2rem;
	}
}

/* Content lists */
.block-content figure ul {
	padding: 0;
	margin: 0 auto;
}

.block-content figure li {
	list-style: none;
}

/* Text and images side by side */

.textimage,
.imagetext {
	margin-bottom: 2rem;
}

@media screen and (min-width: 0px) {
	.textimage,
	.imagetext {
		padding: 5vmin;
		background-color: #f5f5eb;	
	}
}

@media screen and (max-width: 759px) {
	.imagetext .associatedimage figure,
	.textimage .associatedimage figure {
		margin-bottom: 1rem;
	}
}

.textimage figure,
.imagetext figure {
	background-color: unset !important;
}

@media screen and (min-width: 760px) {
	.textimage {
		display: grid;
		grid-template-columns: 10fr 2fr 20fr;
		margin: 7vmin auto;
		padding: 5vmin 8vmin;
		background-color: #f5f5eb;
	}
}

@media screen and (min-width: 760px) {
	.imagetext {
		display: grid;
		grid-template-columns: 20fr 2fr 10fr;
		margin: 7vmin auto;
		padding: 5vmin 8vmin;
		background-color: #f5f5eb;
	}
}

.textimage .associatedimage,
.imagetext .associatedtext {
	grid-column: 3 / span 1;
	align-self: center;
	grid-row: 1;

}

.textimage .associatedtext,
.imagetext .associatedimage {
	grid-column: 1 / span 1;
	align-self: center;
	grid-row: 1;
}

.associatedimage figure {
	margin: 0;
	padding: 0;
}

/* Custom text image blocks */

@media screen and (min-width: 0px) {
	.lumis .textimage,
	.lumis .imagetext {
		background-color: #2c2f39;
		color: #fff;
	}
}

@media screen and (min-width: 0px) {
	.stopapp .textimage,
	.stopapp .imagetext {
		background-color: #2c2f39;
		color: #fff;
	}
}

@media screen and (min-width: 0px) {
	.healthchecks .textimage,
	.healthchecks .imagetext {
		background-color: #ebf4f5;
		color: #425968;
	}
}

/* End text and images side by side */

blockquote footer {
	background-color: unset;
}

.text h1,
.text p {
	margin: 3rem auto;
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
	max-width: 1000px;
}

/* Results block */

.block-content .resultsblock {
	padding: 2.25rem 0.5rem 1rem 0.5rem;
	margin-bottom: 3rem;
	margin-top: 3rem;
	background-color: #ebf4f5;
}

@media screen and (min-width: 760px) {
	.block-content .resultsblock {
		padding: 5vmin 0 3vmin 0;
		margin-bottom: 7vmin;
		margin-top: 7vmin;		
	}
}

@media screen and (max-width: 1240px) {
	.block-content .resultsblock {
		margin-left: -5%;
		margin-right: -5%;
		padding-left: 0;
		padding-right: 0;
	}
}

.block-content .resultsblock h2,
.blog-prevnext h2 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	color: #AE2573;
	width: 90%;
	font-size: 2rem;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.block-content .resultsblock h3 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	width: 90%;
	font-size: 1.375rem;
	font-weight: bold;
}

@media screen and (min-width: 760px) {
	.block-content .resultsblock h3 {
		font-size: 1.75rem;
	}
}

.block-content .resultsblock p {
	margin-bottom: 1.5rem;
	width: 90%;
	line-height: 1.5;
}

.block-content .resultsblock + .fullstory {
	font-size: 1.5rem;
	color: #AE2573;
	text-transform: uppercase;
	margin-top: 7vmin;
}

.block-content .resultsblock + .fullstory + h2 {
	margin-top: 2vmin;
}

/* End results block */


/* Work entry */

@media screen and (min-width: 1000px) {
	.work-intro {
		display: grid;
		grid-template-columns: 4fr 1fr 6fr;
		grid-auto-rows: auto;
		background-color: #fff;
		padding: 0;
	}
}

.work-intro .whatidid {
	grid-row: 2 / span 1;
	grid-column: 1 / span 1;
	margin-bottom: 2rem;
}

@media screen and (min-width: 980px) {
	.work-intro .whatidid {
		margin-bottom: 0;	
	}
}

.work-intro .whatidid h1 {
	font-size: 2rem;
	line-height: 1.2;
}

@media screen and (min-width: 980px) {
	.work-intro .whatidid h1 {
		font-size: 3rem;
	}
}

.work-intro .whatidid h2,
.work-intro .whatidid h3,
.work-intro .whatidid strong {
	font-size: 1.5rem;
}

.work-intro .whatidid p {
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
}

.work-intro .whatidid ul li {
	display: inline;
}

.work-intro .whatidid ul li:after {
	content: " • ";
}

.work-intro .whatidid ul li:last-child:after {
	content: "";
}

@media screen and (max-width: 979px) {
	.work .page-intro h1 {
		margin-bottom: 0;
	}
}

.work-intro img {
	max-height: 70px;
	max-width: 90%;
	margin: 2rem 0;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
}

@media screen and (min-width: 980px) {
	.work-intro img {
		max-height: 80px;
	}
}

.work-intro .work-supplementary {
	grid-column: 3 / span 1;
	grid-row: 2 / span 1;
	padding-top: 0.75rem;
}

@media screen and (max-width: 1000px) {
	.work-intro .work-supplementary {
		margin-bottom: 5rem;
	}
}

.work-intro .work-supplementary p {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	line-height: 1.4;
}

@media screen and (min-width: 980px) {
.work-intro .work-supplementary p {
	font-size: 2rem;
	margin-bottom: 2rem;
}
}

.work-intro .work-supplementary p.button {
	margin-top: 3rem;
}

article .text img {
	margin: 0 auto;
	display: block;
}


/* Block content */

figcaption {
	font-size: 1rem;
	margin: 1.5rem auto 0 auto;
	text-align: center;
	line-height: 1.4;
	max-width: 1000px;
}

@media screen and (min-width: 760px) {
	figcaption {
		font-size: 1.25rem;
		margin: 3rem auto 0 auto;
	}
}

.block-content h2,
.block-content h3,
.block-content h4,
.block-content p,
.block-content blockquote,
.block-content ul,
.block-content ol,
.block-content .buttoncontainer {
	margin: 0 auto 1.5rem auto;
	width: 100%;
	max-width: 1000px;
}

.about .buttoncontainer {
	margin-bottom: 2rem;
}

.block-content blockquote {
	background-color: #efefef;
	background-color: #ebf4f5;
	background-color: #f5f5eb;
	padding: 5vmin;
	box-sizing: border-box;
	margin: 5vmin auto;

}

.block-content h2 {
	margin-top: 5vmin;
}

.block-content h3 {
	margin-top: 3vmin;
}

.block-content ul,
.block-content ol {
	font-size: 1.125rem;
	padding: 0 1rem 0 2rem;
	box-sizing: border-box;
	margin-bottom: 3rem;
}

@media screen and (min-width: 980px) {
.block-content ul,
.block-content ol {
	font-size: 1.5rem;
}
}

.block-content ul li {
	list-style: disc;
	margin-bottom: 0.5rem;
}

.block-content ol li {
	list-style: decimal;
	margin-bottom: 0.5rem;
}

.block-content blockquote  {
	position: relative;
}

.block-content blockquote p {
	margin-top: 1rem;
}

.block-content blockquote footer {
	margin: 1.5rem 0 0 0;
	padding: 0;
	border-left: 0.5rem solid #25763e;
	padding-left: 2rem;
	box-sizing: border-box;
	color: #25763e;
}

/* Previous Next */

.blog-prevnext {
	display: inline-block;
	width: 100%;
	margin: 10vmin auto 5vmin auto;
	padding: 5vmin 0;
	box-sizing: border-box;
}

@media screen and (min-width: 600px) {
	.blog-prevnext {
		display: grid;
		grid-template-columns: 3fr 1fr 3fr;
	}
}

.blog-prevnext img {
	max-height: 80px;
	max-width: 90%;
	margin-bottom: 2rem;
}

.blog-prevnext a {
	text-decoration: none;
	display: inline-block;
}

.blog-prevnext h2 {
	grid-column: 1 / span 3;
	grid-row: 1 / span 1;
	margin-bottom: 2rem;
}

.blog-prevnext a h3 {
	color: #005EB8;
}

.blog-prevnext a:hover h3 {
	color: #000;
}

.blog-prevnext a p {
	color: #000;
}

.blog-prevnext p:hover h3 {
	color: #000;
}

.blog-prevnext .next {
	margin-bottom: 5rem;
}

@media screen and (min-width: 600px) {
	.blog-prevnext .previous {
		grid-column: 1 / span 1;
		grid-row: 2 / span 1;
		margin-bottom: 0;
	}
}

.blog-prevnext .next {
	grid-column: 3 / span 1;
	grid-row: 2 / span 1;
}

/* Ensure the next prev is left aligned for the first project */
.healthchecks .blog-prevnext .next {
	grid-column: 1 / span 1;
	grid-row: 2 / span 1;
}

/* For tablets */
.hearmenow .block-content figure:first-child img {
	border-radius: 2vmin;
}


/* Homepage client logos */
.clients {
  margin: 3vmin 0 7vmin 0;
  display: grid;
	column-gap: calc(2em + 6vw);
  grid-template-columns: 1fr 1fr;
  row-gap: 2rem;
}

@media screen and (min-width: 600px) {
	.clients {
    grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 800px) {
	.clients {
		row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: calc(2em + 2vw);
	}
}

@media screen and (min-width: 1300px) {
	.clients {
		column-gap: calc(4em + 6vw);
	}
}

.clients img {
	line-height: 0;
}

.clients li {
	animation: bounce-in 2s ease infinite;
}

/* End client logos */


/* Footer */

footer {
	padding-top: 4rem;
	background-color: #272e33;
	margin-top: 5rem;
}

@media screen and (min-width: 760px) {
	footer {
		text-align: unset;
	}
}

footer h3 {
	color: #fff;
}

footer ul {
	margin-bottom: 2rem;
}

footer ul li {
	display: inline-block;
	margin: 0 2rem 1rem 0;
}

footer a,
footer nav a {
	color: #fff;
	border-bottom: 3px solid #272e33;
	text-decoration: none;
}

footer a:hover,
footer nav a:hover {
	color: #fff;
	border-bottom: 3px solid #fff;
	text-decoration: none;
}

footer nav {
	margin: 0;
}

@media screen and (max-width: 759px) {
	footer nav {
		text-align: left;
		width: 100%;
	}
}

/* End footer */


/*  CSS phone images - an experiment */
.screens-container,
.block-content figure:has(ul) {
	width: 100%;
}

@media screen and (min-width: 0px) {
	.screens-container,
	.block-content figure:has(ul) {
		padding: 5%;
		box-sizing: border-box;
		background-color: #f5f5eb;
	}
}

.screens,
.block-content figure ul {
	display: grid;
	grid-template-columns: 1fr 3fr 1fr 3fr 1fr 3fr 1fr;
	grid-template-rows: 2fr 6fr 1fr;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

@media screen and (min-width: 800px) {
	.screens,
	.block-content figure ul {
		display: grid;
		grid-template-columns: 6fr 1fr 6fr 2fr 6fr 1fr;
		grid-template-rows: 1fr 6fr 1fr;
		margin: 0 auto;
		width: 100%;
		max-width: 1200px;
	}
}

.block-content figure ul li {
	list-style: none;
}

.one, .two, .three,
.block-content figure ul li img {
	border-radius: 4vmin;
	outline: 0.25vmin solid #b0afad;
	border: 0.175vmin solid #e9e8e3;
	background-color: #000;
	padding: 0.75vmin;
}

.one,
.block-content figure ul li:first-child {
	grid-column: 1 / span 3;
	grid-row: 1 / span 2;
}

@media screen and (min-width: 800px) {
	.one,
	.block-content figure ul li:first-child {
		grid-column: 1 / span 2;
		grid-row: 1 / span 2;
	}
}

.two,
.block-content figure ul li:nth-child(2) {
	grid-column: 3 / span 3;
	grid-row: 2 / span 2;
	z-index: 10;
}

@media screen and (min-width: 800px) {
	.two,
	.block-content figure ul li:nth-child(2) {
		grid-column: 2 / span 2;
		grid-row: 2 / span 2;
	}
}

.three,
.block-content figure ul li:last-child {
	grid-column: 5 / span 3;
	grid-row: 1 / span 2;
}

@media screen and (min-width: 800px) {
.three,
.block-content figure ul li:last-child {
	grid-column: 5 / span 2;
	grid-row: 1 / span 2;
}}

/* End CSS phones */

/* END */