* {
	outline: none;
}

html, body {
	margin: 0px;
	background-color: #faf8f8;
	height: 100%;
	text-size-adjust: 100% !important;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

/* FONTS */

html, body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #000;
}

.work-title, .title, .footer-title, .quote .mark {
	font-family: 'Ovo', serif;
}

h1, .header h2, .link-highlight, .menu-wrapper, .social-menu, #accordian button, .button {
	font-family: 'Share Tech Mono', monospace;
	font-size: 0.8rem;
	letter-spacing: 0.14rem;
	font-weight: 400;
	margin: 0;
}

h1, .header h2 {
	text-transform: uppercase;
}

h3, .work-details, .subheader, .preview-wrapper h2, .source, .grid p strong, .video-helpers, .badge-details {
	font-weight: 600;
	line-height: 1.5rem;
	font-size: 0.85rem;
	letter-spacing: 0.04rem;
}

.work-title {
	font-size: 1.75rem;
	line-height: 2.2rem;
	font-weight: 300;
}

h3 {
	margin-top: 4rem;
	margin-bottom: 1rem;
	padding-bottom: 0.6rem;
	letter-spacing: 0.14rem;
	text-transform: uppercase;
	border-bottom: 2px solid #464646;
}

.work-details {
	margin-top: 0.6rem;
	margin-bottom: 2rem;
}

.subheader {
	margin-left: 2rem;
	margin-right: 2rem;
	padding-top: 2.4rem;
	box-sizing: border-box;
	border-bottom: 2px solid #464646;
	margin-bottom: -0.5rem;
	padding-bottom: 1rem;
}

.preview-wrapper h2 {
	border-bottom: 0px solid black;
	margin-top: 0px;
	margin-bottom: 1.5rem;
	padding-top: 16px;
	padding-bottom: 16px;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.preview-wrapper h2 em, .grid p {
	letter-spacing: 0rem;
  	font-size: 0.8rem;
  	font-weight: 200;
  	font-style: italic;
  	padding-left: 2px;
}

.footer-title {
	color: white;
}

h1 a, h2 a {
	color: #000;
	text-decoration: none;
}

h2 {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	padding-right: 0.3rem;
}

strong {
	font-weight: 600;
}

p, table, .cv ul li {
	font-size: 0.96rem;
}

.cv ul li {
	line-height: 1.4rem;
}

p {
	line-height: 1.6rem;
	margin-top: 1.4rem;
	margin-bottom: 1.4rem;
}

.source {
	display: block;
	margin-top: 6px;
  	font-style: normal;
}

.quote {
	padding-left: 2rem;
	position: relative;
	font-style: italic;
	font-weight: 200;
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5rem;
}

.quote .mark {
	position: absolute;
	top: 0.8rem;
	left: -0.4rem;
	font-size: 4rem;
}

.quote-block {
	border-top: 1px solid #e0e0e0;
	padding-top: 1.8rem;
	margin-top: 2.4rem;
}

.preview-wrapper strong {
	display: block;
}

.quote strong {
	display: block;
	font-style: normal;
	margin-top: 5px;
}

.grid p {
	line-height: 1.25rem;
}

.grid p strong {
	display: block;
	margin-bottom: 0.3rem;
	font-style: normal;
	line-height: 1.25rem;
}

.badge-link {
	border: #c34570 3px solid;
	background: #d8d1d4;
	padding: 3px;
	display: block;
	position: absolute;
	bottom: 90px;
	left: -20px;
	z-index: 100;
	border-radius: 50%;
}

.intro-badge {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: #d8d1d4;
	border: #c34570 3px solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: reltive;
}

.intro-badge img:not(.badge-arrow)::after {
	position: absolute;
	display: block;
	content: "";
	background: #c34570;
	height: 1px;
	width: 100px;
	bottom: 0px;
	left: 50%;
	margin-left: -50px;
}

.intro-badge img:not(.badge-arrow) {
	width: 160px;
	position: relative;
	display: block;
}

.intro-badge img.badge-arrow {
	width: 10px;
	display: inline-block;
	margin-bottom: -1px;
}

.badge-details {
	color: #c34570;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 1.2;
	position: relative;
	padding-top: 6px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.badge-details::after {
	position: absolute;
	display: block;
	content: "";
	background: #c34570;
	height: 1px;
	width: 100px;
	top: 0px;
	left: 50%;
	margin-left: -50px;
	opacity: 0.4;
}

.video-helpers {
	position: absolute;
	bottom: 110px;
	left: 0px;
	z-index: 40;
}

.video-helpers div {
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 18px;
	padding-right: 18px;
	background: rgba(0,0,0,0.4);
	border-radius: 6px;
	color: #fff;
	margin: 12px;
}

.title, .footer-title {
	font-size: 1.75rem;
	letter-spacing: 0.15em;
}

.title {
	padding-top: 1.75rem;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 2rem;
	margin-right: 2rem;
	box-sizing: border-box;
	text-align: left;
	z-index: 100;
}

.headline {
	position: relative;
	display: block;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
}	

a.link-highlight {
	text-decoration: none;
	color: #e73e35;
}

a { 
	color: #cc6666;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

.temp-link {
	pointer-events: none;
}

.header {
	padding-top: 2.4rem;
	border-bottom: 1px solid #7e7e7e;
	position: relative;
	position: -webkit-sticky;
	position: sticky;
	margin-left: 2rem;
	margin-right: 2rem;
	top: 0;
	background-color: #faf8f8;
	z-index: 50;
	box-sizing: border-box;
	height: 5.6rem;
	padding-right: 50px;
}

.first-subheader {
	margin-top: 2rem;
}

.header::after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 0;
	height: 5px;
	border-bottom: 1px solid #7e7e7e;
	border-top: 1px solid #7e7e7e;
	width: 100%;
	box-sizing: border-box;
}

.header span {
	padding-left: 0.35rem;
	padding-right: 0.4rem;
	font-size: 0.8rem;
	vertical-align: top;
	font-weight: 300;
	margin-top: -0.12rem;
}

.header h1:not(.menu-title), .header span {
	display: none;
}

.hamburger {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 60;
	margin-right: 28px;
	display: block;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 20px;
	/*background-color: #faf8f8;*/
	z-index: 200;
 }

.menu-wrapper .header {
	background-color: transparent !important;
	color: white;
	border-bottom: 1px solid rgba(255,255,255,.25);
	position: relative;
}

.menu-wrapper .header::after {
	border-bottom: 1px solid rgba(255,255,255,.25);
	border-top: 1px solid rgba(255,255,255,.25);
}

.headline-photo img {
	width: 100%;
	max-width: 564px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3rem;
}

.work-details a {
	color: #000;
	text-underline: none;
}

.work-details a:hover {
	color: #cc6666;
	text-underline: none !important;
}

.intro-image {
	box-sizing: border-box;
	/*height: calc(100% - 10rem);*/
	height: 100%;
	position: relative;
	/*overflow: hidden;*/
	z-index: 60;
}

.intro-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.video-wrapper { 
	position: relative; 
	margin-left: 2rem;
	margin-right: 2rem;
	margin-top: 2rem;
} 

.video
{
	position: relative;
	/*padding-bottom: calc(56.25% + 2.5rem);*/
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	/*margin-bottom: 2rem;*/
	/*border-bottom: 1px solid #e0e0e0;*/
	background-color: #ebeaea;
	background-image: url(../imgs/spinner.gif);
	background-repeat: no-repeat;
	background-size: 32px 32px;
	background-position: center center;
} 
	
.video iframe, .video object, .video embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
	
.video-bar { 
	position: relative; 
	margin-left: 2rem;
	margin-right: 2rem;
	margin-bottom: 3.5rem;
	margin-top: 1rem;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 3.5rem;
} 

.video-controls {
	display: inline-block;
}

.video-controls a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #000;
	display: inline-flex;
  	align-items: center;
  	justify-content: center;
  	cursor: pointer;
  	text-decoration: none;
  	color: #fff;
  	font-size: 0.8rem;
  	vertical-align: top;
}

.video-caption {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	/*line-height: 40px;*/
	font-family: 'Nunito Sans', sans-serif;
  	font-weight: 600;
  	text-transform: none;
  	letter-spacing: 0.04rem;
  	font-size: 0.85rem;
}

.volume i {
	font-size: 1rem;
}


.off {
	display: none;
}

#mute, #unmute, #pause, #play  {
	display: none;
}

.active { 
	display: inline-flex !important;
	}	

a.intro-arrow {
	display: block;
	position: absolute;
	bottom: 16px;
	left: 50%;
	height:50px;
	width: 50px;
	margin-left: -25px;
	margin-bottom: 0px;
	transition: 0.2s;
	background-image: url(../imgs/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px 26px;
	transform: rotate(90deg);
	z-index: 100;
}

.scrolled {
	opacity: 0;
}

.menu-wrapper {
	position: fixed;
	background: #6f7a85;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 150;
	display: none;
}

.menu-wrapper a, .social-menu a {
	color: #fff;
	text-decoration: none;
}

.menu-inner {
	padding: 2rem;
}

.menu-inner ul {
	margin-bottom: 30px;
}

.menu-inner ul li a, .social-menu li a {
	display: block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.site-menu span {
	opacity: 0.3;
}

.open {
	display: block;
}

.page-content {
	position: relative;
	padding-bottom: 60px;
}

.section {
	position: relative;
}

.intro {
	position: relative;
	height: 100%;
	margin-bottom: -3rem;
}

.partner-logos {
	position: relative;
	border-top: 1px solid #e0e0e0;
	padding-top: 2.4rem;
	margin-top: 2.8rem;
	margin-left: -12px;
	margin-right: -12px;
}

.partner-logos img {
	height: 83px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 10px;
	margin-bottom: 10px;

}

.copy-wrapper {
	position: relative;
	padding: 2rem;
	padding-top: 1rem;
	/*margin-bottom: 50px;*/
}

.page .copy-wrapper {
	padding-top: 3.5rem;
}

.copy, .cv .copy-wrapper {
	position: relative;
	display: block;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
}

.page .copy {
	padding-bottom: 1.6rem;
}

.section-end {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 3.2rem;
}


table {
	table-layout: fixed;
}

table:first-child {
	margin-top: 2rem;
	
}

td:first-child {
	vertical-align: top;
}

td.double {
	min-width: 90px;
}

.year {
	padding-right: 1.5rem;
}

td {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	line-height: 1.4rem;
}

.cv ul li {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}

.cv ul {
	padding-top: 0.3rem;
}

.cv .no-link-ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	margin-bottom: 2rem;
}

.cv .no-link-ul li {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.grid {
  padding: 2rem;
  position: relative;
}

.preview-wrapper { 
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 1.6rem;
	position: relative;
}


.page .preview-wrapper { 
	padding-bottom: 0rem;
	position: relative;
}

.no-captions .preview-wrapper { 
	
	padding-bottom: 3.2rem;
	
}

.preview-image {
	position: relative;
}

.preview-image img {
	width: 100%;
	display: block;
}

.highlight-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(51,51,51,0.3);
	opacity: 0;
	transition: 0.4s;
	display: flex;
  	align-items: center;
  	justify-content: center;
  	color: #fff;
  	font-size: 1.2rem;
}

.index .highlight-overlay {
	font-size: 1.6rem;
}

.highlight-overlay a {
	color: #fff;
	text-decoration: none;
}

.highlight-overlay img{
	width: 40px;
	height: auto;
	display: block;
	margin: auto;
}

.no-touchevents .preview-wrapper a:hover .highlight-overlay {
	opacity: 1;
}

.page-divider {
	margin-left: 3.5rem;
	margin-right: 3.5rem;
	position: relative;
	border-bottom: 1px solid black;
	margin-top: calc(-3.5rem + -1px);
	margin-bottom: 11px;
	/*box-sizing: border-box;*/
}

.page-divider::after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	height: 6px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	width: 100%;
	box-sizing: border-box;
}

.anchor {
	height: 2px;
	width: 2px;
	position: absolute;
	top: 0px;
	margin-top: -5.5rem;
	left: 0px;
}

.preview-anchor {
	height: 2px;
	width: 2px;
	position: absolute;
	top: 0px;
	margin-top: -8.5rem;
	left: 0px;
}

.additional-wrapper {
	/*border-top: 1px solid #e0e0e0;*/
	/*margin-top: -1rem;*/
	/*margin-left: 2rem;
	margin-right: 2rem;*/
	padding-top: 3rem;
	padding-bottom: 0.5rem;
	position: relative;
}

.additional-wrapper::before {
	content: "";
	border-top: 1px solid #e0e0e0;
	left: 2rem;
	right: 2rem;
	position: absolute;
	display: inline-block;
	top:0;
}

#accordian {
	
}

#accordian button {
	display: inline-block;
    border: none;
    padding: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    color: #cc6666;
    color: #000;
    cursor: pointer;
    text-align: left;
    /*transition: background 250ms ease-in-out, 
    transform 150ms ease;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-left: 2rem;
}

.button {
	display: block;
   	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #cc6666;
    color: #000;
    text-decoration: none !important;
    margin-left: 2rem;
}

#accordian button i {
	font-size: 0.7rem;
	
}

#accordian .fa-minus {
	display: none;
}

#accordian .open .fa-minus {
	display: initial;
}

#accordian .open .fa-plus {
	display: none;
}

.divider {
	border-bottom: 1px dashed #000;
	display: inline-block;
	left: 3.5rem;
	right: 3.5rem;
	position: absolute;
	margin-top: 2rem;
}

.pairs .preview-wrapper a:first-child .preview-image {
	padding-bottom: 3px;
}

footer {
	background: #6f7a85;
	padding: 2rem;
	padding-top: 3.5rem;
	padding-bottom: 2.5rem;
	color: white;
}

footer ul {
	margin-top: 2rem !important;
	margin-bottom: 2rem  !important;
	margin-left: 1.4rem  !important;
}

footer p {
	margin: 0;
	opacity: 0.3;
}

.hamburger-box {
   width: 34px;
   height: 34px;
  }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 34px;
    height: 2px;
    }
    
    .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
   
   .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.lazyload,
.lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
        /*  transition is applied to lazyloaded not lazyload */
	transition: opacity 600ms;
}

/* Swiper /*

/* HOME swiper */

.fullscreen-bumper {
	position: relative;
	height: calc(100vh - 5.6rem);
}

.swiper-container {
    overflow: hidden;
    pointer-events: none;
}

.page .swiper-container {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 9rem;
    padding-bottom: 7rem;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  	justify-content: center;
  	overflow: hidden;
}

.page-slideshow {
	height: 100vh;
	width: 100%;
	position: absolute;
}

.home-is-where-i-want-to-be .swiper-slide img {
	width: 40%;
	max-width: 600px;
	display: block;
	padding-left: 2%;
	padding-right: 2%;
	display: block;
}

.dont-forget-the-monkey {
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

.dont-forget-the-monkey .swiper-slide div {
	object-fit: contain;
	width: 30%;
	display: inline-block;
	/*background: #1b1b1b;*/
	margin: 5px;
}

.dont-forget-the-monkey .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 600px;
	max-height: 600px;
	display: block;
}
    
/*
FancyBox Custom
*/

.fancybox-active {
    height: 100%;
}

element {

}
.fancybox-is-open .fancybox-bg 
{
	opacity: 1;
}

.fancybox-bg
{
background: rgb(255, 255, 255);
}

.fancybox-button {
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 0px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    border-radius: 50%;
}

.fancybox-button--close
{
	background-image: url(../imgs/close.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	position: absolute;
	right: 30px;
	top: 19px;
}

.fancybox-navigation .fancybox-button {
    height: 44px;
    position: absolute;
    top: calc(50% - 5px);
    width: 44px;
    /*display: none !important;*/
}

.fancybox-navigation .fancybox-button--arrow_right 
{
	padding: 0px;
	right: 12px;
	background-image: url(../imgs/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: 7px center;
	background-size: 24px 24px;
}

.fancybox-navigation .fancybox-button--arrow_left 
{
	padding: 0px;
	left: 12px;
	background-image: url(../imgs/arrow-left.svg);
	background-repeat: no-repeat;
	background-position: 13px; center;
	background-size: 24px 24px;
}

.fancybox-can-pan .fancybox-caption,
.fancybox-can-pan .fancybox-infobar 
{
opacity: 0;
}

/*
.fancybox-loading {
	width: 46px;
  height: 46px;
  margin-left: -23px;
  margin-top: -23px;
  transform-origin: 50%;
  animation: hexagon-spin 1s infinite linear;
  box-sizing: border-box;
  border: 0px;
  border-radius: 0px;
  background-image: url(../imgs/small-hexagon.svg);
  background-size: 46px 46px;
  z-index: 99999;
}
*/

/*
Box Slide
*/

.preview-wrapper.off-screen-top {
  transform: translateY(-80px);
}
.preview-wrapper.off-screen-bottom {
  transform: translateY(80px);
}

.come-in {
  transform: translateY(0);
  transition: transform 1.2s ease-out;
}
/*
.come-in:nth-child(odd) {
  transition-duration: 0.5s;
}
*/
.already-visible {
  transform: translateY(0);
  transition: none;
}

/*
Mailchimp
*/

#mc_embed_signup {
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

#mce-EMAIL {
	width: calc(100% - 130px);
	outline; none;
	border: none;
	border-radius: 4px;
	height: 40px;
	background: #faf8f8;
	padding-left: 16px;
	padding-right: 16px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	color: #000;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}

#mc-embedded-subscribe {
	display: inline-block;
	height: 40px;
	border: none;
	outline: none;
	vertical-align: top;
	width: 120px;
	font-family: 'Share Tech Mono', monospace;
	font-size: 0.8rem;
	letter-spacing: 0.14rem;
	font-weight: 400;
	text-transform: uppercase;
	color: white;
	background: #6f7a85;
	border-radius: 4px;
	border: 1px solid rgba(255,255,255,0.5);
	box-sizing: border-box;
	margin-left: 4px;
	cursor: pointer;
	transition: 0.3s;
}

#mc-embedded-subscribe:hover {
	border: 1px solid rgba(255,255,255,1);
}


@media only screen and (min-width: 520px) {

	.grid {
 		 display: grid;
  		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  		grid-gap: 3.5rem;
  		padding: 3.5rem;
  		position: relative;
	}

	.video-wrapper, .video-bar {
		margin-left: 3.5rem;
		margin-right: 3.5rem;
	}

	.video-wrapper {
		margin-top: 3.5rem;
	}

	.header, .subheader, .button, #accordian button {
		margin-left: 3.5rem;
		margin-right: 3.5rem;
	}

	.additional-wrapper::before {
		left: 3.5rem;
		right: 3.5rem;
	}

	.hamburger {
		margin-right: 42px;
	}
 
	.fancybox-button--close {
   		right: 52px;
	}
 
	.copy-wrapper {
		padding: 3.5rem;
		padding-top: 1rem;
	}

	.page .copy-wrapper {
		margin-bottom: 1.5rem;
	}

	.preview-wrapper { 
		padding-top: 0.2rem;
	}

	footer {
		padding: 3.5rem;
		padding-top: 4rem;
		padding-bottom: 2rem;
	}

	.menu-inner {
    	padding: 3.5rem;
   		padding-top: 2rem;
	}

}

@media only screen and (min-width: 680px) {

	.header h1:not(.menu-title), .header span {
		display: initial;
		display: inline-block;
	}

	.header h1, .header h2 {
		display: inline-block;
		vertical-align: top;	
	}

	.page .swiper-container {
    	margin-left: 3.5rem;
    	margin-right: 3.5rem;
    	padding-top: 9rem;
    	padding-bottom: 7rem;
	}

	.title {
		padding-top: 4.2rem;
		margin-left: 3.5rem;
		margin-right: 3rem;
		height: 6rem;
	}
	
	.title, .footer-title {
   		font-size: 2.8rem;
    }
    
    .work-title {
		font-size: 2.4rem;
		line-height: 2.8rem;
	}

}

@media only screen and (min-width: 900px) {

 	.fancybox-slide--image, .fancybox-slide--video {
		padding-top: 1.6rem;
		padding-bottom: 1.6rem;
		padding-left: 7rem;
		padding-right: 7rem;
	}
	
	.work-title {
		font-size: 2.5rem;
		line-height: 3.2rem;
		font-weight: 300;
		letter-spacing: 0.08rem;
	}

	.work-details {
		margin-top: 1rem;
	}
	
	#mc_embed_signup {
	width: 50%;
	}

}

@media only screen and (min-width: 1200px) {

	.badge-link {
		border: #c34570 3px solid;
		background: #d8d1d4;
		padding: 3px;
		display: block;
		position: absolute;
		bottom: auto;
		left: auto;
		top: 30px;
		right: 130px;
		z-index: 100;
		border-radius: 50%;
	}

	.intro-badge {
		width: 290px;
		height: 290px;
		border-radius: 50%;
		background: #d8d1d4;
		border: #c34570 3px solid;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	
		box-sizing: border-box;
		position: reltive;
	}

	.intro-badge img:not(.badge-arrow)::after {
		position: absolute;
		display: block;
		content: "";
		background: #c34570;
		height: 1px;
		width: 100px;
		bottom: 0px;
		left: 50%;
		margin-left: -50px;
	}

	.intro-badge img:not(.badge-arrow) {
		width: 200px;
		position: relative;
		display: block;
	}

	.intro-badge img.badge-arrow {
		width: 10px;
		display: inline-block;
		margin-bottom: -1px;
	}

	.badge-details {
		color: #c34570;
		text-align: center;
		padding-left: 50px;
		padding-right: 50px;
		line-height: 1.2;
		position: relative;
		padding-top: 10px;
		margin-top: 12px;
		margin-bottom: 12px;
	
	}

	.badge-details::after {
		position: absolute;
		display: block;
		content: "";
		background: #c34570;
		height: 1px;
		width: 100px;
		top: 0px;
		left: 50%;
		margin-left: -50px;
		opacity: 0.4;
	}

	
	.headline {
		display: inline-block;
		width: 50%;
		padding-right: 1.75rem;
		padding-top: 1.6rem;
	}
	
	.copy, .cv .copy-wrapper {
		width: 50%;
	}

	.copy {
		display: inline-block;
		padding-left: 1.75rem;
	}

	.headline-photo img {
		margin: 0;
	}
	
	.dont-forget-the-monkey .swiper-slide div {
	width: 300px;
	height: 300px;
	object-fit: contain;
	max-width: 600px;
	max-height: 600px;
	display: inline-block;
	background: #fff;
	/*background: #1b1b1b;*/
	margin: 10px;
	padding: 16px;
	border-radius: 6px;
	}

	.dont-forget-the-monkey .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-width: 600px;
	max-height: 600px;
	display: block;
	}

}

@media only screen and (min-width: 1400px) {

	.headline {
		width: 33.333%;
	}
	
}
