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

body {
	height: 100%;
	background: #fff;
	color: #5f6062;
	font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 4% 4% 4% 4%;
}

/* LINKS */
a {
	font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .08em;
	color: #000;
}

	a:hover {	
		border-bottom: solid 3px #ccd7d0;
	}
	
	.bx-next:hover {
		border-bottom: none !important;
	}

a.bold {
	font-weight: bold !important;
}

img {
	max-width: 100%;
}

ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
	
	ul li {
		list-style-type: none;
	}

h1, h1 a {
	font-family: "mrs-eaves-xl-serif", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	font-size: 65px;
	line-height: 65px;
	color: #000;
	margin-block-end: 0;
}

h1 + span {
	margin-block-start: 2em;
}

h1 a {
	border-bottom: solid 1px #ccd7d0;
}

h2 {
	font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-block-start: 3em;
}

h2.deck {
	font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-block-start: 1em;
    font-weight: 300;
}

	h2.deck ul {
	    margin-left: 1.2em;
	}

		h2.deck ul li {
		   list-style-type: disc;
 		   margin-block-end: 0.5em;
		}

h3 {
	font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-block-start: 3em;
}

p {
	font-size: 18px;
	line-height: 27px;
}

p a {
	font-size: 16px;
}

.small {
	font-size: 11px;
	line-height: 18px;
}

.uc {
	text-transform: uppercase;
	letter-spacing: .1em;
}

.wrapper {
	margin: 0 auto;
	width: 1350px;
	max-width: 100%;
}

hr {
	border: none;
	height: 1px;
	background-color: #ccd7d0;
}

.marginBlockStart2 {
	margin-block-start: 2em !important;
}

.marginBlockStart3 {
	margin-block-start: 3em !important;
}

/* HEADER */
	.header a, .footer a {
		color: #5f6062;
		font-weight: normal;
	}
	
		.header a:hover, .header a.current {
			padding-bottom: 2px;
			border-bottom: solid 3px #5f6062;
		}
		
	
	.header ul li {
		display: inline-block;
		margin: 8px 1em 0 0;
	}
	
	.header ul li.logo {
		/* border-right: solid 1px #ccd7d0; */
		margin-top: 0;
		padding-right: 20px;
		width: 44px;
		height: 33px;
		position: fixed;
		z-index: 9999999;
		cursor: pointer;
		cursor: hand;
	}
	
		.header li.logo a:hover {
			border-bottom: none;
		}
	
	.scoot {
		display: inline-block;
		position: relative;
	}
	
		.menu {
			display: inline-block;
		}

		.get_mobile_menu {
			display: none !important;
		}
	
/* CONTENT */
.content, .scoot {	
	padding: 0 86px;
}

.anchor {
	position: relative;
	top: -4vh;
	display: block;
	width: 0;
	height: 0;
}

/* INTRO */
.intro {
	margin-bottom: 50px;
}

	.social a img {
		position: relative;
		top: 2px;
		width: 13px;
		height: 13px;
	}
		
	.social a:hover {
		border: none !important;
	}


/* GRID */

.grid {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		flex-flow: row wrap;
		align-items: center;
		border: none;
		margin-top: 40px;
	}
	
	
	.grid-item {
		width: calc(33.33% - 10px);
		margin: 0;
		padding: 0;
		text-align: center;
		box-sizing: border-box:
		border: none;
		background-size: cover;
		background-position: center center;
		background-color: none;
	}

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

		.grid-item {
			width: 100%;
		}

	}

	@media screen and (min-width: 621px) and (max-width: 800px) {

		.grid-item {
			width: 50%;
		}

	}

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

		.grid-item {
			width: 25%;
		}
	}


/* PORTFOLIO */
.portfolio {
	max-width: 100%;
	max-height: 80%;
	margin: 20px auto 70px auto;
	text-align: center;
	}
	
	.portfolio_caption {
		display: block;	
		margin-top: 20px;
	}
		
		.portfolio_title {
			display: block;
			margin: 0;
			font-size: 12px;
			font-weight: bold;
			color: #000;
			text-transform: uppercase;
			letter-spacing: .08em;
		}
		
		.portfolio_category {
			display: block;
			text-transform: uppercase;
			letter-spacing: .08em;
		}
		
		.portfolio_description {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			line-height: 18px;
			color: #5f6062;
			max-width: 640px;
			margin: 0 auto !important;
		}

		.portfolio_credits {
			font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif !important;
			font-size: 9px;
			line-height: 14px;
			color: #c0c0c0 !important;
			display: block;
    			text-transform: uppercase !important;
    			letter-spacing: .1em;
    			margin-top: 3px;
		}

	.portfolio.comics img {
		max-height: calc(90vh - 45px) !important;
		width: auto;
	}


p + .portfolio {
    margin-block-start: 5em;
}


figure {
	margin-block-start: 5em;
}

	figcaption {
		max-width: 640px;
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
}

.casestudy_credits {
	margin-block-start: 8em;
}

.newline {
	display: block;
}
		
		
.responsive-container {
		width: 100%;
		max-height: 75vh !important;
		display: flex;
		align-items: center;
}
	/*
	.img-container {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		
		text-align:center;
		font: 0/0 a;
	}
	*/
		
		.responsive-container img {
			width: auto;
			max-width: 90% !important;
			max-height: 90% !important;
			margin: 0 auto;
		}


.more {
	margin: 0 auto 100px auto;
	width: 100%;
	text-align: center;
}

	.more a {
		display: inline-block;
		border: solid 1px #ccd7d0;
		border-radius: 30px;
		padding: 15px 25px;
		color: #5f6062;
		font-weight: 500;
		font-size: 11px;
		letter-spacing: .16em;
	}

	.more a:hover {
		background-color: #eee;
		border: solid 1px #eee;
	}

.story {
	max-width: 640px; !important
	margin: 0 auto 50px auto; !important
}

	.story h1 {
		font-size: 40px !important;
		line-height: 40px !important;
	}

.margin-0-80 {
	margin: 0 auto 80px auto;
}

.margin-80 {
	margin: 80px auto;
}


/* CONTACT */
.contact {
	margin-bottom: 50px;
}

form label {

	font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	letter-spacing: .08em;
	text-transform: uppercase;
}

input, textarea {
	width: 100%;
	max-width: 600px;
	display: block;
	margin-bottom: 20px;
	padding: 10px 0;
	background-color: transparent;
	border: 0;
	border-bottom: solid 1px #b1b8b6;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	
	/* Remove mobile safari default */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
}

input:focus, textarea:focus {
	outline: none;
	width: calc(100% - 22px);
	max-width: 578px;
	padding: 10px 10px;
	border: solid 1px #f0f0f0;
	background: #f0f0f0;
}

textarea {
	resize: vertical;
	min-height: 100px;
}

input.submit {
	font-family: "ff-meta-web-pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: .08em;
	width: auto;
	color: #5f6062;
	border: solid 1px #ccd7d0;
	padding: 15px 25px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	
}

.contact_error {
	text-align: left;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	color: #5f6062; //#ccd7d0;
	letter-spacing: .1em;
	display: block;
	margin: 0 0 5px 0;
}

.contact_error.hide {
	display: none;	
}


		.contact_edit {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 18px;
			line-height: 26px;
			letter-spacing: 0;
			color: #000;
			font-weight: normal;
			text-transform: none;
		}


/* FOOTER */
.footer {
	width: 100%;
	text-align: justify;
	margin: 20px auto;
	padding-top: 15px;
	border-top: solid 1px #ccd7d0;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.footer .floatme {
	display: inline-block;
}

	.footer .floatme li {
		display: inline-block;
		margin: 0 0 0 1em;
	}
	
	.footer .floatme li:first-child {
		margin: 0 0 0 0;
	}
	

.footer:after {
	content: '';
	width: 100%;
	display: inline-block;
}

.scoot.get_fixed_menu {
    position: fixed;
	z-index: 999999;
}

.content.get_fixed_menu {
	padding-top: 27px;
}

.clear {
	clear: both;	
}

.menu-icon {
	display: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 30px;
	height: 20px;
	border-top: solid 1px #ccd7d0; /*#5f6062;*/
	border-bottom: solid 1px #ccd7d0;
	position: fixed;
	top: 15px;
	right: 15px;
}

.menu-icon:before {
	content: " ";
	display: inline-block;
	width: 30px;
	height: 10px;
	border-bottom: solid 1px #ccd7d0;
	position: fixed;
	top: 15px;
	right: 15px;
}



@media only screen and (max-width: 1024px) {
	h1, h1 a {
		font-size: 50px;
		line-height: 50px;
	}
	
}
	
@media only screen and (max-width: 768px) {
	h1, h1 a {
		font-size: 40px;
		line-height: 40px;
	}
	
}
