body {
	font-family: Poppins;
	font-size: 16px;
	line-height: 1.4;
	
	background-color: #f9f9f9;
	color: #000000;

  margin-right: auto;
  margin-left: auto;
  max-width: 1920px;
	padding: 4rem 8rem 8rem 8rem;
}

html {
  cursor: url(cursor.png), default;
  height: 100%;
  scroll-behavior: smooth;
}

/* Header */

header {
	  position: sticky;
    top: 0;
    right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f9f9f9;
    justify-content: space-between;
    display: flex;

		z-index: 1000;
}



header a {
	color: #666666;
	font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  text-align: right;
	text-transform: uppercase;
  transition: color 0.3s;
  border-bottom:  2px solid transparent;
}



header a:hover{ 
  color: #000000;
}


/* Text Styles */

h1 {
	color: #000000;
	font-size: 80px;
	font-weight: 600;
	line-height: 1.2;
}


h2 {
	font-size: 48px;
	line-height: 1.2;
	font-weight: 500;
	margin-bottom: 40px;
}

h3 {
	font-size: 32px;
	font-weight: 500;
	color:#000000;
}

h4 {
	font-size: 20px;
	font-weight: 500;
	color:#444444;
}

strong {
	font-weight: 600;
}

.index-copy h4.red-dot{
	color: red;
	margin-bottom: 0;
}

.case-study-copy h4.red-dot{
	color: red;
	margin-bottom: 0;
}

h5 {
	font-size: 24px;
	font-weight: 600;
	color: #444444;
}

h6 {
	font-size: 16px;
	font-weight: 400;
	color: #444444;
}

h6.caption a {
	color: #666666;
}

h6.caption a:hover {
	color: #444444;
}


p {
	font-family: Brawler;
	color: #444444;
}

a:hover {
	cursor: url(pointer.png), default;
  height: 100%;
  scroll-behavior: smooth;
}

ul {
  list-style-type: disc; /* or circle/square */
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}


li {
	font-family: Brawler;
	color: #444444;
  margin-bottom: 20px;
}

li.end {
  margin-bottom: 28px;
}


/* Index Content */

 button{
  background-color: #f9f9f9;
	font-size: 16px;
  border: solid 1px #444444;
  color: #444444;

  padding: 16px 24px;

  text-align: center;
  text-decoration: none;
  cursor: url(pointer.png), default;
  border-radius: none;
}

.button:hover {
  background-color: #444444;
  border: solid 1px #444444;
  color: #f9f9f9;
  transition: 0.3s;
  cursor: url(pointer.png), default;
}

.index-intro {
	width: 70%;
	margin-top: 160px;
	margin-bottom: 160px;
}

.index-case-study {
  display: flex;
	margin-bottom: 80px;
}

.index-copy {
  width: 50%;
	padding-right: 160px;
}

.index-copy h3{
	margin-bottom: 40px;
}

.index-copy h4 {
	margin-bottom: 24px;
}

.index-media {
  width: 50%;
}

.content {
	display: flex;
	justify-content: space-between;
	gap: 80px;
}

.role {
	display: flex;
}

.criteria {
 width: 90px;
}

.experience {
	max-width: 400px;
}

.divider {
	margin-bottom: 80px;
	border-bottom: solid 2px #CCCCCC;
}

.contact-copy {
	padding-right: 20%;
}

.contact-content {
	display: flex;
	max-width: 1200px;
}

.contact-copy h2 {
	margin-bottom: 40px;
}

.contact-bio {
	max-width: 700px;
  margin-right: 80px;
}

.contact-bio p {
	margin-bottom: 20px;
}


.case-study-link {
	color: #666666;
  transition: 0.3s;
}


.contact-links div{
	margin-bottom: 32px;
}

h5 a.contact-link{
	color: #666666;
	transition: 0.3s;
  font-family: 'Brawler';
	text-decoration: underline #f9f9f9;
}

.contact-link:hover{
	color: #444444;
	text-decoration: underline #444444;
}

.case-study-link:hover{
	color: #444444;
}

/* Case Study Content */

.container {
	padding-top: 3rem;
	padding-bottom: 3rem
}

.media-container {
	 padding: 3rem 0;
}

.case-study-copy h2 {
	max-width: 1000px;
}

.content .body{
	max-width: 800px;
}

.content .role{
  display: flex;
	padding-top: 8px;
  padding-bottom: 8px;
  gap: 16px;
	border-bottom: 1px solid #EEEEEE;
}

.content .role:first-child{
  padding-top: 0px;
}
.content .role:last-child{
 border-bottom: none;
}

.case-study-copy {
	margin-bottom: 32px;
}

.case-study-copy h4{
	margin-bottom: 16px;
}

.case-study-copy h5 {
	margin-bottom: 16px;
}

.case-study-copy p {
	margin-bottom: 20px;
}

.case-study-copy p:last-child {
	margin-bottom: 0px;
}

.case-study-copy .role p {
	margin-bottom: 0px;
}

.case-study-copy .role p:last-child {
	margin-bottom: 0px;
}
.solution {
	margin-bottom: 40px;
}

.challenge {	
	margin-bottom: 40px;
}

.challenge p:last-child{
	margin-bottom: 0;
}

.solution p:last-child{
	margin-bottom: 0;
}

 .accordion__content h5 {
	margin-bottom: 12px;
}

 .accordion__content p {
	margin-bottom: 20px;
}

.two-col{
	display: flex;
	gap: 64px;
}

.caption {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}

video {
  width: 100%;
  height: auto;
}


/* Accordion CTA */

h4#cta {
	font-size: 24px;
	margin-top: 56px;
	color: #000000;
  cursor: url(cursor.png), default;
}

#more {display: none;}


/* Fade */

section.fade{
  opacity: 0;
  transition: opacity 0.6s;
}

section.fade.visible {
  opacity: 1;
}




@media (max-width: 1800px) {
	.index-intro {
	width: 85%;
}
}

@media (max-width: 1630px) {

	body {
	padding: 3rem 4rem;	
	}

	.index-intro {
	width: 100%;
	margin-top: 40px;
	}

	.content .body {
    max-width: 50%;
	}
	
	.index-copy {
		padding-right: 80px;
	}
}



/* Tablet/Small Desktop */

@media (max-width: 1300px) {

	body {
	padding: 2rem 3rem;	
	}

h1 {
	font-size: 70px;
}

.index-intro {
	margin-bottom: 80px;
}

.index-case-study {
	flex-direction: column-reverse;
}

.index-copy, .index-media {
	width: 100%;
	padding-right: 0;
}

.index-media {
	margin-bottom: 40px;
}

.case-study-copy {
	width: 100%;
	padding: 0;
}

.contact-copy {
	width: 100%;
	padding-right: 0;
}

.contact-content {
	display: block;
}

.contact-bio {
	max-width: 100%;
	margin-right: 0;
	margin-bottom: 80px;
}

.media-container {
	 padding: 1rem 0;
}

.experience {
    max-width: 320px;
}
}

@media (max-width: 1150px) {
.experience {
    max-width: 200px;
}
}

@media (max-width: 900px) {
.content {
    flex-direction: column-reverse;
		gap: 32px;
}

.experience{
	max-width: 100%;
}

.content .body {
	max-width: 100%;
}

.content .role:last-child{
	border-bottom: 1px solid #EEEEEE;
}

		.role {
		display: flex;
		padding-bottom: 9px;
		align-items: flex-start;
		gap: 16px;
		align-self: stretch;
		}

		.criteria{
			width: 78px;
		}

		.experience {
			flex: 1 0 0;
		}
}

@media (max-width: 840px) {

	body {
	padding: 2rem rem;	
	}

	h2 {
		font-size: 32px;
	}

	.container {
		padding-top: 20px;
	}
}


@media (max-width: 720px) {

		body {
			padding: 0 2rem 2rem 2rem;
		}

		header {
			padding-top: 20px;
		}

		header a {
			font-size: 24px;
		}

		.case-study-copy h4 {
		margin-bottom: 8px;
		}	


	h2 {
		font-size: 24px;
	}

	h4, h4#cta{
		font-size: 16px;
	}

	h4#cta {
		margin-top: 32px;	
	}

	.case-study-copy h5{
		margin-top: 32px;
	}

	.container {
		padding-bottom: 1rem;
	}

	.media-container {
		padding: 1rem 0;
	}

	.caption {
		font-size: 14px;
		margin-top: 8px;
		margin-bottom: 0;
		text-align: left;
	}

	.two-col{
		gap: 20px;
	}
}


@media (max-width: 500px) {
.index-intro h1 {
		font-size: 40px;
}

h3{ 
		font-size: 20px;
}

header a {
	font-size: 20px;
}

button {
	padding: 14px 20px;
}

.index-case-study {
	margin-bottom: 40px;
}

.index-intro {
	margin-bottom: 40px;
}

.divider {
	margin-bottom: 40px;
}

.contact-bio {
	margin-bottom: 40px;
}

.contact-links div{
	margin-bottom: 24px;
}

.contact-links h4{
	font-size: 18px;
}

.contact-link{
	font-size: 18px;
}
}